#c02def

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

Shades of Electric Purple #C02DEF

Tints of Electric Purple #C02DEF

Color information

#C02DEF (or 0xC02DEF) is unknown color: approx Electric Purple. HEX triplet: C0, 2D and EF. RGB value is (192,45,239). Sum of RGB (Red+Green+Blue) = 192+45+239=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 45 (17.97% from 255 or 9.45% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #C02DEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C02DEF is #3FD210. Grayscale: #6E6E6E. Windows color (decimal): -4182545 or 15674816. OLE color: 15674816.

HSL color Cylindrical-coordinate representation of color #C02DEF: hue angle of 285.46º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C02DEF is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB19245239-
CMYK0.200.8100.06
HSL285.46º85.84%55.69%-
HSV(B)285.46º81.17%93.73%-
XYZ38.2619.3283.37-
YUV111.07200.2185.73-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.34%
GREEN value IS 45 (17.97% from 255) = 9.45%
BLUE value IS 239 (93.75% from 255) = 50.21%
R=40.34%
G=9.45%
B=50.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal192452390.200.8100.06285.4685.8455.69
HexC02DEF14510611d5638
Octal30055357241210643512670
Binary110000001011011110111110100101000101101000111011010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c02def

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c02def; }

 p { color: rgb(192,45,239); }

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

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

 a { background-color: rgb(192,45,239); }

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

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

 span { border-color: rgb(192,45,239); }

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