Html Css Color HEX #C01EE9 Electric Purple

📋 copy color: '#C01EE9'

red 192 ◦ green 30 ◦ blue 233

#C01EE9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #C01EE9

Tints of Electric Purple #C01EE9

RGB

 RED value IS 192 (75.39% from 255) = 42.2%

 GREEN value IS 30 (12.11% from 255) = 6.59%

 BLUE value IS 233 (91.41% from 255) = 51.21%

R = 42.2%
G = 6.59%
B = 51.21%

CMYK

 C value IS 0.18

 M value IS 0.87

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C01EE9 (or 0xC01EE9) is known color: Electric Purple. HEX triplet: C0, 1E and E9. RGB value is (192,30,233). Sum of RGB (Red+Green+Blue) = 192+30+233=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 30 (12.11% from 255 or 6.59% from 455); Blue value is 233 (91.41% from 255 or 51.21% from 455); Max value from RGB is 233 - color contains mainly: blue. Hex color #C01EE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01EE9 is #3FE116. Grayscale: #646464. Windows color (decimal): -4186391 or 15277760. OLE color: 15277760.

HSL color Cylindrical-coordinate representation of color #C01EE9: hue angle of 287.88º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C01EE9 is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 192 30 233 -
CMYK 0.18 0.87 0 0.09
HSL 287.88º 0.82% 0.52% -
HSV(B) 287.88º 0.87% 0.91% -
XYZ 36.91 18.02 78.62 -
YUV 101.58 202.17 192.49 -
System Red Green Blue C M Y K H S L
Decimal 192 30 233 0.18 0.87 0 0.09 287.88 0.82 0.52
Hex C0 1E E9 12 57 0 9 120 52 34
Octal 300 36 351 22 127 0 11 440 122 64
Binary 11000000 11110 11101001 10010 1010111 0 1001 100100000 1010010 110100

Color Harmonies of #C01EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01EE9

Black with #C01EE9

Text Example


Text Example

White with #C01EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01EE9; }

 p { color: rgb(192,30,233); }

 H1.HeaderClassName
 {
   color: #C01EE9;
 }
 .AnyTagClassName
 {
   color: #C01EE9;
 }
</style>

background-color css

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

 a { background-color: rgb(192,30,233); }

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

border-color css

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

 span { border-color: rgb(192,30,233); }

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