Shades of Electric Purple #CC2CF3
Tints of Electric Purple #CC2CF3
RGB
CMYK
RGB Variations
Color information
#CC2CF3 (or 0xCC2CF3) is known color: Electric Purple. HEX triplet: CC, 2C and F3. RGB value is (204,44,243). Sum of RGB (Red+Green+Blue) = 204+44+243=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 44 (17.58% from 255 or 8.96% from 491); Blue value is 243 (95.31% from 255 or 49.49% from 491); Max value from RGB is 243 - color contains mainly: blue. Hex color #CC2CF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2CF3 is #33D30C. Grayscale: #717171. Windows color (decimal): -3396365 or 15936716. OLE color: 15936716.
HSL color Cylindrical-coordinate representation of color #CC2CF3: hue angle of 288.24º degrees, saturation: 0.89, 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 #CC2CF3 is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 44 | 243 | - |
| CMYK | 0.16 | 0.82 | 0 | 0.05 |
| HSL | 288.24º | 0.89% | 0.56% | - |
| HSV(B) | 288.24º | 0.82% | 0.95% | - |
| XYZ | 41.98 | 21.11 | 86.66 | - |
| YUV | 114.53 | 200.51 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 44 | 243 | 0.16 | 0.82 | 0 | 0.05 | 288.24 | 0.89 | 0.56 |
| Hex | CC | 2C | F3 | 10 | 52 | 0 | 5 | 120 | 59 | 38 |
| Octal | 314 | 54 | 363 | 20 | 122 | 0 | 5 | 440 | 131 | 70 |
| Binary | 11001100 | 101100 | 11110011 | 10000 | 1010010 | 0 | 101 | 100100000 | 1011001 | 111000 |
Color Harmonies of #CC2CF3
Complementary color
Monochromatic Colors of #CC2CF3
Black with #CC2CF3
Text Example
Text Example
White with #CC2CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2CF3; }
p { color: rgb(204,44,243); }
H1.HeaderClassName
{
color: #CC2CF3;
}
.AnyTagClassName
{
color: #CC2CF3;
}
</style>
background-color css
<style>
a { background-color: #CC2CF3; }
a { background-color: rgb(204,44,243); }
div.DivClassName
{
background-color: #CC2CF3;
}
.BgClassName
{
background-color: #CC2CF3;
}
</style>
border-color css
<style>
span { border-color: #CC2CF3; }
span { border-color: rgb(204,44,243); }
td.TdClassName
{
border-color: #CC2CF3;
}
.TagClassName
{
border-color: #CC2CF3;
}
</style>