Shades of Electric Purple #CC2BF1
Tints of Electric Purple #CC2BF1
RGB
CMYK
RGB Variations
Color information
#CC2BF1 (or 0xCC2BF1) is known color: Electric Purple. HEX triplet: CC, 2B and F1. RGB value is (204,43,241). Sum of RGB (Red+Green+Blue) = 204+43+241=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 43 (17.19% from 255 or 8.81% from 488); Blue value is 241 (94.53% from 255 or 49.39% from 488); Max value from RGB is 241 - color contains mainly: blue. Hex color #CC2BF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2BF1 is #33D40E. Grayscale: #717171. Windows color (decimal): -3396623 or 15805388. OLE color: 15805388.
HSL color Cylindrical-coordinate representation of color #CC2BF1: hue angle of 288.79º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC2BF1 is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 43 | 241 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.05 |
| HSL | 288.79º | 0.88% | 0.56% | - |
| HSV(B) | 288.79º | 0.82% | 0.95% | - |
| XYZ | 41.64 | 20.92 | 85.06 | - |
| YUV | 113.71 | 199.84 | 192.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 43 | 241 | 0.15 | 0.82 | 0 | 0.05 | 288.79 | 0.88 | 0.56 |
| Hex | CC | 2B | F1 | F | 52 | 0 | 5 | 121 | 58 | 38 |
| Octal | 314 | 53 | 361 | 17 | 122 | 0 | 5 | 441 | 130 | 70 |
| Binary | 11001100 | 101011 | 11110001 | 1111 | 1010010 | 0 | 101 | 100100001 | 1011000 | 111000 |
Color Harmonies of #CC2BF1
Complementary color
Monochromatic Colors of #CC2BF1
Black with #CC2BF1
Text Example
Text Example
White with #CC2BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2BF1; }
p { color: rgb(204,43,241); }
H1.HeaderClassName
{
color: #CC2BF1;
}
.AnyTagClassName
{
color: #CC2BF1;
}
</style>
background-color css
<style>
a { background-color: #CC2BF1; }
a { background-color: rgb(204,43,241); }
div.DivClassName
{
background-color: #CC2BF1;
}
.BgClassName
{
background-color: #CC2BF1;
}
</style>
border-color css
<style>
span { border-color: #CC2BF1; }
span { border-color: rgb(204,43,241); }
td.TdClassName
{
border-color: #CC2BF1;
}
.TagClassName
{
border-color: #CC2BF1;
}
</style>