Shades of Electric Purple #CC0FFA
Tints of Electric Purple #CC0FFA
RGB
CMYK
RGB Variations
Color information
#CC0FFA (or 0xCC0FFA) is known color: Electric Purple. HEX triplet: CC, 0F and FA. RGB value is (204,15,250). Sum of RGB (Red+Green+Blue) = 204+15+250=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 15 (6.25% from 255 or 3.20% from 469); Blue value is 250 (98.05% from 255 or 53.30% from 469); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC0FFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC0FFA is #33F005. Grayscale: #616161. Windows color (decimal): -3403782 or 16388044. OLE color: 16388044.
HSL color Cylindrical-coordinate representation of color #CC0FFA: hue angle of 288.26º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0FFA is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 15 | 250 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.02 |
| HSL | 288.26º | 0.96% | 0.52% | - |
| HSV(B) | 288.26º | 0.94% | 0.98% | - |
| XYZ | 42.33 | 20.08 | 92.09 | - |
| YUV | 98.3 | 213.62 | 203.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 15 | 250 | 0.18 | 0.94 | 0 | 0.02 | 288.26 | 0.96 | 0.52 |
| Hex | CC | F | FA | 12 | 5E | 0 | 2 | 120 | 60 | 34 |
| Octal | 314 | 17 | 372 | 22 | 136 | 0 | 2 | 440 | 140 | 64 |
| Binary | 11001100 | 1111 | 11111010 | 10010 | 1011110 | 0 | 10 | 100100000 | 1100000 | 110100 |
Color Harmonies of #CC0FFA
Complementary color
Monochromatic Colors of #CC0FFA
Black with #CC0FFA
Text Example
Text Example
White with #CC0FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0FFA; }
p { color: rgb(204,15,250); }
H1.HeaderClassName
{
color: #CC0FFA;
}
.AnyTagClassName
{
color: #CC0FFA;
}
</style>
background-color css
<style>
a { background-color: #CC0FFA; }
a { background-color: rgb(204,15,250); }
div.DivClassName
{
background-color: #CC0FFA;
}
.BgClassName
{
background-color: #CC0FFA;
}
</style>
border-color css
<style>
span { border-color: #CC0FFA; }
span { border-color: rgb(204,15,250); }
td.TdClassName
{
border-color: #CC0FFA;
}
.TagClassName
{
border-color: #CC0FFA;
}
</style>