Shades of Electric Purple #CC27E9
Tints of Electric Purple #CC27E9
RGB
CMYK
RGB Variations
Color information
#CC27E9 (or 0xCC27E9) is known color: Electric Purple. HEX triplet: CC, 27 and E9. RGB value is (204,39,233). Sum of RGB (Red+Green+Blue) = 204+39+233=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 39 (15.62% from 255 or 8.19% from 476); Blue value is 233 (91.41% from 255 or 48.95% from 476); Max value from RGB is 233 - color contains mainly: blue. Hex color #CC27E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC27E9 is #33D816. Grayscale: #6D6D6D. Windows color (decimal): -3397655 or 15280076. OLE color: 15280076.
HSL color Cylindrical-coordinate representation of color #CC27E9: hue angle of 291.03º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC27E9 is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 39 | 233 | - |
| CMYK | 0.12 | 0.83 | 0 | 0.09 |
| HSL | 291.03º | 0.82% | 0.53% | - |
| HSV(B) | 291.03º | 0.83% | 0.91% | - |
| XYZ | 40.34 | 20.17 | 78.86 | - |
| YUV | 110.45 | 197.16 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 39 | 233 | 0.12 | 0.83 | 0 | 0.09 | 291.03 | 0.82 | 0.53 |
| Hex | CC | 27 | E9 | C | 53 | 0 | 9 | 123 | 52 | 35 |
| Octal | 314 | 47 | 351 | 14 | 123 | 0 | 11 | 443 | 122 | 65 |
| Binary | 11001100 | 100111 | 11101001 | 1100 | 1010011 | 0 | 1001 | 100100011 | 1010010 | 110101 |
Color Harmonies of #CC27E9
Complementary color
Monochromatic Colors of #CC27E9
Black with #CC27E9
Text Example
Text Example
White with #CC27E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC27E9; }
p { color: rgb(204,39,233); }
H1.HeaderClassName
{
color: #CC27E9;
}
.AnyTagClassName
{
color: #CC27E9;
}
</style>
background-color css
<style>
a { background-color: #CC27E9; }
a { background-color: rgb(204,39,233); }
div.DivClassName
{
background-color: #CC27E9;
}
.BgClassName
{
background-color: #CC27E9;
}
</style>
border-color css
<style>
span { border-color: #CC27E9; }
span { border-color: rgb(204,39,233); }
td.TdClassName
{
border-color: #CC27E9;
}
.TagClassName
{
border-color: #CC27E9;
}
</style>