Shades of Electric Purple #CC26F0
Tints of Electric Purple #CC26F0
RGB
CMYK
RGB Variations
Color information
#CC26F0 (or 0xCC26F0) is known color: Electric Purple. HEX triplet: CC, 26 and F0. RGB value is (204,38,240). Sum of RGB (Red+Green+Blue) = 204+38+240=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 38 (15.23% from 255 or 7.88% from 482); Blue value is 240 (94.14% from 255 or 49.79% from 482); Max value from RGB is 240 - color contains mainly: blue. Hex color #CC26F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC26F0 is #33D90F. Grayscale: #6E6E6E. Windows color (decimal): -3397904 or 15738572. OLE color: 15738572.
HSL color Cylindrical-coordinate representation of color #CC26F0: hue angle of 289.31º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC26F0 is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 38 | 240 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.06 |
| HSL | 289.31º | 0.87% | 0.55% | - |
| HSV(B) | 289.31º | 0.84% | 0.94% | - |
| XYZ | 41.32 | 20.51 | 84.22 | - |
| YUV | 110.66 | 201 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 38 | 240 | 0.15 | 0.84 | 0 | 0.06 | 289.31 | 0.87 | 0.55 |
| Hex | CC | 26 | F0 | F | 54 | 0 | 6 | 121 | 57 | 37 |
| Octal | 314 | 46 | 360 | 17 | 124 | 0 | 6 | 441 | 127 | 67 |
| Binary | 11001100 | 100110 | 11110000 | 1111 | 1010100 | 0 | 110 | 100100001 | 1010111 | 110111 |
Color Harmonies of #CC26F0
Complementary color
Monochromatic Colors of #CC26F0
Black with #CC26F0
Text Example
Text Example
White with #CC26F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC26F0; }
p { color: rgb(204,38,240); }
H1.HeaderClassName
{
color: #CC26F0;
}
.AnyTagClassName
{
color: #CC26F0;
}
</style>
background-color css
<style>
a { background-color: #CC26F0; }
a { background-color: rgb(204,38,240); }
div.DivClassName
{
background-color: #CC26F0;
}
.BgClassName
{
background-color: #CC26F0;
}
</style>
border-color css
<style>
span { border-color: #CC26F0; }
span { border-color: rgb(204,38,240); }
td.TdClassName
{
border-color: #CC26F0;
}
.TagClassName
{
border-color: #CC26F0;
}
</style>