Html Css Color HEX #C12AB9 Fuchsia

📋 copy color: '#C12AB9'

red 193 ◦ green 42 ◦ blue 185

#C12AB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #C12AB9

Tints of Fuchsia #C12AB9

RGB

 RED value IS 193 (75.78% from 255) = 45.95%

 GREEN value IS 42 (16.8% from 255) = 10%

 BLUE value IS 185 (72.66% from 255) = 44.05%

R = 45.95%
G = 10%
B = 44.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.04

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C12AB9 (or 0xC12AB9) is known color: Fuchsia. HEX triplet: C1, 2A and B9. RGB value is (193,42,185). Sum of RGB (Red+Green+Blue) = 193+42+185=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 42 (16.80% from 255 or 10% from 420); Blue value is 185 (72.66% from 255 or 44.05% from 420); Max value from RGB is 193 - color contains mainly: red. Hex color #C12AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C12AB9 is #3ED546. Grayscale: #676767. Windows color (decimal): -4117831 or 12135105. OLE color: 12135105.

HSL color Cylindrical-coordinate representation of color #C12AB9: hue angle of 303.18º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C12AB9 is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 42 185 -
CMYK 0 0.78 0.04 0.24
HSL 303.18º 0.64% 0.46% -
HSV(B) 303.18º 0.78% 0.76% -
XYZ 31.58 16.5 47.42 -
YUV 103.45 174.03 191.87 -
System Red Green Blue C M Y K H S L
Decimal 193 42 185 0 0.78 0.04 0.24 303.18 0.64 0.46
Hex C1 2A B9 0 4E 4 18 12F 40 2E
Octal 301 52 271 0 116 4 30 457 100 56
Binary 11000001 101010 10111001 0 1001110 100 11000 100101111 1000000 101110

Color Harmonies of #C12AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12AB9

Black with #C12AB9

Text Example


Text Example

White with #C12AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12AB9; }

 p { color: rgb(193,42,185); }

 H1.HeaderClassName
 {
   color: #C12AB9;
 }
 .AnyTagClassName
 {
   color: #C12AB9;
 }
</style>

background-color css

<style>
 a { background-color: #C12AB9; }

 a { background-color: rgb(193,42,185); }

 div.DivClassName
 {
   background-color: #C12AB9;
 }
 .BgClassName
 {
   background-color: #C12AB9;
 }
</style>

border-color css

<style>
 span { border-color: #C12AB9; }

 span { border-color: rgb(193,42,185); }

 td.TdClassName
 {
   border-color: #C12AB9;
 }
 .TagClassName
 {
   border-color: #C12AB9;
 }
</style>