Shades of Electric Purple #CC1AFE
Tints of Electric Purple #CC1AFE
RGB
CMYK
RGB Variations
Color information
#CC1AFE (or 0xCC1AFE) is known color: Electric Purple. HEX triplet: CC, 1A and FE. RGB value is (204,26,254). Sum of RGB (Red+Green+Blue) = 204+26+254=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 26 (10.55% from 255 or 5.37% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC1AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1AFE is #33E501. Grayscale: #686868. Windows color (decimal): -3400962 or 16653004. OLE color: 16653004.
HSL color Cylindrical-coordinate representation of color #CC1AFE: hue angle of 286.84º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC1AFE is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 26 | 254 | - |
| CMYK | 0.20 | 0.90 | 0 | 0.00 |
| HSL | 286.84º | 0.99% | 0.55% | - |
| HSV(B) | 286.84º | 0.9% | 1% | - |
| XYZ | 43.16 | 20.73 | 95.49 | - |
| YUV | 105.21 | 211.97 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 26 | 254 | 0.20 | 0.90 | 0 | 0.00 | 286.84 | 0.99 | 0.55 |
| Hex | CC | 1A | FE | 14 | 5A | 0 | 0 | 11F | 63 | 37 |
| Octal | 314 | 32 | 376 | 24 | 132 | 0 | 0 | 437 | 143 | 67 |
| Binary | 11001100 | 11010 | 11111110 | 10100 | 1011010 | 0 | 0 | 100011111 | 1100011 | 110111 |
Color Harmonies of #CC1AFE
Complementary color
Monochromatic Colors of #CC1AFE
Black with #CC1AFE
Text Example
Text Example
White with #CC1AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1AFE; }
p { color: rgb(204,26,254); }
H1.HeaderClassName
{
color: #CC1AFE;
}
.AnyTagClassName
{
color: #CC1AFE;
}
</style>
background-color css
<style>
a { background-color: #CC1AFE; }
a { background-color: rgb(204,26,254); }
div.DivClassName
{
background-color: #CC1AFE;
}
.BgClassName
{
background-color: #CC1AFE;
}
</style>
border-color css
<style>
span { border-color: #CC1AFE; }
span { border-color: rgb(204,26,254); }
td.TdClassName
{
border-color: #CC1AFE;
}
.TagClassName
{
border-color: #CC1AFE;
}
</style>