Shades of Electric Purple #CC01FD
Tints of Electric Purple #CC01FD
RGB
CMYK
RGB Variations
Color information
#CC01FD (or 0xCC01FD) is known color: Electric Purple. HEX triplet: CC, 01 and FD. RGB value is (204,1,253). Sum of RGB (Red+Green+Blue) = 204+1+253=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 1 (0.78% from 255 or 0.22% from 458); Blue value is 253 (99.22% from 255 or 55.24% from 458); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC01FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC01FD is #33FE02. Grayscale: #595959. Windows color (decimal): -3407363 or 16581068. OLE color: 16581068.
HSL color Cylindrical-coordinate representation of color #CC01FD: hue angle of 288.33º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC01FD is Cyan = 0.19, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 1 | 253 | - |
| CMYK | 0.19 | 1.00 | 0 | 0.01 |
| HSL | 288.33º | 0.99% | 0.5% | - |
| HSV(B) | 288.33º | 1% | 0.99% | - |
| XYZ | 42.64 | 19.95 | 94.53 | - |
| YUV | 90.43 | 219.75 | 209.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 1 | 253 | 0.19 | 1.00 | 0 | 0.01 | 288.33 | 0.99 | 0.5 |
| Hex | CC | 1 | FD | 13 | 64 | 0 | 1 | 120 | 63 | 32 |
| Octal | 314 | 1 | 375 | 23 | 144 | 0 | 1 | 440 | 143 | 62 |
| Binary | 11001100 | 1 | 11111101 | 10011 | 1100100 | 0 | 1 | 100100000 | 1100011 | 110010 |
Color Harmonies of #CC01FD
Complementary color
Monochromatic Colors of #CC01FD
Black with #CC01FD
Text Example
Text Example
White with #CC01FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC01FD; }
p { color: rgb(204,1,253); }
H1.HeaderClassName
{
color: #CC01FD;
}
.AnyTagClassName
{
color: #CC01FD;
}
</style>
background-color css
<style>
a { background-color: #CC01FD; }
a { background-color: rgb(204,1,253); }
div.DivClassName
{
background-color: #CC01FD;
}
.BgClassName
{
background-color: #CC01FD;
}
</style>
border-color css
<style>
span { border-color: #CC01FD; }
span { border-color: rgb(204,1,253); }
td.TdClassName
{
border-color: #CC01FD;
}
.TagClassName
{
border-color: #CC01FD;
}
</style>