Shades of Electric Purple #C200E5
Tints of Electric Purple #C200E5
RGB
CMYK
RGB Variations
Color information
#C200E5 (or 0xC200E5) is known color: Electric Purple. HEX triplet: C2, 00 and E5. RGB value is (194,0,229). Sum of RGB (Red+Green+Blue) = 194+0+229=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 0 (0.39% from 255 or 0% from 423); Blue value is 229 (89.84% from 255 or 54.14% from 423); Max value from RGB is 229 - color contains mainly: blue. Hex color #C200E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C200E5 is #3DFF1A. Grayscale: #535353. Windows color (decimal): -4063003 or 15007938. OLE color: 15007938.
HSL color Cylindrical-coordinate representation of color #C200E5: hue angle of 290.83º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C200E5 is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 0 | 229 | - |
| CMYK | 0.15 | 1 | 0 | 0.10 |
| HSL | 290.83º | 1% | 0.45% | - |
| HSV(B) | 290.83º | 1% | 0.9% | - |
| XYZ | 36.39 | 17.13 | 75.52 | - |
| YUV | 84.11 | 209.77 | 206.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 229 | 0.15 | 1 | 0 | 0.10 | 290.83 | 1 | 0.45 |
| Hex | C2 | 0 | E5 | F | 64 | 0 | A | 123 | 64 | 2D |
| Octal | 302 | 0 | 345 | 17 | 144 | 0 | 12 | 443 | 144 | 55 |
| Binary | 11000010 | 0 | 11100101 | 1111 | 1100100 | 0 | 1010 | 100100011 | 1100100 | 101101 |
Color Harmonies of #C200E5
Complementary color
Monochromatic Colors of #C200E5
Black with #C200E5
Text Example
Text Example
White with #C200E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C200E5; }
p { color: rgb(194,0,229); }
H1.HeaderClassName
{
color: #C200E5;
}
.AnyTagClassName
{
color: #C200E5;
}
</style>
background-color css
<style>
a { background-color: #C200E5; }
a { background-color: rgb(194,0,229); }
div.DivClassName
{
background-color: #C200E5;
}
.BgClassName
{
background-color: #C200E5;
}
</style>
border-color css
<style>
span { border-color: #C200E5; }
span { border-color: rgb(194,0,229); }
td.TdClassName
{
border-color: #C200E5;
}
.TagClassName
{
border-color: #C200E5;
}
</style>