Shades of Electric Purple #CC01ED
Tints of Electric Purple #CC01ED
RGB
CMYK
RGB Variations
Color information
#CC01ED (or 0xCC01ED) is known color: Electric Purple. HEX triplet: CC, 01 and ED. RGB value is (204,1,237). Sum of RGB (Red+Green+Blue) = 204+1+237=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 1 (0.78% from 255 or 0.23% from 442); Blue value is 237 (92.97% from 255 or 53.62% from 442); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC01ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC01ED is #33FE12. Grayscale: #575757. Windows color (decimal): -3407379 or 15532492. OLE color: 15532492.
HSL color Cylindrical-coordinate representation of color #CC01ED: hue angle of 291.61º 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 #CC01ED is Cyan = 0.14, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 1 | 237 | - |
| CMYK | 0.14 | 1.00 | 0 | 0.07 |
| HSL | 291.61º | 0.99% | 0.47% | - |
| HSV(B) | 291.61º | 1% | 0.93% | - |
| XYZ | 40.2 | 18.97 | 81.66 | - |
| YUV | 88.6 | 211.75 | 210.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 1 | 237 | 0.14 | 1.00 | 0 | 0.07 | 291.61 | 0.99 | 0.47 |
| Hex | CC | 1 | ED | E | 64 | 0 | 7 | 124 | 63 | 2F |
| Octal | 314 | 1 | 355 | 16 | 144 | 0 | 7 | 444 | 143 | 57 |
| Binary | 11001100 | 1 | 11101101 | 1110 | 1100100 | 0 | 111 | 100100100 | 1100011 | 101111 |
Color Harmonies of #CC01ED
Complementary color
Monochromatic Colors of #CC01ED
Black with #CC01ED
Text Example
Text Example
White with #CC01ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC01ED; }
p { color: rgb(204,1,237); }
H1.HeaderClassName
{
color: #CC01ED;
}
.AnyTagClassName
{
color: #CC01ED;
}
</style>
background-color css
<style>
a { background-color: #CC01ED; }
a { background-color: rgb(204,1,237); }
div.DivClassName
{
background-color: #CC01ED;
}
.BgClassName
{
background-color: #CC01ED;
}
</style>
border-color css
<style>
span { border-color: #CC01ED; }
span { border-color: rgb(204,1,237); }
td.TdClassName
{
border-color: #CC01ED;
}
.TagClassName
{
border-color: #CC01ED;
}
</style>