Html Css Color HEX #C03CA9 Fuchsia

📋 copy color: '#C03CA9'

red 192 ◦ green 60 ◦ blue 169

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

Shades of Fuchsia #C03CA9

Tints of Fuchsia #C03CA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 40.14%

R = 45.61%
G = 14.25%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#C03CA9 (or 0xC03CA9) is known color: Fuchsia. HEX triplet: C0, 3C and A9. RGB value is (192,60,169). Sum of RGB (Red+Green+Blue) = 192+60+169=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 60 (23.83% from 255 or 14.25% from 421); Blue value is 169 (66.41% from 255 or 40.14% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C03CA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03CA9 is #3FC356. Grayscale: #6F6F6F. Windows color (decimal): -4178775 or 11091136. OLE color: 11091136.

HSL color Cylindrical-coordinate representation of color #C03CA9: hue angle of 310.45º 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 #C03CA9 is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 60 169 -
CMYK 0 0.69 0.12 0.25
HSL 310.45º 0.52% 0.49% -
HSV(B) 310.45º 0.69% 0.75% -
XYZ 30.52 17.3 39.27 -
YUV 111.89 160.23 185.14 -
System Red Green Blue C M Y K H S L
Decimal 192 60 169 0 0.69 0.12 0.25 310.45 0.52 0.49
Hex C0 3C A9 0 45 C 19 136 34 31
Octal 300 74 251 0 105 14 31 466 64 61
Binary 11000000 111100 10101001 0 1000101 1100 11001 100110110 110100 110001

Color Harmonies of #C03CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03CA9

Black with #C03CA9

Text Example


Text Example

White with #C03CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03CA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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