Html Css Color HEX #C01FEB Electric Purple

📋 copy color: '#C01FEB'

red 192 ◦ green 31 ◦ blue 235

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

Shades of Electric Purple #C01FEB

Tints of Electric Purple #C01FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 51.31%

R = 41.92%
G = 6.77%
B = 51.31%

CMYK

 C value IS 0.18

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C01FEB (or 0xC01FEB) is known color: Electric Purple. HEX triplet: C0, 1F and EB. RGB value is (192,31,235). Sum of RGB (Red+Green+Blue) = 192+31+235=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 31 (12.5% from 255 or 6.77% from 458); Blue value is 235 (92.19% from 255 or 51.31% from 458); Max value from RGB is 235 - color contains mainly: blue. Hex color #C01FEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01FEB is #3FE014. Grayscale: #656565. Windows color (decimal): -4186133 or 15409088. OLE color: 15409088.

HSL color Cylindrical-coordinate representation of color #C01FEB: hue angle of 287.35º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C01FEB is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 31 235 -
CMYK 0.18 0.87 0 0.08
HSL 287.35º 0.84% 0.52% -
HSV(B) 287.35º 0.87% 0.92% -
XYZ 37.22 18.18 80.15 -
YUV 102.4 202.84 191.91 -
System Red Green Blue C M Y K H S L
Decimal 192 31 235 0.18 0.87 0 0.08 287.35 0.84 0.52
Hex C0 1F EB 12 57 0 8 11F 54 34
Octal 300 37 353 22 127 0 10 437 124 64
Binary 11000000 11111 11101011 10010 1010111 0 1000 100011111 1010100 110100

Color Harmonies of #C01FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01FEB

Black with #C01FEB

Text Example


Text Example

White with #C01FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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