Shades of Electric Purple #C200E4
Tints of Electric Purple #C200E4
RGB
CMYK
RGB Variations
Color information
#C200E4 (or 0xC200E4) is known color: Electric Purple. HEX triplet: C2, 00 and E4. RGB value is (194,0,228). Sum of RGB (Red+Green+Blue) = 194+0+228=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 0 (0.39% from 255 or 0% from 422); Blue value is 228 (89.45% from 255 or 54.03% from 422); Max value from RGB is 228 - color contains mainly: blue. Hex color #C200E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C200E4 is #3DFF1B. Grayscale: #535353. Windows color (decimal): -4063004 or 14942402. OLE color: 14942402.
HSL color Cylindrical-coordinate representation of color #C200E4: hue angle of 291.05º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C200E4 is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 0 | 228 | - |
| CMYK | 0.15 | 1 | 0 | 0.11 |
| HSL | 291.05º | 1% | 0.45% | - |
| HSV(B) | 291.05º | 1% | 0.89% | - |
| XYZ | 36.25 | 17.07 | 74.78 | - |
| YUV | 84 | 209.27 | 206.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 228 | 0.15 | 1 | 0 | 0.11 | 291.05 | 1 | 0.45 |
| Hex | C2 | 0 | E4 | F | 64 | 0 | B | 123 | 64 | 2D |
| Octal | 302 | 0 | 344 | 17 | 144 | 0 | 13 | 443 | 144 | 55 |
| Binary | 11000010 | 0 | 11100100 | 1111 | 1100100 | 0 | 1011 | 100100011 | 1100100 | 101101 |
Color Harmonies of #C200E4
Complementary color
Monochromatic Colors of #C200E4
Black with #C200E4
Text Example
Text Example
White with #C200E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C200E4; }
p { color: rgb(194,0,228); }
H1.HeaderClassName
{
color: #C200E4;
}
.AnyTagClassName
{
color: #C200E4;
}
</style>
background-color css
<style>
a { background-color: #C200E4; }
a { background-color: rgb(194,0,228); }
div.DivClassName
{
background-color: #C200E4;
}
.BgClassName
{
background-color: #C200E4;
}
</style>
border-color css
<style>
span { border-color: #C200E4; }
span { border-color: rgb(194,0,228); }
td.TdClassName
{
border-color: #C200E4;
}
.TagClassName
{
border-color: #C200E4;
}
</style>