Shades of Electric Purple #CC2FFA
Tints of Electric Purple #CC2FFA
RGB
CMYK
RGB Variations
Color information
#CC2FFA (or 0xCC2FFA) is known color: Electric Purple. HEX triplet: CC, 2F and FA. RGB value is (204,47,250). Sum of RGB (Red+Green+Blue) = 204+47+250=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 47 (18.75% from 255 or 9.38% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC2FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2FFA is #33D005. Grayscale: #747474. Windows color (decimal): -3395590 or 16396236. OLE color: 16396236.
HSL color Cylindrical-coordinate representation of color #CC2FFA: hue angle of 286.4º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC2FFA is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 47 | 250 | - |
| CMYK | 0.18 | 0.81 | 0 | 0.02 |
| HSL | 286.4º | 0.95% | 0.58% | - |
| HSV(B) | 286.4º | 0.81% | 0.98% | - |
| XYZ | 43.17 | 21.77 | 92.37 | - |
| YUV | 117.09 | 203.01 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 47 | 250 | 0.18 | 0.81 | 0 | 0.02 | 286.4 | 0.95 | 0.58 |
| Hex | CC | 2F | FA | 12 | 51 | 0 | 2 | 11E | 5F | 3A |
| Octal | 314 | 57 | 372 | 22 | 121 | 0 | 2 | 436 | 137 | 72 |
| Binary | 11001100 | 101111 | 11111010 | 10010 | 1010001 | 0 | 10 | 100011110 | 1011111 | 111010 |
Color Harmonies of #CC2FFA
Complementary color
Monochromatic Colors of #CC2FFA
Black with #CC2FFA
Text Example
Text Example
White with #CC2FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2FFA; }
p { color: rgb(204,47,250); }
H1.HeaderClassName
{
color: #CC2FFA;
}
.AnyTagClassName
{
color: #CC2FFA;
}
</style>
background-color css
<style>
a { background-color: #CC2FFA; }
a { background-color: rgb(204,47,250); }
div.DivClassName
{
background-color: #CC2FFA;
}
.BgClassName
{
background-color: #CC2FFA;
}
</style>
border-color css
<style>
span { border-color: #CC2FFA; }
span { border-color: rgb(204,47,250); }
td.TdClassName
{
border-color: #CC2FFA;
}
.TagClassName
{
border-color: #CC2FFA;
}
</style>