Shades of Electric Purple #CC2DF3
Tints of Electric Purple #CC2DF3
RGB
CMYK
RGB Variations
Color information
#CC2DF3 (or 0xCC2DF3) is known color: Electric Purple. HEX triplet: CC, 2D and F3. RGB value is (204,45,243). Sum of RGB (Red+Green+Blue) = 204+45+243=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 45 (17.97% from 255 or 9.15% from 492); Blue value is 243 (95.31% from 255 or 49.39% from 492); Max value from RGB is 243 - color contains mainly: blue. Hex color #CC2DF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2DF3 is #33D20C. Grayscale: #727272. Windows color (decimal): -3396109 or 15936972. OLE color: 15936972.
HSL color Cylindrical-coordinate representation of color #CC2DF3: hue angle of 288.18º degrees, saturation: 0.89, 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 #CC2DF3 is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 45 | 243 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.05 |
| HSL | 288.18º | 0.89% | 0.56% | - |
| HSV(B) | 288.18º | 0.81% | 0.95% | - |
| XYZ | 42.02 | 21.19 | 86.67 | - |
| YUV | 115.11 | 200.18 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 45 | 243 | 0.16 | 0.81 | 0 | 0.05 | 288.18 | 0.89 | 0.56 |
| Hex | CC | 2D | F3 | 10 | 51 | 0 | 5 | 120 | 59 | 38 |
| Octal | 314 | 55 | 363 | 20 | 121 | 0 | 5 | 440 | 131 | 70 |
| Binary | 11001100 | 101101 | 11110011 | 10000 | 1010001 | 0 | 101 | 100100000 | 1011001 | 111000 |
Color Harmonies of #CC2DF3
Complementary color
Monochromatic Colors of #CC2DF3
Black with #CC2DF3
Text Example
Text Example
White with #CC2DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2DF3; }
p { color: rgb(204,45,243); }
H1.HeaderClassName
{
color: #CC2DF3;
}
.AnyTagClassName
{
color: #CC2DF3;
}
</style>
background-color css
<style>
a { background-color: #CC2DF3; }
a { background-color: rgb(204,45,243); }
div.DivClassName
{
background-color: #CC2DF3;
}
.BgClassName
{
background-color: #CC2DF3;
}
</style>
border-color css
<style>
span { border-color: #CC2DF3; }
span { border-color: rgb(204,45,243); }
td.TdClassName
{
border-color: #CC2DF3;
}
.TagClassName
{
border-color: #CC2DF3;
}
</style>