Shades of Electric Purple #C202E9
Tints of Electric Purple #C202E9
RGB
CMYK
RGB Variations
Color information
#C202E9 (or 0xC202E9) is known color: Electric Purple. HEX triplet: C2, 02 and E9. RGB value is (194,2,233). Sum of RGB (Red+Green+Blue) = 194+2+233=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 2 (1.17% from 255 or 0.47% from 429); Blue value is 233 (91.41% from 255 or 54.31% from 429); Max value from RGB is 233 - color contains mainly: blue. Hex color #C202E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C202E9 is #3DFD16. Grayscale: #555555. Windows color (decimal): -4062487 or 15270594. OLE color: 15270594.
HSL color Cylindrical-coordinate representation of color #C202E9: hue angle of 289.87º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C202E9 is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 2 | 233 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.09 |
| HSL | 289.87º | 0.98% | 0.46% | - |
| HSV(B) | 289.87º | 0.99% | 0.91% | - |
| XYZ | 36.98 | 17.4 | 78.5 | - |
| YUV | 85.74 | 211.11 | 205.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 233 | 0.17 | 0.99 | 0 | 0.09 | 289.87 | 0.98 | 0.46 |
| Hex | C2 | 2 | E9 | 11 | 63 | 0 | 9 | 122 | 62 | 2E |
| Octal | 302 | 2 | 351 | 21 | 143 | 0 | 11 | 442 | 142 | 56 |
| Binary | 11000010 | 10 | 11101001 | 10001 | 1100011 | 0 | 1001 | 100100010 | 1100010 | 101110 |
Color Harmonies of #C202E9
Complementary color
Monochromatic Colors of #C202E9
Black with #C202E9
Text Example
Text Example
White with #C202E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C202E9; }
p { color: rgb(194,2,233); }
H1.HeaderClassName
{
color: #C202E9;
}
.AnyTagClassName
{
color: #C202E9;
}
</style>
background-color css
<style>
a { background-color: #C202E9; }
a { background-color: rgb(194,2,233); }
div.DivClassName
{
background-color: #C202E9;
}
.BgClassName
{
background-color: #C202E9;
}
</style>
border-color css
<style>
span { border-color: #C202E9; }
span { border-color: rgb(194,2,233); }
td.TdClassName
{
border-color: #C202E9;
}
.TagClassName
{
border-color: #C202E9;
}
</style>