Shades of Electric Purple #CC26EA
Tints of Electric Purple #CC26EA
RGB
CMYK
RGB Variations
Color information
#CC26EA (or 0xCC26EA) is known color: Electric Purple. HEX triplet: CC, 26 and EA. RGB value is (204,38,234). Sum of RGB (Red+Green+Blue) = 204+38+234=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 38 (15.23% from 255 or 7.98% from 476); Blue value is 234 (91.80% from 255 or 49.16% from 476); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC26EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC26EA is #33D915. Grayscale: #6D6D6D. Windows color (decimal): -3397910 or 15345356. OLE color: 15345356.
HSL color Cylindrical-coordinate representation of color #CC26EA: hue angle of 290.82º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC26EA is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 38 | 234 | - |
| CMYK | 0.13 | 0.84 | 0 | 0.08 |
| HSL | 290.82º | 0.82% | 0.53% | - |
| HSV(B) | 290.82º | 0.84% | 0.92% | - |
| XYZ | 40.45 | 20.16 | 79.6 | - |
| YUV | 109.98 | 198 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 38 | 234 | 0.13 | 0.84 | 0 | 0.08 | 290.82 | 0.82 | 0.53 |
| Hex | CC | 26 | EA | D | 54 | 0 | 8 | 123 | 52 | 35 |
| Octal | 314 | 46 | 352 | 15 | 124 | 0 | 10 | 443 | 122 | 65 |
| Binary | 11001100 | 100110 | 11101010 | 1101 | 1010100 | 0 | 1000 | 100100011 | 1010010 | 110101 |
Color Harmonies of #CC26EA
Complementary color
Monochromatic Colors of #CC26EA
Black with #CC26EA
Text Example
Text Example
White with #CC26EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC26EA; }
p { color: rgb(204,38,234); }
H1.HeaderClassName
{
color: #CC26EA;
}
.AnyTagClassName
{
color: #CC26EA;
}
</style>
background-color css
<style>
a { background-color: #CC26EA; }
a { background-color: rgb(204,38,234); }
div.DivClassName
{
background-color: #CC26EA;
}
.BgClassName
{
background-color: #CC26EA;
}
</style>
border-color css
<style>
span { border-color: #CC26EA; }
span { border-color: rgb(204,38,234); }
td.TdClassName
{
border-color: #CC26EA;
}
.TagClassName
{
border-color: #CC26EA;
}
</style>