Shades of Electric Purple #C202EC
Tints of Electric Purple #C202EC
RGB
CMYK
RGB Variations
Color information
#C202EC (or 0xC202EC) is known color: Electric Purple. HEX triplet: C2, 02 and EC. RGB value is (194,2,236). Sum of RGB (Red+Green+Blue) = 194+2+236=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 2 (1.17% from 255 or 0.46% from 432); Blue value is 236 (92.58% from 255 or 54.63% from 432); Max value from RGB is 236 - color contains mainly: blue. Hex color #C202EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C202EC is #3DFD13. Grayscale: #555555. Windows color (decimal): -4062484 or 15467202. OLE color: 15467202.
HSL color Cylindrical-coordinate representation of color #C202EC: hue angle of 289.23º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C202EC is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 2 | 236 | - |
| CMYK | 0.18 | 0.99 | 0 | 0.07 |
| HSL | 289.23º | 0.98% | 0.47% | - |
| HSV(B) | 289.23º | 0.99% | 0.93% | - |
| XYZ | 37.41 | 17.57 | 80.78 | - |
| YUV | 86.08 | 212.61 | 204.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 236 | 0.18 | 0.99 | 0 | 0.07 | 289.23 | 0.98 | 0.47 |
| Hex | C2 | 2 | EC | 12 | 63 | 0 | 7 | 121 | 62 | 2F |
| Octal | 302 | 2 | 354 | 22 | 143 | 0 | 7 | 441 | 142 | 57 |
| Binary | 11000010 | 10 | 11101100 | 10010 | 1100011 | 0 | 111 | 100100001 | 1100010 | 101111 |
Color Harmonies of #C202EC
Complementary color
Monochromatic Colors of #C202EC
Black with #C202EC
Text Example
Text Example
White with #C202EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C202EC; }
p { color: rgb(194,2,236); }
H1.HeaderClassName
{
color: #C202EC;
}
.AnyTagClassName
{
color: #C202EC;
}
</style>
background-color css
<style>
a { background-color: #C202EC; }
a { background-color: rgb(194,2,236); }
div.DivClassName
{
background-color: #C202EC;
}
.BgClassName
{
background-color: #C202EC;
}
</style>
border-color css
<style>
span { border-color: #C202EC; }
span { border-color: rgb(194,2,236); }
td.TdClassName
{
border-color: #C202EC;
}
.TagClassName
{
border-color: #C202EC;
}
</style>