Shades of Electric Purple #CC0EF5
Tints of Electric Purple #CC0EF5
RGB
CMYK
RGB Variations
Color information
#CC0EF5 (or 0xCC0EF5) is known color: Electric Purple. HEX triplet: CC, 0E and F5. RGB value is (204,14,245). Sum of RGB (Red+Green+Blue) = 204+14+245=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 14 (5.86% from 255 or 3.02% from 463); Blue value is 245 (96.09% from 255 or 52.92% from 463); Max value from RGB is 245 - color contains mainly: blue. Hex color #CC0EF5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC0EF5 is #33F10A. Grayscale: #606060. Windows color (decimal): -3404043 or 16060108. OLE color: 16060108.
HSL color Cylindrical-coordinate representation of color #CC0EF5: hue angle of 289.35º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0EF5 is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 14 | 245 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.04 |
| HSL | 289.35º | 0.92% | 0.51% | - |
| HSV(B) | 289.35º | 0.94% | 0.96% | - |
| XYZ | 41.54 | 19.74 | 88.01 | - |
| YUV | 97.14 | 211.45 | 204.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 14 | 245 | 0.17 | 0.94 | 0 | 0.04 | 289.35 | 0.92 | 0.51 |
| Hex | CC | E | F5 | 11 | 5E | 0 | 4 | 121 | 5C | 33 |
| Octal | 314 | 16 | 365 | 21 | 136 | 0 | 4 | 441 | 134 | 63 |
| Binary | 11001100 | 1110 | 11110101 | 10001 | 1011110 | 0 | 100 | 100100001 | 1011100 | 110011 |
Color Harmonies of #CC0EF5
Complementary color
Monochromatic Colors of #CC0EF5
Black with #CC0EF5
Text Example
Text Example
White with #CC0EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0EF5; }
p { color: rgb(204,14,245); }
H1.HeaderClassName
{
color: #CC0EF5;
}
.AnyTagClassName
{
color: #CC0EF5;
}
</style>
background-color css
<style>
a { background-color: #CC0EF5; }
a { background-color: rgb(204,14,245); }
div.DivClassName
{
background-color: #CC0EF5;
}
.BgClassName
{
background-color: #CC0EF5;
}
</style>
border-color css
<style>
span { border-color: #CC0EF5; }
span { border-color: rgb(204,14,245); }
td.TdClassName
{
border-color: #CC0EF5;
}
.TagClassName
{
border-color: #CC0EF5;
}
</style>