Shades of Electric Purple #C200ED
Tints of Electric Purple #C200ED
RGB
CMYK
RGB Variations
Color information
#C200ED (or 0xC200ED) is known color: Electric Purple. HEX triplet: C2, 00 and ED. RGB value is (194,0,237). Sum of RGB (Red+Green+Blue) = 194+0+237=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 0 (0.39% from 255 or 0% from 431); Blue value is 237 (92.97% from 255 or 54.99% from 431); Max value from RGB is 237 - color contains mainly: blue. Hex color #C200ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C200ED is #3DFF12. Grayscale: #545454. Windows color (decimal): -4062995 or 15532226. OLE color: 15532226.
HSL color Cylindrical-coordinate representation of color #C200ED: hue angle of 289.11º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C200ED is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 0 | 237 | - |
| CMYK | 0.18 | 1 | 0 | 0.07 |
| HSL | 289.11º | 1% | 0.46% | - |
| HSV(B) | 289.11º | 1% | 0.93% | - |
| XYZ | 37.53 | 17.58 | 81.54 | - |
| YUV | 85.02 | 213.77 | 205.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 237 | 0.18 | 1 | 0 | 0.07 | 289.11 | 1 | 0.46 |
| Hex | C2 | 0 | ED | 12 | 64 | 0 | 7 | 121 | 64 | 2E |
| Octal | 302 | 0 | 355 | 22 | 144 | 0 | 7 | 441 | 144 | 56 |
| Binary | 11000010 | 0 | 11101101 | 10010 | 1100100 | 0 | 111 | 100100001 | 1100100 | 101110 |
Color Harmonies of #C200ED
Complementary color
Monochromatic Colors of #C200ED
Black with #C200ED
Text Example
Text Example
White with #C200ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C200ED; }
p { color: rgb(194,0,237); }
H1.HeaderClassName
{
color: #C200ED;
}
.AnyTagClassName
{
color: #C200ED;
}
</style>
background-color css
<style>
a { background-color: #C200ED; }
a { background-color: rgb(194,0,237); }
div.DivClassName
{
background-color: #C200ED;
}
.BgClassName
{
background-color: #C200ED;
}
</style>
border-color css
<style>
span { border-color: #C200ED; }
span { border-color: rgb(194,0,237); }
td.TdClassName
{
border-color: #C200ED;
}
.TagClassName
{
border-color: #C200ED;
}
</style>