Shades of Electric Purple #C001EE
Tints of Electric Purple #C001EE
RGB
CMYK
RGB Variations
Color information
#C001EE (or 0xC001EE) is known color: Electric Purple. HEX triplet: C0, 01 and EE. RGB value is (192,1,238). Sum of RGB (Red+Green+Blue) = 192+1+238=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 1 (0.78% from 255 or 0.23% from 431); Blue value is 238 (93.36% from 255 or 55.22% from 431); Max value from RGB is 238 - color contains mainly: blue. Hex color #C001EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C001EE is #3FFE11. Grayscale: #545454. Windows color (decimal): -4193810 or 15598016. OLE color: 15598016.
HSL color Cylindrical-coordinate representation of color #C001EE: hue angle of 288.35º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C001EE is Cyan = 0.19, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 1 | 238 | - |
| CMYK | 0.19 | 1.00 | 0 | 0.07 |
| HSL | 288.35º | 0.99% | 0.47% | - |
| HSV(B) | 288.35º | 1% | 0.93% | - |
| XYZ | 37.18 | 17.4 | 82.29 | - |
| YUV | 85.13 | 214.28 | 204.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 1 | 238 | 0.19 | 1.00 | 0 | 0.07 | 288.35 | 0.99 | 0.47 |
| Hex | C0 | 1 | EE | 13 | 64 | 0 | 7 | 120 | 63 | 2F |
| Octal | 300 | 1 | 356 | 23 | 144 | 0 | 7 | 440 | 143 | 57 |
| Binary | 11000000 | 1 | 11101110 | 10011 | 1100100 | 0 | 111 | 100100000 | 1100011 | 101111 |
Color Harmonies of #C001EE
Complementary color
Monochromatic Colors of #C001EE
Black with #C001EE
Text Example
Text Example
White with #C001EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C001EE; }
p { color: rgb(192,1,238); }
H1.HeaderClassName
{
color: #C001EE;
}
.AnyTagClassName
{
color: #C001EE;
}
</style>
background-color css
<style>
a { background-color: #C001EE; }
a { background-color: rgb(192,1,238); }
div.DivClassName
{
background-color: #C001EE;
}
.BgClassName
{
background-color: #C001EE;
}
</style>
border-color css
<style>
span { border-color: #C001EE; }
span { border-color: rgb(192,1,238); }
td.TdClassName
{
border-color: #C001EE;
}
.TagClassName
{
border-color: #C001EE;
}
</style>