Shades of Electric Purple #C202E8
Tints of Electric Purple #C202E8
RGB
CMYK
RGB Variations
Color information
#C202E8 (or 0xC202E8) is known color: Electric Purple. HEX triplet: C2, 02 and E8. RGB value is (194,2,232). Sum of RGB (Red+Green+Blue) = 194+2+232=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 2 (1.17% from 255 or 0.47% from 428); Blue value is 232 (91.02% from 255 or 54.21% from 428); Max value from RGB is 232 - color contains mainly: blue. Hex color #C202E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C202E8 is #3DFD17. Grayscale: #545454. Windows color (decimal): -4062488 or 15205058. OLE color: 15205058.
HSL color Cylindrical-coordinate representation of color #C202E8: hue angle of 290.09º 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 #C202E8 is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 2 | 232 | - |
| CMYK | 0.16 | 0.99 | 0 | 0.09 |
| HSL | 290.09º | 0.98% | 0.46% | - |
| HSV(B) | 290.09º | 0.99% | 0.91% | - |
| XYZ | 36.84 | 17.34 | 77.75 | - |
| YUV | 85.63 | 210.61 | 205.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 232 | 0.16 | 0.99 | 0 | 0.09 | 290.09 | 0.98 | 0.46 |
| Hex | C2 | 2 | E8 | 10 | 63 | 0 | 9 | 122 | 62 | 2E |
| Octal | 302 | 2 | 350 | 20 | 143 | 0 | 11 | 442 | 142 | 56 |
| Binary | 11000010 | 10 | 11101000 | 10000 | 1100011 | 0 | 1001 | 100100010 | 1100010 | 101110 |
Color Harmonies of #C202E8
Complementary color
Monochromatic Colors of #C202E8
Black with #C202E8
Text Example
Text Example
White with #C202E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C202E8; }
p { color: rgb(194,2,232); }
H1.HeaderClassName
{
color: #C202E8;
}
.AnyTagClassName
{
color: #C202E8;
}
</style>
background-color css
<style>
a { background-color: #C202E8; }
a { background-color: rgb(194,2,232); }
div.DivClassName
{
background-color: #C202E8;
}
.BgClassName
{
background-color: #C202E8;
}
</style>
border-color css
<style>
span { border-color: #C202E8; }
span { border-color: rgb(194,2,232); }
td.TdClassName
{
border-color: #C202E8;
}
.TagClassName
{
border-color: #C202E8;
}
</style>