Shades of Electric Purple #CC2EFF
Tints of Electric Purple #CC2EFF
RGB
CMYK
RGB Variations
Color information
#CC2EFF (or 0xCC2EFF) is known color: Electric Purple. HEX triplet: CC, 2E and FF. RGB value is (204,46,255). Sum of RGB (Red+Green+Blue) = 204+46+255=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 46 (18.36% from 255 or 9.11% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC2EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2EFF is #33D100. Grayscale: #747474. Windows color (decimal): -3395841 or 16723660. OLE color: 16723660.
HSL color Cylindrical-coordinate representation of color #CC2EFF: hue angle of 285.36º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC2EFF is Cyan = 0.2, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 46 | 255 | - |
| CMYK | 0.2 | 0.82 | 0 | 0 |
| HSL | 285.36º | 1% | 0.59% | - |
| HSV(B) | 285.36º | 0.82% | 1% | - |
| XYZ | 43.93 | 22.01 | 96.54 | - |
| YUV | 117.07 | 205.85 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 46 | 255 | 0.2 | 0.82 | 0 | 0 | 285.36 | 1 | 0.59 |
| Hex | CC | 2E | FF | 14 | 52 | 0 | 0 | 11D | 64 | 3B |
| Octal | 314 | 56 | 377 | 24 | 122 | 0 | 0 | 435 | 144 | 73 |
| Binary | 11001100 | 101110 | 11111111 | 10100 | 1010010 | 0 | 0 | 100011101 | 1100100 | 111011 |
Color Harmonies of #CC2EFF
Complementary color
Monochromatic Colors of #CC2EFF
Black with #CC2EFF
Text Example
Text Example
White with #CC2EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2EFF; }
p { color: rgb(204,46,255); }
H1.HeaderClassName
{
color: #CC2EFF;
}
.AnyTagClassName
{
color: #CC2EFF;
}
</style>
background-color css
<style>
a { background-color: #CC2EFF; }
a { background-color: rgb(204,46,255); }
div.DivClassName
{
background-color: #CC2EFF;
}
.BgClassName
{
background-color: #CC2EFF;
}
</style>
border-color css
<style>
span { border-color: #CC2EFF; }
span { border-color: rgb(204,46,255); }
td.TdClassName
{
border-color: #CC2EFF;
}
.TagClassName
{
border-color: #CC2EFF;
}
</style>