#C02CF1

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

Shades of Electric Purple #C02CF1

Tints of Electric Purple #C02CF1

Color information

#C02CF1 (or 0xC02CF1) is unknown color: approx Electric Purple. HEX triplet: C0, 2C and F1. RGB value is (192,44,241). Sum of RGB (Red+Green+Blue) = 192+44+241=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 44 (17.58% from 255 or 9.22% from 477); Blue value is 241 (94.53% from 255 or 50.52% from 477); Max value from RGB is 241 - color contains mainly: blue. Hex color #C02CF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C02CF1 is #3FD30E. Grayscale: #6E6E6E. Windows color (decimal): -4182799 or 15805632. OLE color: 15805632.

HSL color Cylindrical-coordinate representation of color #C02CF1: hue angle of 285.08º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C02CF1 is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB19244241-
CMYK0.200.8200.05
HSL285.08º87.56%55.88%-
HSV(B)285.08º81.74%94.51%-
XYZ38.5219.3684.93-
YUV110.71201.53185.98-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.25%
GREEN value IS 44 (17.58% from 255) = 9.22%
BLUE value IS 241 (94.53% from 255) = 50.52%
R=40.25%
G=9.22%
B=50.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal192442410.200.8200.05285.0887.5655.88
HexC02CF114520511d5838
Octal30054361241220543513070
Binary110000001011001111000110100101001001011000111011011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02CF1; }

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

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

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

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

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

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

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

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