Shades of Electric Purple #CC0AFB
Tints of Electric Purple #CC0AFB
RGB
CMYK
RGB Variations
Color information
#CC0AFB (or 0xCC0AFB) is known color: Electric Purple. HEX triplet: CC, 0A and FB. RGB value is (204,10,251). Sum of RGB (Red+Green+Blue) = 204+10+251=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 10 (4.30% from 255 or 2.15% from 465); Blue value is 251 (98.44% from 255 or 53.98% from 465); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC0AFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC0AFB is #33F504. Grayscale: #5E5E5E. Windows color (decimal): -3405061 or 16452300. OLE color: 16452300.
HSL color Cylindrical-coordinate representation of color #CC0AFB: hue angle of 288.3º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC0AFB is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 10 | 251 | - |
| CMYK | 0.19 | 0.96 | 0 | 0.02 |
| HSL | 288.3º | 0.97% | 0.51% | - |
| HSV(B) | 288.3º | 0.96% | 0.98% | - |
| XYZ | 42.42 | 20.02 | 92.9 | - |
| YUV | 95.48 | 215.77 | 205.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 10 | 251 | 0.19 | 0.96 | 0 | 0.02 | 288.3 | 0.97 | 0.51 |
| Hex | CC | A | FB | 13 | 60 | 0 | 2 | 120 | 61 | 33 |
| Octal | 314 | 12 | 373 | 23 | 140 | 0 | 2 | 440 | 141 | 63 |
| Binary | 11001100 | 1010 | 11111011 | 10011 | 1100000 | 0 | 10 | 100100000 | 1100001 | 110011 |
Color Harmonies of #CC0AFB
Complementary color
Monochromatic Colors of #CC0AFB
Black with #CC0AFB
Text Example
Text Example
White with #CC0AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0AFB; }
p { color: rgb(204,10,251); }
H1.HeaderClassName
{
color: #CC0AFB;
}
.AnyTagClassName
{
color: #CC0AFB;
}
</style>
background-color css
<style>
a { background-color: #CC0AFB; }
a { background-color: rgb(204,10,251); }
div.DivClassName
{
background-color: #CC0AFB;
}
.BgClassName
{
background-color: #CC0AFB;
}
</style>
border-color css
<style>
span { border-color: #CC0AFB; }
span { border-color: rgb(204,10,251); }
td.TdClassName
{
border-color: #CC0AFB;
}
.TagClassName
{
border-color: #CC0AFB;
}
</style>