Html Css Color HEX #C01FEE Electric Purple

📋 copy color: '#C01FEE'

red 192 ◦ green 31 ◦ blue 238

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

Shades of Electric Purple #C01FEE

Tints of Electric Purple #C01FEE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.72%

 BLUE value IS 238 (93.36% from 255) = 51.63%

R = 41.65%
G = 6.72%
B = 51.63%

CMYK

 C value IS 0.19

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C01FEE (or 0xC01FEE) is known color: Electric Purple. HEX triplet: C0, 1F and EE. RGB value is (192,31,238). Sum of RGB (Red+Green+Blue) = 192+31+238=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 31 (12.5% from 255 or 6.72% from 461); Blue value is 238 (93.36% from 255 or 51.63% from 461); Max value from RGB is 238 - color contains mainly: blue. Hex color #C01FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01FEE is #3FE011. Grayscale: #666666. Windows color (decimal): -4186130 or 15605696. OLE color: 15605696.

HSL color Cylindrical-coordinate representation of color #C01FEE: hue angle of 286.67º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C01FEE is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 31 238 -
CMYK 0.19 0.87 0 0.07
HSL 286.67º 0.86% 0.53% -
HSV(B) 286.67º 0.87% 0.93% -
XYZ 37.66 18.36 82.45 -
YUV 102.74 204.34 191.67 -
System Red Green Blue C M Y K H S L
Decimal 192 31 238 0.19 0.87 0 0.07 286.67 0.86 0.53
Hex C0 1F EE 13 57 0 7 11F 56 35
Octal 300 37 356 23 127 0 7 437 126 65
Binary 11000000 11111 11101110 10011 1010111 0 111 100011111 1010110 110101

Color Harmonies of #C01FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01FEE

Black with #C01FEE

Text Example


Text Example

White with #C01FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01FEE; }

 p { color: rgb(192,31,238); }

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

background-color css

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

 a { background-color: rgb(192,31,238); }

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

border-color css

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

 span { border-color: rgb(192,31,238); }

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