Shades of Electric Purple #CC2BEF
Tints of Electric Purple #CC2BEF
RGB
CMYK
RGB Variations
Color information
#CC2BEF (or 0xCC2BEF) is known color: Electric Purple. HEX triplet: CC, 2B and EF. RGB value is (204,43,239). Sum of RGB (Red+Green+Blue) = 204+43+239=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 43 (17.19% from 255 or 8.85% from 486); Blue value is 239 (93.75% from 255 or 49.18% from 486); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC2BEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2BEF is #33D410. Grayscale: #707070. Windows color (decimal): -3396625 or 15674316. OLE color: 15674316.
HSL color Cylindrical-coordinate representation of color #CC2BEF: hue angle of 289.29º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC2BEF is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 43 | 239 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.06 |
| HSL | 289.29º | 0.86% | 0.55% | - |
| HSV(B) | 289.29º | 0.82% | 0.94% | - |
| XYZ | 41.35 | 20.8 | 83.5 | - |
| YUV | 113.48 | 198.84 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 43 | 239 | 0.15 | 0.82 | 0 | 0.06 | 289.29 | 0.86 | 0.55 |
| Hex | CC | 2B | EF | F | 52 | 0 | 6 | 121 | 56 | 37 |
| Octal | 314 | 53 | 357 | 17 | 122 | 0 | 6 | 441 | 126 | 67 |
| Binary | 11001100 | 101011 | 11101111 | 1111 | 1010010 | 0 | 110 | 100100001 | 1010110 | 110111 |
Color Harmonies of #CC2BEF
Complementary color
Monochromatic Colors of #CC2BEF
Black with #CC2BEF
Text Example
Text Example
White with #CC2BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2BEF; }
p { color: rgb(204,43,239); }
H1.HeaderClassName
{
color: #CC2BEF;
}
.AnyTagClassName
{
color: #CC2BEF;
}
</style>
background-color css
<style>
a { background-color: #CC2BEF; }
a { background-color: rgb(204,43,239); }
div.DivClassName
{
background-color: #CC2BEF;
}
.BgClassName
{
background-color: #CC2BEF;
}
</style>
border-color css
<style>
span { border-color: #CC2BEF; }
span { border-color: rgb(204,43,239); }
td.TdClassName
{
border-color: #CC2BEF;
}
.TagClassName
{
border-color: #CC2BEF;
}
</style>