Html Css Color HEX #C01EFF Electric Purple

📋 copy color: '#C01EFF'

red 192 ◦ green 30 ◦ blue 255

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

Shades of Electric Purple #C01EFF

Tints of Electric Purple #C01EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.46%

R = 40.25%
G = 6.29%
B = 53.46%

CMYK

 C value IS 0.25

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C01EFF (or 0xC01EFF) is known color: Electric Purple. HEX triplet: C0, 1E and FF. RGB value is (192,30,255). Sum of RGB (Red+Green+Blue) = 192+30+255=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 30 (12.11% from 255 or 6.29% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #C01EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01EFF is #3FE100. Grayscale: #676767. Windows color (decimal): -4186369 or 16719552. OLE color: 16719552.

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

Color convert

RGB 192 30 255 -
CMYK 0.25 0.88 0 0
HSL 283.2º 1% 0.56% -
HSV(B) 283.2º 0.88% 1% -
XYZ 40.25 19.36 96.22 -
YUV 104.09 213.17 190.7 -
System Red Green Blue C M Y K H S L
Decimal 192 30 255 0.25 0.88 0 0 283.2 1 0.56
Hex C0 1E FF 19 58 0 0 11B 64 38
Octal 300 36 377 31 130 0 0 433 144 70
Binary 11000000 11110 11111111 11001 1011000 0 0 100011011 1100100 111000

Color Harmonies of #C01EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01EFF

Black with #C01EFF

Text Example


Text Example

White with #C01EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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