#C02ACA

Color #C02ACA Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C02ACA

Tints of Fuchsia #C02ACA

Color information

#C02ACA (or 0xC02ACA) is unknown color: approx Fuchsia. HEX triplet: C0, 2A and CA. RGB value is (192,42,202). Sum of RGB (Red+Green+Blue) = 192+42+202=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 42 (16.80% from 255 or 9.63% from 436); Blue value is 202 (79.30% from 255 or 46.33% from 436); Max value from RGB is 202 - color contains mainly: blue. Hex color #C02ACA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02ACA is #3FD535. Grayscale: #686868. Windows color (decimal): -4183350 or 13249216. OLE color: 13249216.

HSL color Cylindrical-coordinate representation of color #C02ACA: hue angle of 296.25º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C02ACA is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19242202-
CMYK0.050.7900.21
HSL296.25º65.57%47.84%-
HSV(B)296.25º79.21%79.22%-
XYZ33.2317.1357.43-
YUV105.09182.7189.99-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.04%
GREEN value IS 42 (16.80% from 255) = 9.63%
BLUE value IS 202 (79.30% from 255) = 46.33%
R=44.04%
G=9.63%
B=46.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal192422020.050.7900.21296.2565.5747.84
HexC02ACA54F0151284230
Octal30052312511702545010260
Binary110000001010101100101010110011110101011001010001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02ACA; }

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

 H1.HeaderClassName
 {
   color: #C02ACA;
 }
 .AnyTagClassName
 {
   color: #C02ACA;
 }
</style>
background-color css

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

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

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

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

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

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