Shades of Electric Purple #CC2BFA
Tints of Electric Purple #CC2BFA
RGB
CMYK
RGB Variations
Color information
#CC2BFA (or 0xCC2BFA) is known color: Electric Purple. HEX triplet: CC, 2B and FA. RGB value is (204,43,250). Sum of RGB (Red+Green+Blue) = 204+43+250=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 43 (17.19% from 255 or 8.65% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC2BFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2BFA is #33D405. Grayscale: #727272. Windows color (decimal): -3396614 or 16395212. OLE color: 16395212.
HSL color Cylindrical-coordinate representation of color #CC2BFA: hue angle of 286.67º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC2BFA is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 43 | 250 | - |
| CMYK | 0.18 | 0.83 | 0 | 0.02 |
| HSL | 286.67º | 0.95% | 0.57% | - |
| HSV(B) | 286.67º | 0.83% | 0.98% | - |
| XYZ | 43.02 | 21.47 | 92.32 | - |
| YUV | 114.74 | 204.34 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 43 | 250 | 0.18 | 0.83 | 0 | 0.02 | 286.67 | 0.95 | 0.57 |
| Hex | CC | 2B | FA | 12 | 53 | 0 | 2 | 11F | 5F | 39 |
| Octal | 314 | 53 | 372 | 22 | 123 | 0 | 2 | 437 | 137 | 71 |
| Binary | 11001100 | 101011 | 11111010 | 10010 | 1010011 | 0 | 10 | 100011111 | 1011111 | 111001 |
Color Harmonies of #CC2BFA
Complementary color
Monochromatic Colors of #CC2BFA
Black with #CC2BFA
Text Example
Text Example
White with #CC2BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2BFA; }
p { color: rgb(204,43,250); }
H1.HeaderClassName
{
color: #CC2BFA;
}
.AnyTagClassName
{
color: #CC2BFA;
}
</style>
background-color css
<style>
a { background-color: #CC2BFA; }
a { background-color: rgb(204,43,250); }
div.DivClassName
{
background-color: #CC2BFA;
}
.BgClassName
{
background-color: #CC2BFA;
}
</style>
border-color css
<style>
span { border-color: #CC2BFA; }
span { border-color: rgb(204,43,250); }
td.TdClassName
{
border-color: #CC2BFA;
}
.TagClassName
{
border-color: #CC2BFA;
}
</style>