Shades of Electric Purple #C00DEE
Tints of Electric Purple #C00DEE
RGB
CMYK
RGB Variations
Color information
#C00DEE (or 0xC00DEE) is known color: Electric Purple. HEX triplet: C0, 0D and EE. RGB value is (192,13,238). Sum of RGB (Red+Green+Blue) = 192+13+238=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 13 (5.47% from 255 or 2.93% from 443); Blue value is 238 (93.36% from 255 or 53.72% from 443); Max value from RGB is 238 - color contains mainly: blue. Hex color #C00DEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C00DEE is #3FF211. Grayscale: #5B5B5B. Windows color (decimal): -4190738 or 15601088. OLE color: 15601088.
HSL color Cylindrical-coordinate representation of color #C00DEE: hue angle of 287.73º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00DEE is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 13 | 238 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.07 |
| HSL | 287.73º | 0.9% | 0.49% | - |
| HSV(B) | 287.73º | 0.95% | 0.93% | - |
| XYZ | 37.31 | 17.67 | 82.33 | - |
| YUV | 92.17 | 210.3 | 199.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 13 | 238 | 0.19 | 0.95 | 0 | 0.07 | 287.73 | 0.9 | 0.49 |
| Hex | C0 | D | EE | 13 | 5F | 0 | 7 | 120 | 5A | 31 |
| Octal | 300 | 15 | 356 | 23 | 137 | 0 | 7 | 440 | 132 | 61 |
| Binary | 11000000 | 1101 | 11101110 | 10011 | 1011111 | 0 | 111 | 100100000 | 1011010 | 110001 |
Color Harmonies of #C00DEE
Complementary color
Monochromatic Colors of #C00DEE
Black with #C00DEE
Text Example
Text Example
White with #C00DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00DEE; }
p { color: rgb(192,13,238); }
H1.HeaderClassName
{
color: #C00DEE;
}
.AnyTagClassName
{
color: #C00DEE;
}
</style>
background-color css
<style>
a { background-color: #C00DEE; }
a { background-color: rgb(192,13,238); }
div.DivClassName
{
background-color: #C00DEE;
}
.BgClassName
{
background-color: #C00DEE;
}
</style>
border-color css
<style>
span { border-color: #C00DEE; }
span { border-color: rgb(192,13,238); }
td.TdClassName
{
border-color: #C00DEE;
}
.TagClassName
{
border-color: #C00DEE;
}
</style>