Shades of Electric Purple #CC09F2
Tints of Electric Purple #CC09F2
RGB
CMYK
RGB Variations
Color information
#CC09F2 (or 0xCC09F2) is known color: Electric Purple. HEX triplet: CC, 09 and F2. RGB value is (204,9,242). Sum of RGB (Red+Green+Blue) = 204+9+242=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 9 (3.91% from 255 or 1.98% from 455); Blue value is 242 (94.92% from 255 or 53.19% from 455); Max value from RGB is 242 - color contains mainly: blue. Hex color #CC09F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC09F2 is #33F60D. Grayscale: #5D5D5D. Windows color (decimal): -3405326 or 15862220. OLE color: 15862220.
HSL color Cylindrical-coordinate representation of color #CC09F2: hue angle of 290.21º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC09F2 is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 9 | 242 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.05 |
| HSL | 290.21º | 0.93% | 0.49% | - |
| HSV(B) | 290.21º | 0.96% | 0.95% | - |
| XYZ | 41.03 | 19.44 | 85.6 | - |
| YUV | 93.87 | 211.6 | 206.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 9 | 242 | 0.16 | 0.96 | 0 | 0.05 | 290.21 | 0.93 | 0.49 |
| Hex | CC | 9 | F2 | 10 | 60 | 0 | 5 | 122 | 5D | 31 |
| Octal | 314 | 11 | 362 | 20 | 140 | 0 | 5 | 442 | 135 | 61 |
| Binary | 11001100 | 1001 | 11110010 | 10000 | 1100000 | 0 | 101 | 100100010 | 1011101 | 110001 |
Color Harmonies of #CC09F2
Complementary color
Monochromatic Colors of #CC09F2
Black with #CC09F2
Text Example
Text Example
White with #CC09F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC09F2; }
p { color: rgb(204,9,242); }
H1.HeaderClassName
{
color: #CC09F2;
}
.AnyTagClassName
{
color: #CC09F2;
}
</style>
background-color css
<style>
a { background-color: #CC09F2; }
a { background-color: rgb(204,9,242); }
div.DivClassName
{
background-color: #CC09F2;
}
.BgClassName
{
background-color: #CC09F2;
}
</style>
border-color css
<style>
span { border-color: #CC09F2; }
span { border-color: rgb(204,9,242); }
td.TdClassName
{
border-color: #CC09F2;
}
.TagClassName
{
border-color: #CC09F2;
}
</style>