Shades of Electric Purple #CC2BFC
Tints of Electric Purple #CC2BFC
RGB
CMYK
RGB Variations
Color information
#CC2BFC (or 0xCC2BFC) is known color: Electric Purple. HEX triplet: CC, 2B and FC. RGB value is (204,43,252). Sum of RGB (Red+Green+Blue) = 204+43+252=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 43 (17.19% from 255 or 8.62% from 499); Blue value is 252 (98.83% from 255 or 50.50% from 499); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC2BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2BFC is #33D403. Grayscale: #727272. Windows color (decimal): -3396612 or 16526284. OLE color: 16526284.
HSL color Cylindrical-coordinate representation of color #CC2BFC: hue angle of 286.22º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC2BFC is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 43 | 252 | - |
| CMYK | 0.19 | 0.83 | 0 | 0.01 |
| HSL | 286.22º | 0.97% | 0.58% | - |
| HSV(B) | 286.22º | 0.83% | 0.99% | - |
| XYZ | 43.34 | 21.59 | 93.98 | - |
| YUV | 114.97 | 205.34 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 43 | 252 | 0.19 | 0.83 | 0 | 0.01 | 286.22 | 0.97 | 0.58 |
| Hex | CC | 2B | FC | 13 | 53 | 0 | 1 | 11E | 61 | 3A |
| Octal | 314 | 53 | 374 | 23 | 123 | 0 | 1 | 436 | 141 | 72 |
| Binary | 11001100 | 101011 | 11111100 | 10011 | 1010011 | 0 | 1 | 100011110 | 1100001 | 111010 |
Color Harmonies of #CC2BFC
Complementary color
Monochromatic Colors of #CC2BFC
Black with #CC2BFC
Text Example
Text Example
White with #CC2BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2BFC; }
p { color: rgb(204,43,252); }
H1.HeaderClassName
{
color: #CC2BFC;
}
.AnyTagClassName
{
color: #CC2BFC;
}
</style>
background-color css
<style>
a { background-color: #CC2BFC; }
a { background-color: rgb(204,43,252); }
div.DivClassName
{
background-color: #CC2BFC;
}
.BgClassName
{
background-color: #CC2BFC;
}
</style>
border-color css
<style>
span { border-color: #CC2BFC; }
span { border-color: rgb(204,43,252); }
td.TdClassName
{
border-color: #CC2BFC;
}
.TagClassName
{
border-color: #CC2BFC;
}
</style>