Shades of Electric Purple #C202EE
Tints of Electric Purple #C202EE
RGB
CMYK
RGB Variations
Color information
#C202EE (or 0xC202EE) is known color: Electric Purple. HEX triplet: C2, 02 and EE. RGB value is (194,2,238). Sum of RGB (Red+Green+Blue) = 194+2+238=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 2 (1.17% from 255 or 0.46% from 434); Blue value is 238 (93.36% from 255 or 54.84% from 434); Max value from RGB is 238 - color contains mainly: blue. Hex color #C202EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C202EE is #3DFD11. Grayscale: #555555. Windows color (decimal): -4062482 or 15598274. OLE color: 15598274.
HSL color Cylindrical-coordinate representation of color #C202EE: hue angle of 288.81º 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 #C202EE is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 2 | 238 | - |
| CMYK | 0.18 | 0.99 | 0 | 0.07 |
| HSL | 288.81º | 0.98% | 0.47% | - |
| HSV(B) | 288.81º | 0.99% | 0.93% | - |
| XYZ | 37.7 | 17.69 | 82.32 | - |
| YUV | 86.31 | 213.61 | 204.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 238 | 0.18 | 0.99 | 0 | 0.07 | 288.81 | 0.98 | 0.47 |
| Hex | C2 | 2 | EE | 12 | 63 | 0 | 7 | 121 | 62 | 2F |
| Octal | 302 | 2 | 356 | 22 | 143 | 0 | 7 | 441 | 142 | 57 |
| Binary | 11000010 | 10 | 11101110 | 10010 | 1100011 | 0 | 111 | 100100001 | 1100010 | 101111 |
Color Harmonies of #C202EE
Complementary color
Monochromatic Colors of #C202EE
Black with #C202EE
Text Example
Text Example
White with #C202EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C202EE; }
p { color: rgb(194,2,238); }
H1.HeaderClassName
{
color: #C202EE;
}
.AnyTagClassName
{
color: #C202EE;
}
</style>
background-color css
<style>
a { background-color: #C202EE; }
a { background-color: rgb(194,2,238); }
div.DivClassName
{
background-color: #C202EE;
}
.BgClassName
{
background-color: #C202EE;
}
</style>
border-color css
<style>
span { border-color: #C202EE; }
span { border-color: rgb(194,2,238); }
td.TdClassName
{
border-color: #C202EE;
}
.TagClassName
{
border-color: #C202EE;
}
</style>