Shades of Electric Purple #CC2EFA
Tints of Electric Purple #CC2EFA
RGB
CMYK
RGB Variations
Color information
#CC2EFA (or 0xCC2EFA) is known color: Electric Purple. HEX triplet: CC, 2E and FA. RGB value is (204,46,250). Sum of RGB (Red+Green+Blue) = 204+46+250=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 46 (18.36% from 255 or 9.2% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC2EFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2EFA is #33D105. Grayscale: #737373. Windows color (decimal): -3395846 or 16395980. OLE color: 16395980.
HSL color Cylindrical-coordinate representation of color #CC2EFA: hue angle of 286.47º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC2EFA is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 46 | 250 | - |
| CMYK | 0.18 | 0.82 | 0 | 0.02 |
| HSL | 286.47º | 0.95% | 0.58% | - |
| HSV(B) | 286.47º | 0.82% | 0.98% | - |
| XYZ | 43.13 | 21.69 | 92.36 | - |
| YUV | 116.5 | 203.35 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 46 | 250 | 0.18 | 0.82 | 0 | 0.02 | 286.47 | 0.95 | 0.58 |
| Hex | CC | 2E | FA | 12 | 52 | 0 | 2 | 11E | 5F | 3A |
| Octal | 314 | 56 | 372 | 22 | 122 | 0 | 2 | 436 | 137 | 72 |
| Binary | 11001100 | 101110 | 11111010 | 10010 | 1010010 | 0 | 10 | 100011110 | 1011111 | 111010 |
Color Harmonies of #CC2EFA
Complementary color
Monochromatic Colors of #CC2EFA
Black with #CC2EFA
Text Example
Text Example
White with #CC2EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2EFA; }
p { color: rgb(204,46,250); }
H1.HeaderClassName
{
color: #CC2EFA;
}
.AnyTagClassName
{
color: #CC2EFA;
}
</style>
background-color css
<style>
a { background-color: #CC2EFA; }
a { background-color: rgb(204,46,250); }
div.DivClassName
{
background-color: #CC2EFA;
}
.BgClassName
{
background-color: #CC2EFA;
}
</style>
border-color css
<style>
span { border-color: #CC2EFA; }
span { border-color: rgb(204,46,250); }
td.TdClassName
{
border-color: #CC2EFA;
}
.TagClassName
{
border-color: #CC2EFA;
}
</style>