Shades of Electric Purple #CC26EF
Tints of Electric Purple #CC26EF
RGB
CMYK
RGB Variations
Color information
#CC26EF (or 0xCC26EF) is known color: Electric Purple. HEX triplet: CC, 26 and EF. RGB value is (204,38,239). Sum of RGB (Red+Green+Blue) = 204+38+239=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 38 (15.23% from 255 or 7.90% from 481); Blue value is 239 (93.75% from 255 or 49.69% from 481); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC26EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC26EF is #33D910. Grayscale: #6D6D6D. Windows color (decimal): -3397905 or 15673036. OLE color: 15673036.
HSL color Cylindrical-coordinate representation of color #CC26EF: hue angle of 289.55º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC26EF is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 38 | 239 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.06 |
| HSL | 289.55º | 0.86% | 0.54% | - |
| HSV(B) | 289.55º | 0.84% | 0.94% | - |
| XYZ | 41.17 | 20.46 | 83.44 | - |
| YUV | 110.55 | 200.5 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 38 | 239 | 0.15 | 0.84 | 0 | 0.06 | 289.55 | 0.86 | 0.54 |
| Hex | CC | 26 | EF | F | 54 | 0 | 6 | 122 | 56 | 36 |
| Octal | 314 | 46 | 357 | 17 | 124 | 0 | 6 | 442 | 126 | 66 |
| Binary | 11001100 | 100110 | 11101111 | 1111 | 1010100 | 0 | 110 | 100100010 | 1010110 | 110110 |
Color Harmonies of #CC26EF
Complementary color
Monochromatic Colors of #CC26EF
Black with #CC26EF
Text Example
Text Example
White with #CC26EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC26EF; }
p { color: rgb(204,38,239); }
H1.HeaderClassName
{
color: #CC26EF;
}
.AnyTagClassName
{
color: #CC26EF;
}
</style>
background-color css
<style>
a { background-color: #CC26EF; }
a { background-color: rgb(204,38,239); }
div.DivClassName
{
background-color: #CC26EF;
}
.BgClassName
{
background-color: #CC26EF;
}
</style>
border-color css
<style>
span { border-color: #CC26EF; }
span { border-color: rgb(204,38,239); }
td.TdClassName
{
border-color: #CC26EF;
}
.TagClassName
{
border-color: #CC26EF;
}
</style>