Shades of Electric Purple #CC01FA
Tints of Electric Purple #CC01FA
RGB
CMYK
RGB Variations
Color information
#CC01FA (or 0xCC01FA) is known color: Electric Purple. HEX triplet: CC, 01 and FA. RGB value is (204,1,250). Sum of RGB (Red+Green+Blue) = 204+1+250=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 1 (0.78% from 255 or 0.22% from 455); Blue value is 250 (98.05% from 255 or 54.95% from 455); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC01FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC01FA is #33FE05. Grayscale: #595959. Windows color (decimal): -3407366 or 16384460. OLE color: 16384460.
HSL color Cylindrical-coordinate representation of color #CC01FA: hue angle of 288.92º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC01FA is Cyan = 0.18, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 1 | 250 | - |
| CMYK | 0.18 | 1.00 | 0 | 0.02 |
| HSL | 288.92º | 0.99% | 0.49% | - |
| HSV(B) | 288.92º | 1% | 0.98% | - |
| XYZ | 42.17 | 19.76 | 92.03 | - |
| YUV | 90.08 | 218.25 | 209.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 1 | 250 | 0.18 | 1.00 | 0 | 0.02 | 288.92 | 0.99 | 0.49 |
| Hex | CC | 1 | FA | 12 | 64 | 0 | 2 | 121 | 63 | 31 |
| Octal | 314 | 1 | 372 | 22 | 144 | 0 | 2 | 441 | 143 | 61 |
| Binary | 11001100 | 1 | 11111010 | 10010 | 1100100 | 0 | 10 | 100100001 | 1100011 | 110001 |
Color Harmonies of #CC01FA
Complementary color
Monochromatic Colors of #CC01FA
Black with #CC01FA
Text Example
Text Example
White with #CC01FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC01FA; }
p { color: rgb(204,1,250); }
H1.HeaderClassName
{
color: #CC01FA;
}
.AnyTagClassName
{
color: #CC01FA;
}
</style>
background-color css
<style>
a { background-color: #CC01FA; }
a { background-color: rgb(204,1,250); }
div.DivClassName
{
background-color: #CC01FA;
}
.BgClassName
{
background-color: #CC01FA;
}
</style>
border-color css
<style>
span { border-color: #CC01FA; }
span { border-color: rgb(204,1,250); }
td.TdClassName
{
border-color: #CC01FA;
}
.TagClassName
{
border-color: #CC01FA;
}
</style>