Shades of Electric Purple #CC01FF
Tints of Electric Purple #CC01FF
RGB
CMYK
RGB Variations
Color information
#CC01FF (or 0xCC01FF) is known color: Electric Purple. HEX triplet: CC, 01 and FF. RGB value is (204,1,255). Sum of RGB (Red+Green+Blue) = 204+1+255=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 1 (0.78% from 255 or 0.22% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC01FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC01FF is #33FE00. Grayscale: #595959. Windows color (decimal): -3407361 or 16712140. OLE color: 16712140.
HSL color Cylindrical-coordinate representation of color #CC01FF: hue angle of 287.95º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC01FF is Cyan = 0.2, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 1 | 255 | - |
| CMYK | 0.2 | 1.00 | 0 | 0 |
| HSL | 287.95º | 1% | 0.5% | - |
| HSV(B) | 287.95º | 1% | 1% | - |
| XYZ | 42.96 | 20.08 | 96.22 | - |
| YUV | 90.65 | 220.75 | 208.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 1 | 255 | 0.2 | 1.00 | 0 | 0 | 287.95 | 1 | 0.5 |
| Hex | CC | 1 | FF | 14 | 64 | 0 | 0 | 120 | 64 | 32 |
| Octal | 314 | 1 | 377 | 24 | 144 | 0 | 0 | 440 | 144 | 62 |
| Binary | 11001100 | 1 | 11111111 | 10100 | 1100100 | 0 | 0 | 100100000 | 1100100 | 110010 |
Color Harmonies of #CC01FF
Complementary color
Monochromatic Colors of #CC01FF
Black with #CC01FF
Text Example
Text Example
White with #CC01FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC01FF; }
p { color: rgb(204,1,255); }
H1.HeaderClassName
{
color: #CC01FF;
}
.AnyTagClassName
{
color: #CC01FF;
}
</style>
background-color css
<style>
a { background-color: #CC01FF; }
a { background-color: rgb(204,1,255); }
div.DivClassName
{
background-color: #CC01FF;
}
.BgClassName
{
background-color: #CC01FF;
}
</style>
border-color css
<style>
span { border-color: #CC01FF; }
span { border-color: rgb(204,1,255); }
td.TdClassName
{
border-color: #CC01FF;
}
.TagClassName
{
border-color: #CC01FF;
}
</style>