Shades of Electric Purple #CC0FEA
Tints of Electric Purple #CC0FEA
RGB
CMYK
RGB Variations
Color information
#CC0FEA (or 0xCC0FEA) is known color: Electric Purple. HEX triplet: CC, 0F and EA. RGB value is (204,15,234). Sum of RGB (Red+Green+Blue) = 204+15+234=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 15 (6.25% from 255 or 3.31% from 453); Blue value is 234 (91.80% from 255 or 51.66% from 453); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC0FEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC0FEA is #33F015. Grayscale: #5F5F5F. Windows color (decimal): -3403798 or 15339468. OLE color: 15339468.
HSL color Cylindrical-coordinate representation of color #CC0FEA: hue angle of 291.78º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0FEA is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 15 | 234 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.08 |
| HSL | 291.78º | 0.88% | 0.49% | - |
| HSV(B) | 291.78º | 0.94% | 0.92% | - |
| XYZ | 39.92 | 19.12 | 79.43 | - |
| YUV | 96.48 | 205.62 | 204.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 15 | 234 | 0.13 | 0.94 | 0 | 0.08 | 291.78 | 0.88 | 0.49 |
| Hex | CC | F | EA | D | 5E | 0 | 8 | 124 | 58 | 31 |
| Octal | 314 | 17 | 352 | 15 | 136 | 0 | 10 | 444 | 130 | 61 |
| Binary | 11001100 | 1111 | 11101010 | 1101 | 1011110 | 0 | 1000 | 100100100 | 1011000 | 110001 |
Color Harmonies of #CC0FEA
Complementary color
Monochromatic Colors of #CC0FEA
Black with #CC0FEA
Text Example
Text Example
White with #CC0FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0FEA; }
p { color: rgb(204,15,234); }
H1.HeaderClassName
{
color: #CC0FEA;
}
.AnyTagClassName
{
color: #CC0FEA;
}
</style>
background-color css
<style>
a { background-color: #CC0FEA; }
a { background-color: rgb(204,15,234); }
div.DivClassName
{
background-color: #CC0FEA;
}
.BgClassName
{
background-color: #CC0FEA;
}
</style>
border-color css
<style>
span { border-color: #CC0FEA; }
span { border-color: rgb(204,15,234); }
td.TdClassName
{
border-color: #CC0FEA;
}
.TagClassName
{
border-color: #CC0FEA;
}
</style>