Html Css Color HEX #C02AAE Fuchsia

📋 copy color: '#C02AAE'

red 192 ◦ green 42 ◦ blue 174

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

Shades of Fuchsia #C02AAE

Tints of Fuchsia #C02AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.65%

R = 47.06%
G = 10.29%
B = 42.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C02AAE (or 0xC02AAE) is known color: Fuchsia. HEX triplet: C0, 2A and AE. RGB value is (192,42,174). Sum of RGB (Red+Green+Blue) = 192+42+174=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 42 (16.80% from 255 or 10.29% from 408); Blue value is 174 (68.36% from 255 or 42.65% from 408); Max value from RGB is 192 - color contains mainly: red. Hex color #C02AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02AAE is #3FD551. Grayscale: #656565. Windows color (decimal): -4183378 or 11414208. OLE color: 11414208.

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

Color convert

RGB 192 42 174 -
CMYK 0 0.78 0.09 0.25
HSL 307.2º 0.64% 0.46% -
HSV(B) 307.2º 0.78% 0.75% -
XYZ 30.21 15.92 41.52 -
YUV 101.9 168.7 192.27 -
System Red Green Blue C M Y K H S L
Decimal 192 42 174 0 0.78 0.09 0.25 307.2 0.64 0.46
Hex C0 2A AE 0 4E 9 19 133 40 2E
Octal 300 52 256 0 116 11 31 463 100 56
Binary 11000000 101010 10101110 0 1001110 1001 11001 100110011 1000000 101110

Color Harmonies of #C02AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02AAE

Black with #C02AAE

Text Example


Text Example

White with #C02AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02AAE; }

 p { color: rgb(192,42,174); }

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

background-color css

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

 a { background-color: rgb(192,42,174); }

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

border-color css

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

 span { border-color: rgb(192,42,174); }

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