Html Css Color HEX #C00DEC Electric Purple

📋 copy color: '#C00DEC'

red 192 ◦ green 13 ◦ blue 236

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

Shades of Electric Purple #C00DEC

Tints of Electric Purple #C00DEC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.95%

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

R = 43.54%
G = 2.95%
B = 53.51%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C00DEC (or 0xC00DEC) is known color: Electric Purple. HEX triplet: C0, 0D and EC. RGB value is (192,13,236). Sum of RGB (Red+Green+Blue) = 192+13+236=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 13 (5.47% from 255 or 2.95% from 441); Blue value is 236 (92.58% from 255 or 53.51% from 441); Max value from RGB is 236 - color contains mainly: blue. Hex color #C00DEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C00DEC is #3FF213. Grayscale: #5B5B5B. Windows color (decimal): -4190740 or 15470016. OLE color: 15470016.

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

Color convert

RGB 192 13 236 -
CMYK 0.19 0.94 0 0.07
HSL 288.16º 0.9% 0.49% -
HSV(B) 288.16º 0.94% 0.93% -
XYZ 37.02 17.55 80.79 -
YUV 91.94 209.3 199.37 -
System Red Green Blue C M Y K H S L
Decimal 192 13 236 0.19 0.94 0 0.07 288.16 0.9 0.49
Hex C0 D EC 13 5E 0 7 120 5A 31
Octal 300 15 354 23 136 0 7 440 132 61
Binary 11000000 1101 11101100 10011 1011110 0 111 100100000 1011010 110001

Color Harmonies of #C00DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00DEC

Black with #C00DEC

Text Example


Text Example

White with #C00DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00DEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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