Shades of Electric Purple #CC2FFC
Tints of Electric Purple #CC2FFC
RGB
CMYK
RGB Variations
Color information
#CC2FFC (or 0xCC2FFC) is known color: Electric Purple. HEX triplet: CC, 2F and FC. RGB value is (204,47,252). Sum of RGB (Red+Green+Blue) = 204+47+252=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 47 (18.75% from 255 or 9.34% from 503); Blue value is 252 (98.83% from 255 or 50.10% from 503); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC2FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2FFC is #33D003. Grayscale: #747474. Windows color (decimal): -3395588 or 16527308. OLE color: 16527308.
HSL color Cylindrical-coordinate representation of color #CC2FFC: hue angle of 285.95º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC2FFC is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 47 | 252 | - |
| CMYK | 0.19 | 0.81 | 0 | 0.01 |
| HSL | 285.95º | 0.97% | 0.59% | - |
| HSV(B) | 285.95º | 0.81% | 0.99% | - |
| XYZ | 43.49 | 21.9 | 94.03 | - |
| YUV | 117.31 | 204.01 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 47 | 252 | 0.19 | 0.81 | 0 | 0.01 | 285.95 | 0.97 | 0.59 |
| Hex | CC | 2F | FC | 13 | 51 | 0 | 1 | 11E | 61 | 3B |
| Octal | 314 | 57 | 374 | 23 | 121 | 0 | 1 | 436 | 141 | 73 |
| Binary | 11001100 | 101111 | 11111100 | 10011 | 1010001 | 0 | 1 | 100011110 | 1100001 | 111011 |
Color Harmonies of #CC2FFC
Complementary color
Monochromatic Colors of #CC2FFC
Black with #CC2FFC
Text Example
Text Example
White with #CC2FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2FFC; }
p { color: rgb(204,47,252); }
H1.HeaderClassName
{
color: #CC2FFC;
}
.AnyTagClassName
{
color: #CC2FFC;
}
</style>
background-color css
<style>
a { background-color: #CC2FFC; }
a { background-color: rgb(204,47,252); }
div.DivClassName
{
background-color: #CC2FFC;
}
.BgClassName
{
background-color: #CC2FFC;
}
</style>
border-color css
<style>
span { border-color: #CC2FFC; }
span { border-color: rgb(204,47,252); }
td.TdClassName
{
border-color: #CC2FFC;
}
.TagClassName
{
border-color: #CC2FFC;
}
</style>