#C02CFF

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

Shades of Electric Purple #C02CFF

Tints of Electric Purple #C02CFF

Color information

#C02CFF (or 0xC02CFF) is unknown color: approx Electric Purple. HEX triplet: C0, 2C and FF. RGB value is (192,44,255). Sum of RGB (Red+Green+Blue) = 192+44+255=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 44 (17.58% from 255 or 8.96% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #C02CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C02CFF is #3FD300. Grayscale: #6F6F6F. Windows color (decimal): -4182785 or 16723136. OLE color: 16723136.

HSL color Cylindrical-coordinate representation of color #C02CFF: hue angle of 282.09º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C02CFF is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB19244255-
CMYK0.250.8300
HSL282.09º100%58.63%-
HSV(B)282.09º82.75%100%-
XYZ40.6920.2396.37-
YUV112.31208.53184.84-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.10%
GREEN value IS 44 (17.58% from 255) = 8.96%
BLUE value IS 255 (100% from 255) = 51.93%
R=39.10%
G=8.96%
B=51.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal192442550.250.8300282.0910058.63
HexC02CFF19530011a643b
Octal30054377311230043214473
Binary1100000010110011111111110011010011001000110101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02CFF; }

 p { color: rgb(192,44,255); }

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

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

 a { background-color: rgb(192,44,255); }

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

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

 span { border-color: rgb(192,44,255); }

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