Shades of Electric Purple #CC09FA
Tints of Electric Purple #CC09FA
RGB
CMYK
RGB Variations
Color information
#CC09FA (or 0xCC09FA) is known color: Electric Purple. HEX triplet: CC, 09 and FA. RGB value is (204,9,250). Sum of RGB (Red+Green+Blue) = 204+9+250=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 9 (3.91% from 255 or 1.94% from 463); Blue value is 250 (98.05% from 255 or 54.00% from 463); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC09FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC09FA is #33F605. Grayscale: #5E5E5E. Windows color (decimal): -3405318 or 16386508. OLE color: 16386508.
HSL color Cylindrical-coordinate representation of color #CC09FA: hue angle of 288.55º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC09FA is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 9 | 250 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.02 |
| HSL | 288.55º | 0.96% | 0.51% | - |
| HSV(B) | 288.55º | 0.96% | 0.98% | - |
| XYZ | 42.25 | 19.93 | 92.06 | - |
| YUV | 94.78 | 215.6 | 205.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 9 | 250 | 0.18 | 0.96 | 0 | 0.02 | 288.55 | 0.96 | 0.51 |
| Hex | CC | 9 | FA | 12 | 60 | 0 | 2 | 121 | 60 | 33 |
| Octal | 314 | 11 | 372 | 22 | 140 | 0 | 2 | 441 | 140 | 63 |
| Binary | 11001100 | 1001 | 11111010 | 10010 | 1100000 | 0 | 10 | 100100001 | 1100000 | 110011 |
Color Harmonies of #CC09FA
Complementary color
Monochromatic Colors of #CC09FA
Black with #CC09FA
Text Example
Text Example
White with #CC09FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC09FA; }
p { color: rgb(204,9,250); }
H1.HeaderClassName
{
color: #CC09FA;
}
.AnyTagClassName
{
color: #CC09FA;
}
</style>
background-color css
<style>
a { background-color: #CC09FA; }
a { background-color: rgb(204,9,250); }
div.DivClassName
{
background-color: #CC09FA;
}
.BgClassName
{
background-color: #CC09FA;
}
</style>
border-color css
<style>
span { border-color: #CC09FA; }
span { border-color: rgb(204,9,250); }
td.TdClassName
{
border-color: #CC09FA;
}
.TagClassName
{
border-color: #CC09FA;
}
</style>