Shades of Electric Purple #CC2DF2
Tints of Electric Purple #CC2DF2
RGB
CMYK
RGB Variations
Color information
#CC2DF2 (or 0xCC2DF2) is known color: Electric Purple. HEX triplet: CC, 2D and F2. RGB value is (204,45,242). Sum of RGB (Red+Green+Blue) = 204+45+242=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 45 (17.97% from 255 or 9.16% from 491); Blue value is 242 (94.92% from 255 or 49.29% from 491); Max value from RGB is 242 - color contains mainly: blue. Hex color #CC2DF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2DF2 is #33D20D. Grayscale: #727272. Windows color (decimal): -3396110 or 15871436. OLE color: 15871436.
HSL color Cylindrical-coordinate representation of color #CC2DF2: hue angle of 288.43º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC2DF2 is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 45 | 242 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.05 |
| HSL | 288.43º | 0.88% | 0.56% | - |
| HSV(B) | 288.43º | 0.81% | 0.95% | - |
| XYZ | 41.87 | 21.12 | 85.88 | - |
| YUV | 115 | 199.68 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 45 | 242 | 0.16 | 0.81 | 0 | 0.05 | 288.43 | 0.88 | 0.56 |
| Hex | CC | 2D | F2 | 10 | 51 | 0 | 5 | 120 | 58 | 38 |
| Octal | 314 | 55 | 362 | 20 | 121 | 0 | 5 | 440 | 130 | 70 |
| Binary | 11001100 | 101101 | 11110010 | 10000 | 1010001 | 0 | 101 | 100100000 | 1011000 | 111000 |
Color Harmonies of #CC2DF2
Complementary color
Monochromatic Colors of #CC2DF2
Black with #CC2DF2
Text Example
Text Example
White with #CC2DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2DF2; }
p { color: rgb(204,45,242); }
H1.HeaderClassName
{
color: #CC2DF2;
}
.AnyTagClassName
{
color: #CC2DF2;
}
</style>
background-color css
<style>
a { background-color: #CC2DF2; }
a { background-color: rgb(204,45,242); }
div.DivClassName
{
background-color: #CC2DF2;
}
.BgClassName
{
background-color: #CC2DF2;
}
</style>
border-color css
<style>
span { border-color: #CC2DF2; }
span { border-color: rgb(204,45,242); }
td.TdClassName
{
border-color: #CC2DF2;
}
.TagClassName
{
border-color: #CC2DF2;
}
</style>