Html Css Color HEX #C01EFB Electric Purple

📋 copy color: '#C01EFB'

red 192 ◦ green 30 ◦ blue 251

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

Shades of Electric Purple #C01EFB

Tints of Electric Purple #C01EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 53.07%

R = 40.59%
G = 6.34%
B = 53.07%

CMYK

 C value IS 0.24

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C01EFB (or 0xC01EFB) is known color: Electric Purple. HEX triplet: C0, 1E and FB. RGB value is (192,30,251). Sum of RGB (Red+Green+Blue) = 192+30+251=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 30 (12.11% from 255 or 6.34% from 473); Blue value is 251 (98.44% from 255 or 53.07% from 473); Max value from RGB is 251 - color contains mainly: blue. Hex color #C01EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01EFB is #3FE104. Grayscale: #666666. Windows color (decimal): -4186373 or 16457408. OLE color: 16457408.

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

Color convert

RGB 192 30 251 -
CMYK 0.24 0.88 0 0.02
HSL 283.98º 0.97% 0.55% -
HSV(B) 283.98º 0.88% 0.98% -
XYZ 39.62 19.1 92.87 -
YUV 103.63 211.17 191.03 -
System Red Green Blue C M Y K H S L
Decimal 192 30 251 0.24 0.88 0 0.02 283.98 0.97 0.55
Hex C0 1E FB 18 58 0 2 11C 61 37
Octal 300 36 373 30 130 0 2 434 141 67
Binary 11000000 11110 11111011 11000 1011000 0 10 100011100 1100001 110111

Color Harmonies of #C01EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01EFB

Black with #C01EFB

Text Example


Text Example

White with #C01EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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