Shades of Electric Purple #CC0FEF
Tints of Electric Purple #CC0FEF
RGB
CMYK
RGB Variations
Color information
#CC0FEF (or 0xCC0FEF) is known color: Electric Purple. HEX triplet: CC, 0F and EF. RGB value is (204,15,239). Sum of RGB (Red+Green+Blue) = 204+15+239=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 15 (6.25% from 255 or 3.28% from 458); Blue value is 239 (93.75% from 255 or 52.18% from 458); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC0FEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC0FEF is #33F010. Grayscale: #606060. Windows color (decimal): -3403793 or 15667148. OLE color: 15667148.
HSL color Cylindrical-coordinate representation of color #CC0FEF: hue angle of 290.62º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0FEF is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 15 | 239 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.06 |
| HSL | 290.63º | 0.88% | 0.5% | - |
| HSV(B) | 290.63º | 0.94% | 0.94% | - |
| XYZ | 40.65 | 19.41 | 83.27 | - |
| YUV | 97.05 | 208.12 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 15 | 239 | 0.15 | 0.94 | 0 | 0.06 | 290.63 | 0.88 | 0.5 |
| Hex | CC | F | EF | F | 5E | 0 | 6 | 123 | 58 | 32 |
| Octal | 314 | 17 | 357 | 17 | 136 | 0 | 6 | 443 | 130 | 62 |
| Binary | 11001100 | 1111 | 11101111 | 1111 | 1011110 | 0 | 110 | 100100011 | 1011000 | 110010 |
Color Harmonies of #CC0FEF
Complementary color
Monochromatic Colors of #CC0FEF
Black with #CC0FEF
Text Example
Text Example
White with #CC0FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0FEF; }
p { color: rgb(204,15,239); }
H1.HeaderClassName
{
color: #CC0FEF;
}
.AnyTagClassName
{
color: #CC0FEF;
}
</style>
background-color css
<style>
a { background-color: #CC0FEF; }
a { background-color: rgb(204,15,239); }
div.DivClassName
{
background-color: #CC0FEF;
}
.BgClassName
{
background-color: #CC0FEF;
}
</style>
border-color css
<style>
span { border-color: #CC0FEF; }
span { border-color: rgb(204,15,239); }
td.TdClassName
{
border-color: #CC0FEF;
}
.TagClassName
{
border-color: #CC0FEF;
}
</style>