Html Css Color HEX #C01EFC Electric Purple

📋 copy color: '#C01EFC'

red 192 ◦ green 30 ◦ blue 252

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

Shades of Electric Purple #C01EFC

Tints of Electric Purple #C01EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 53.16%

R = 40.51%
G = 6.33%
B = 53.16%

CMYK

 C value IS 0.24

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C01EFC (or 0xC01EFC) is known color: Electric Purple. HEX triplet: C0, 1E and FC. RGB value is (192,30,252). Sum of RGB (Red+Green+Blue) = 192+30+252=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 30 (12.11% from 255 or 6.33% from 474); Blue value is 252 (98.83% from 255 or 53.16% from 474); Max value from RGB is 252 - color contains mainly: blue. Hex color #C01EFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01EFC is #3FE103. Grayscale: #676767. Windows color (decimal): -4186372 or 16522944. OLE color: 16522944.

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

Color convert

RGB 192 30 252 -
CMYK 0.24 0.88 0 0.01
HSL 283.78º 0.97% 0.55% -
HSV(B) 283.78º 0.88% 0.99% -
XYZ 39.77 19.16 93.7 -
YUV 103.75 211.67 190.95 -
System Red Green Blue C M Y K H S L
Decimal 192 30 252 0.24 0.88 0 0.01 283.78 0.97 0.55
Hex C0 1E FC 18 58 0 1 11C 61 37
Octal 300 36 374 30 130 0 1 434 141 67
Binary 11000000 11110 11111100 11000 1011000 0 1 100011100 1100001 110111

Color Harmonies of #C01EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01EFC

Black with #C01EFC

Text Example


Text Example

White with #C01EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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