Shades of Electric Purple #CC1AF8
Tints of Electric Purple #CC1AF8
RGB
CMYK
RGB Variations
Color information
#CC1AF8 (or 0xCC1AF8) is known color: Electric Purple. HEX triplet: CC, 1A and F8. RGB value is (204,26,248). Sum of RGB (Red+Green+Blue) = 204+26+248=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 26 (10.55% from 255 or 5.44% from 478); Blue value is 248 (97.27% from 255 or 51.88% from 478); Max value from RGB is 248 - color contains mainly: blue. Hex color #CC1AF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1AF8 is #33E507. Grayscale: #676767. Windows color (decimal): -3400968 or 16259788. OLE color: 16259788.
HSL color Cylindrical-coordinate representation of color #CC1AF8: hue angle of 288.11º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC1AF8 is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 26 | 248 | - |
| CMYK | 0.18 | 0.90 | 0 | 0.03 |
| HSL | 288.11º | 0.94% | 0.54% | - |
| HSV(B) | 288.11º | 0.9% | 0.97% | - |
| XYZ | 42.21 | 20.35 | 90.51 | - |
| YUV | 104.53 | 208.97 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 26 | 248 | 0.18 | 0.90 | 0 | 0.03 | 288.11 | 0.94 | 0.54 |
| Hex | CC | 1A | F8 | 12 | 5A | 0 | 3 | 120 | 5E | 36 |
| Octal | 314 | 32 | 370 | 22 | 132 | 0 | 3 | 440 | 136 | 66 |
| Binary | 11001100 | 11010 | 11111000 | 10010 | 1011010 | 0 | 11 | 100100000 | 1011110 | 110110 |
Color Harmonies of #CC1AF8
Complementary color
Monochromatic Colors of #CC1AF8
Black with #CC1AF8
Text Example
Text Example
White with #CC1AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1AF8; }
p { color: rgb(204,26,248); }
H1.HeaderClassName
{
color: #CC1AF8;
}
.AnyTagClassName
{
color: #CC1AF8;
}
</style>
background-color css
<style>
a { background-color: #CC1AF8; }
a { background-color: rgb(204,26,248); }
div.DivClassName
{
background-color: #CC1AF8;
}
.BgClassName
{
background-color: #CC1AF8;
}
</style>
border-color css
<style>
span { border-color: #CC1AF8; }
span { border-color: rgb(204,26,248); }
td.TdClassName
{
border-color: #CC1AF8;
}
.TagClassName
{
border-color: #CC1AF8;
}
</style>