Html Css Color HEX #C01EFE Electric Purple

📋 copy color: '#C01EFE'

red 192 ◦ green 30 ◦ blue 254

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

Shades of Electric Purple #C01EFE

Tints of Electric Purple #C01EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 53.36%

R = 40.34%
G = 6.3%
B = 53.36%

CMYK

 C value IS 0.24

 M value IS 0.88

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C01EFE (or 0xC01EFE) is known color: Electric Purple. HEX triplet: C0, 1E and FE. RGB value is (192,30,254). Sum of RGB (Red+Green+Blue) = 192+30+254=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 30 (12.11% from 255 or 6.30% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #C01EFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01EFE is #3FE101. Grayscale: #676767. Windows color (decimal): -4186370 or 16654016. OLE color: 16654016.

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

Color convert

RGB 192 30 254 -
CMYK 0.24 0.88 0 0.00
HSL 283.39º 0.99% 0.56% -
HSV(B) 283.39º 0.88% 1% -
XYZ 40.09 19.29 95.38 -
YUV 103.97 212.67 190.79 -
System Red Green Blue C M Y K H S L
Decimal 192 30 254 0.24 0.88 0 0.00 283.39 0.99 0.56
Hex C0 1E FE 18 58 0 0 11B 63 38
Octal 300 36 376 30 130 0 0 433 143 70
Binary 11000000 11110 11111110 11000 1011000 0 0 100011011 1100011 111000

Color Harmonies of #C01EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01EFE

Black with #C01EFE

Text Example


Text Example

White with #C01EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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