Shades of Electric Purple #CC2EF6
Tints of Electric Purple #CC2EF6
RGB
CMYK
RGB Variations
Color information
#CC2EF6 (or 0xCC2EF6) is known color: Electric Purple. HEX triplet: CC, 2E and F6. RGB value is (204,46,246). Sum of RGB (Red+Green+Blue) = 204+46+246=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 46 (18.36% from 255 or 9.27% from 496); Blue value is 246 (96.48% from 255 or 49.60% from 496); Max value from RGB is 246 - color contains mainly: blue. Hex color #CC2EF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2EF6 is #33D109. Grayscale: #737373. Windows color (decimal): -3395850 or 16133836. OLE color: 16133836.
HSL color Cylindrical-coordinate representation of color #CC2EF6: hue angle of 287.4º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC2EF6 is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 46 | 246 | - |
| CMYK | 0.17 | 0.81 | 0 | 0.04 |
| HSL | 287.4º | 0.92% | 0.57% | - |
| HSV(B) | 287.4º | 0.81% | 0.96% | - |
| XYZ | 42.51 | 21.45 | 89.09 | - |
| YUV | 116.04 | 201.35 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 46 | 246 | 0.17 | 0.81 | 0 | 0.04 | 287.4 | 0.92 | 0.57 |
| Hex | CC | 2E | F6 | 11 | 51 | 0 | 4 | 11F | 5C | 39 |
| Octal | 314 | 56 | 366 | 21 | 121 | 0 | 4 | 437 | 134 | 71 |
| Binary | 11001100 | 101110 | 11110110 | 10001 | 1010001 | 0 | 100 | 100011111 | 1011100 | 111001 |
Color Harmonies of #CC2EF6
Complementary color
Monochromatic Colors of #CC2EF6
Black with #CC2EF6
Text Example
Text Example
White with #CC2EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2EF6; }
p { color: rgb(204,46,246); }
H1.HeaderClassName
{
color: #CC2EF6;
}
.AnyTagClassName
{
color: #CC2EF6;
}
</style>
background-color css
<style>
a { background-color: #CC2EF6; }
a { background-color: rgb(204,46,246); }
div.DivClassName
{
background-color: #CC2EF6;
}
.BgClassName
{
background-color: #CC2EF6;
}
</style>
border-color css
<style>
span { border-color: #CC2EF6; }
span { border-color: rgb(204,46,246); }
td.TdClassName
{
border-color: #CC2EF6;
}
.TagClassName
{
border-color: #CC2EF6;
}
</style>