Shades of Electric Purple #CC03FE
Tints of Electric Purple #CC03FE
RGB
CMYK
RGB Variations
Color information
#CC03FE (or 0xCC03FE) is known color: Electric Purple. HEX triplet: CC, 03 and FE. RGB value is (204,3,254). Sum of RGB (Red+Green+Blue) = 204+3+254=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 3 (1.56% from 255 or 0.65% from 461); Blue value is 254 (99.61% from 255 or 55.10% from 461); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC03FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC03FE is #33FC01. Grayscale: #5A5A5A. Windows color (decimal): -3406850 or 16647116. OLE color: 16647116.
HSL color Cylindrical-coordinate representation of color #CC03FE: hue angle of 288.05º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC03FE is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 3 | 254 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.00 |
| HSL | 288.05º | 0.99% | 0.5% | - |
| HSV(B) | 288.05º | 0.99% | 1% | - |
| XYZ | 42.82 | 20.06 | 95.38 | - |
| YUV | 91.71 | 219.59 | 208.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 3 | 254 | 0.20 | 0.99 | 0 | 0.00 | 288.05 | 0.99 | 0.5 |
| Hex | CC | 3 | FE | 14 | 63 | 0 | 0 | 120 | 63 | 32 |
| Octal | 314 | 3 | 376 | 24 | 143 | 0 | 0 | 440 | 143 | 62 |
| Binary | 11001100 | 11 | 11111110 | 10100 | 1100011 | 0 | 0 | 100100000 | 1100011 | 110010 |
Color Harmonies of #CC03FE
Complementary color
Monochromatic Colors of #CC03FE
Black with #CC03FE
Text Example
Text Example
White with #CC03FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC03FE; }
p { color: rgb(204,3,254); }
H1.HeaderClassName
{
color: #CC03FE;
}
.AnyTagClassName
{
color: #CC03FE;
}
</style>
background-color css
<style>
a { background-color: #CC03FE; }
a { background-color: rgb(204,3,254); }
div.DivClassName
{
background-color: #CC03FE;
}
.BgClassName
{
background-color: #CC03FE;
}
</style>
border-color css
<style>
span { border-color: #CC03FE; }
span { border-color: rgb(204,3,254); }
td.TdClassName
{
border-color: #CC03FE;
}
.TagClassName
{
border-color: #CC03FE;
}
</style>