Shades of Electric Purple #C200E8
Tints of Electric Purple #C200E8
RGB
CMYK
RGB Variations
Color information
#C200E8 (or 0xC200E8) is known color: Electric Purple. HEX triplet: C2, 00 and E8. RGB value is (194,0,232). Sum of RGB (Red+Green+Blue) = 194+0+232=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 0 (0.39% from 255 or 0% from 426); Blue value is 232 (91.02% from 255 or 54.46% from 426); Max value from RGB is 232 - color contains mainly: blue. Hex color #C200E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C200E8 is #3DFF17. Grayscale: #535353. Windows color (decimal): -4063000 or 15204546. OLE color: 15204546.
HSL color Cylindrical-coordinate representation of color #C200E8: hue angle of 290.17º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C200E8 is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 0 | 232 | - |
| CMYK | 0.16 | 1 | 0 | 0.09 |
| HSL | 290.17º | 1% | 0.45% | - |
| HSV(B) | 290.17º | 1% | 0.91% | - |
| XYZ | 36.81 | 17.3 | 77.74 | - |
| YUV | 84.45 | 211.27 | 206.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 232 | 0.16 | 1 | 0 | 0.09 | 290.17 | 1 | 0.45 |
| Hex | C2 | 0 | E8 | 10 | 64 | 0 | 9 | 122 | 64 | 2D |
| Octal | 302 | 0 | 350 | 20 | 144 | 0 | 11 | 442 | 144 | 55 |
| Binary | 11000010 | 0 | 11101000 | 10000 | 1100100 | 0 | 1001 | 100100010 | 1100100 | 101101 |
Color Harmonies of #C200E8
Complementary color
Monochromatic Colors of #C200E8
Black with #C200E8
Text Example
Text Example
White with #C200E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C200E8; }
p { color: rgb(194,0,232); }
H1.HeaderClassName
{
color: #C200E8;
}
.AnyTagClassName
{
color: #C200E8;
}
</style>
background-color css
<style>
a { background-color: #C200E8; }
a { background-color: rgb(194,0,232); }
div.DivClassName
{
background-color: #C200E8;
}
.BgClassName
{
background-color: #C200E8;
}
</style>
border-color css
<style>
span { border-color: #C200E8; }
span { border-color: rgb(194,0,232); }
td.TdClassName
{
border-color: #C200E8;
}
.TagClassName
{
border-color: #C200E8;
}
</style>