Shades of Electric Purple #CC03F6
Tints of Electric Purple #CC03F6
RGB
CMYK
RGB Variations
Color information
#CC03F6 (or 0xCC03F6) is known color: Electric Purple. HEX triplet: CC, 03 and F6. RGB value is (204,3,246). Sum of RGB (Red+Green+Blue) = 204+3+246=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 3 (1.56% from 255 or 0.66% from 453); Blue value is 246 (96.48% from 255 or 54.30% from 453); Max value from RGB is 246 - color contains mainly: blue. Hex color #CC03F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC03F6 is #33FC09. Grayscale: #5A5A5A. Windows color (decimal): -3406858 or 16122828. OLE color: 16122828.
HSL color Cylindrical-coordinate representation of color #CC03F6: hue angle of 289.63º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC03F6 is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 3 | 246 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.04 |
| HSL | 289.63º | 0.98% | 0.49% | - |
| HSV(B) | 289.63º | 0.99% | 0.96% | - |
| XYZ | 41.57 | 19.56 | 88.77 | - |
| YUV | 90.8 | 215.59 | 208.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 3 | 246 | 0.17 | 0.99 | 0 | 0.04 | 289.63 | 0.98 | 0.49 |
| Hex | CC | 3 | F6 | 11 | 63 | 0 | 4 | 122 | 62 | 31 |
| Octal | 314 | 3 | 366 | 21 | 143 | 0 | 4 | 442 | 142 | 61 |
| Binary | 11001100 | 11 | 11110110 | 10001 | 1100011 | 0 | 100 | 100100010 | 1100010 | 110001 |
Color Harmonies of #CC03F6
Complementary color
Monochromatic Colors of #CC03F6
Black with #CC03F6
Text Example
Text Example
White with #CC03F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC03F6; }
p { color: rgb(204,3,246); }
H1.HeaderClassName
{
color: #CC03F6;
}
.AnyTagClassName
{
color: #CC03F6;
}
</style>
background-color css
<style>
a { background-color: #CC03F6; }
a { background-color: rgb(204,3,246); }
div.DivClassName
{
background-color: #CC03F6;
}
.BgClassName
{
background-color: #CC03F6;
}
</style>
border-color css
<style>
span { border-color: #CC03F6; }
span { border-color: rgb(204,3,246); }
td.TdClassName
{
border-color: #CC03F6;
}
.TagClassName
{
border-color: #CC03F6;
}
</style>