Html Css Color HEX #C01DEC Electric Purple

📋 copy color: '#C01DEC'

red 192 ◦ green 29 ◦ blue 236

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

Shades of Electric Purple #C01DEC

Tints of Electric Purple #C01DEC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.35%

 BLUE value IS 236 (92.58% from 255) = 51.64%

R = 42.01%
G = 6.35%
B = 51.64%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C01DEC (or 0xC01DEC) is known color: Electric Purple. HEX triplet: C0, 1D and EC. RGB value is (192,29,236). Sum of RGB (Red+Green+Blue) = 192+29+236=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 29 (11.72% from 255 or 6.35% from 457); Blue value is 236 (92.58% from 255 or 51.64% from 457); Max value from RGB is 236 - color contains mainly: blue. Hex color #C01DEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01DEC is #3FE213. Grayscale: #646464. Windows color (decimal): -4186644 or 15474112. OLE color: 15474112.

HSL color Cylindrical-coordinate representation of color #C01DEC: hue angle of 287.25º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01DEC is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 29 236 -
CMYK 0.19 0.88 0 0.07
HSL 287.25º 0.84% 0.52% -
HSV(B) 287.25º 0.88% 0.93% -
XYZ 37.32 18.14 80.89 -
YUV 101.34 204 192.67 -
System Red Green Blue C M Y K H S L
Decimal 192 29 236 0.19 0.88 0 0.07 287.25 0.84 0.52
Hex C0 1D EC 13 58 0 7 11F 54 34
Octal 300 35 354 23 130 0 7 437 124 64
Binary 11000000 11101 11101100 10011 1011000 0 111 100011111 1010100 110100

Color Harmonies of #C01DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01DEC

Black with #C01DEC

Text Example


Text Example

White with #C01DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01DEC; }

 p { color: rgb(192,29,236); }

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

background-color css

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

 a { background-color: rgb(192,29,236); }

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

border-color css

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

 span { border-color: rgb(192,29,236); }

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