#C02ECA

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

Shades of Fuchsia #C02ECA

Tints of Fuchsia #C02ECA

Color information

#C02ECA (or 0xC02ECA) is unknown color: approx Fuchsia. HEX triplet: C0, 2E and CA. RGB value is (192,46,202). Sum of RGB (Red+Green+Blue) = 192+46+202=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 46 (18.36% from 255 or 10.45% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #C02ECA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02ECA is #3FD135. Grayscale: #6A6A6A. Windows color (decimal): -4182326 or 13250240. OLE color: 13250240.

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

Color convert

RGB19246202-
CMYK0.050.7700.21
HSL296.15º62.9%48.63%-
HSV(B)296.15º77.23%79.22%-
XYZ33.3817.4257.48-
YUV107.44181.37188.32-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.64%
GREEN value IS 46 (18.36% from 255) = 10.45%
BLUE value IS 202 (79.30% from 255) = 45.91%
R=43.64%
G=10.45%
B=45.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal192462020.050.7700.21296.1562.948.63
HexC02ECA54D0151283f31
Octal3005631251150254507761
Binary11000000101110110010101011001101010101100101000111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02ECA; }

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

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

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

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

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

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

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

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