Html Css Color HEX #C02FAE Fuchsia

📋 copy color: '#C02FAE'

red 192 ◦ green 47 ◦ blue 174

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

Shades of Fuchsia #C02FAE

Tints of Fuchsia #C02FAE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.38%

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

R = 46.49%
G = 11.38%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C02FAE (or 0xC02FAE) is known color: Fuchsia. HEX triplet: C0, 2F and AE. RGB value is (192,47,174). Sum of RGB (Red+Green+Blue) = 192+47+174=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 47 (18.75% from 255 or 11.38% from 413); Blue value is 174 (68.36% from 255 or 42.13% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C02FAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02FAE is #3FD051. Grayscale: #686868. Windows color (decimal): -4182098 or 11415488. OLE color: 11415488.

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

Color convert

RGB 192 47 174 -
CMYK 0 0.76 0.09 0.25
HSL 307.45º 0.61% 0.47% -
HSV(B) 307.45º 0.76% 0.75% -
XYZ 30.39 16.3 41.59 -
YUV 104.83 167.04 190.17 -
System Red Green Blue C M Y K H S L
Decimal 192 47 174 0 0.76 0.09 0.25 307.45 0.61 0.47
Hex C0 2F AE 0 4C 9 19 133 3D 2F
Octal 300 57 256 0 114 11 31 463 75 57
Binary 11000000 101111 10101110 0 1001100 1001 11001 100110011 111101 101111

Color Harmonies of #C02FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02FAE

Black with #C02FAE

Text Example


Text Example

White with #C02FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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