Html Css Color HEX #C03CAB Fuchsia

📋 copy color: '#C03CAB'

red 192 ◦ green 60 ◦ blue 171

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

Shades of Fuchsia #C03CAB

Tints of Fuchsia #C03CAB

RGB

 RED value IS 192 (75.39% from 255) = 45.39%

 GREEN value IS 60 (23.83% from 255) = 14.18%

 BLUE value IS 171 (67.19% from 255) = 40.43%

R = 45.39%
G = 14.18%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C03CAB (or 0xC03CAB) is known color: Fuchsia. HEX triplet: C0, 3C and AB. RGB value is (192,60,171). Sum of RGB (Red+Green+Blue) = 192+60+171=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 60 (23.83% from 255 or 14.18% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C03CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03CAB is #3FC354. Grayscale: #6F6F6F. Windows color (decimal): -4178773 or 11222208. OLE color: 11222208.

HSL color Cylindrical-coordinate representation of color #C03CAB: hue angle of 309.55º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C03CAB is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 60 171 -
CMYK 0 0.69 0.11 0.25
HSL 309.55º 0.52% 0.49% -
HSV(B) 309.55º 0.69% 0.75% -
XYZ 30.7 17.38 40.26 -
YUV 112.12 161.23 184.97 -
System Red Green Blue C M Y K H S L
Decimal 192 60 171 0 0.69 0.11 0.25 309.55 0.52 0.49
Hex C0 3C AB 0 45 B 19 136 34 31
Octal 300 74 253 0 105 13 31 466 64 61
Binary 11000000 111100 10101011 0 1000101 1011 11001 100110110 110100 110001

Color Harmonies of #C03CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03CAB

Black with #C03CAB

Text Example


Text Example

White with #C03CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03CAB; }

 p { color: rgb(192,60,171); }

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

background-color css

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

 a { background-color: rgb(192,60,171); }

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

border-color css

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

 span { border-color: rgb(192,60,171); }

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