Shades of Electric Purple #C200E9
Tints of Electric Purple #C200E9
RGB
CMYK
RGB Variations
Color information
#C200E9 (or 0xC200E9) is known color: Electric Purple. HEX triplet: C2, 00 and E9. RGB value is (194,0,233). Sum of RGB (Red+Green+Blue) = 194+0+233=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 0 (0.39% from 255 or 0% from 427); Blue value is 233 (91.41% from 255 or 54.57% from 427); Max value from RGB is 233 - color contains mainly: blue. Hex color #C200E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C200E9 is #3DFF16. Grayscale: #535353. Windows color (decimal): -4062999 or 15270082. OLE color: 15270082.
HSL color Cylindrical-coordinate representation of color #C200E9: hue angle of 289.96º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C200E9 is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 0 | 233 | - |
| CMYK | 0.17 | 1 | 0 | 0.09 |
| HSL | 289.96º | 1% | 0.46% | - |
| HSV(B) | 289.96º | 1% | 0.91% | - |
| XYZ | 36.96 | 17.35 | 78.49 | - |
| YUV | 84.57 | 211.77 | 206.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 233 | 0.17 | 1 | 0 | 0.09 | 289.96 | 1 | 0.46 |
| Hex | C2 | 0 | E9 | 11 | 64 | 0 | 9 | 122 | 64 | 2E |
| Octal | 302 | 0 | 351 | 21 | 144 | 0 | 11 | 442 | 144 | 56 |
| Binary | 11000010 | 0 | 11101001 | 10001 | 1100100 | 0 | 1001 | 100100010 | 1100100 | 101110 |
Color Harmonies of #C200E9
Complementary color
Monochromatic Colors of #C200E9
Black with #C200E9
Text Example
Text Example
White with #C200E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C200E9; }
p { color: rgb(194,0,233); }
H1.HeaderClassName
{
color: #C200E9;
}
.AnyTagClassName
{
color: #C200E9;
}
</style>
background-color css
<style>
a { background-color: #C200E9; }
a { background-color: rgb(194,0,233); }
div.DivClassName
{
background-color: #C200E9;
}
.BgClassName
{
background-color: #C200E9;
}
</style>
border-color css
<style>
span { border-color: #C200E9; }
span { border-color: rgb(194,0,233); }
td.TdClassName
{
border-color: #C200E9;
}
.TagClassName
{
border-color: #C200E9;
}
</style>