Shades of Electric Purple #CC00F9
Tints of Electric Purple #CC00F9
RGB
CMYK
RGB Variations
Color information
#CC00F9 (or 0xCC00F9) is known color: Electric Purple. HEX triplet: CC, 00 and F9. RGB value is (204,0,249). Sum of RGB (Red+Green+Blue) = 204+0+249=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 0 (0.39% from 255 or 0% from 453); Blue value is 249 (97.66% from 255 or 54.97% from 453); Max value from RGB is 249 - color contains mainly: blue. Hex color #CC00F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC00F9 is #33FF06. Grayscale: #585858. Windows color (decimal): -3407623 or 16318668. OLE color: 16318668.
HSL color Cylindrical-coordinate representation of color #CC00F9: hue angle of 289.16º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC00F9 is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 0 | 249 | - |
| CMYK | 0.18 | 1 | 0 | 0.02 |
| HSL | 289.16º | 1% | 0.49% | - |
| HSV(B) | 289.16º | 1% | 0.98% | - |
| XYZ | 42 | 19.68 | 91.21 | - |
| YUV | 89.38 | 218.09 | 209.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 0 | 249 | 0.18 | 1 | 0 | 0.02 | 289.16 | 1 | 0.49 |
| Hex | CC | 0 | F9 | 12 | 64 | 0 | 2 | 121 | 64 | 31 |
| Octal | 314 | 0 | 371 | 22 | 144 | 0 | 2 | 441 | 144 | 61 |
| Binary | 11001100 | 0 | 11111001 | 10010 | 1100100 | 0 | 10 | 100100001 | 1100100 | 110001 |
Color Harmonies of #CC00F9
Complementary color
Monochromatic Colors of #CC00F9
Black with #CC00F9
Text Example
Text Example
White with #CC00F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC00F9; }
p { color: rgb(204,0,249); }
H1.HeaderClassName
{
color: #CC00F9;
}
.AnyTagClassName
{
color: #CC00F9;
}
</style>
background-color css
<style>
a { background-color: #CC00F9; }
a { background-color: rgb(204,0,249); }
div.DivClassName
{
background-color: #CC00F9;
}
.BgClassName
{
background-color: #CC00F9;
}
</style>
border-color css
<style>
span { border-color: #CC00F9; }
span { border-color: rgb(204,0,249); }
td.TdClassName
{
border-color: #CC00F9;
}
.TagClassName
{
border-color: #CC00F9;
}
</style>