Shades of Deep Magenta #C500CE
Tints of Deep Magenta #C500CE
RGB
CMYK
RGB Variations
Color information
#C500CE (or 0xC500CE) is known color: Deep Magenta. HEX triplet: C5, 00 and CE. RGB value is (197,0,206). Sum of RGB (Red+Green+Blue) = 197+0+206=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 0 (0.39% from 255 or 0% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #C500CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C500CE is #3AFF31. Grayscale: #515151. Windows color (decimal): -3866418 or 13500613. OLE color: 13500613.
HSL color Cylindrical-coordinate representation of color #C500CE: hue angle of 297.38º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C500CE is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 0 | 206 | - |
| CMYK | 0.04 | 1 | 0 | 0.19 |
| HSL | 297.38º | 1% | 0.4% | - |
| HSV(B) | 297.38º | 1% | 0.81% | - |
| XYZ | 34.17 | 16.33 | 59.74 | - |
| YUV | 82.39 | 197.77 | 209.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 0 | 206 | 0.04 | 1 | 0 | 0.19 | 297.38 | 1 | 0.4 |
| Hex | C5 | 0 | CE | 4 | 64 | 0 | 13 | 129 | 64 | 28 |
| Octal | 305 | 0 | 316 | 4 | 144 | 0 | 23 | 451 | 144 | 50 |
| Binary | 11000101 | 0 | 11001110 | 100 | 1100100 | 0 | 10011 | 100101001 | 1100100 | 101000 |
Color Harmonies of #C500CE
Complementary color
Monochromatic Colors of #C500CE
Black with #C500CE
Text Example
Text Example
White with #C500CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C500CE; }
p { color: rgb(197,0,206); }
H1.HeaderClassName
{
color: #C500CE;
}
.AnyTagClassName
{
color: #C500CE;
}
</style>
background-color css
<style>
a { background-color: #C500CE; }
a { background-color: rgb(197,0,206); }
div.DivClassName
{
background-color: #C500CE;
}
.BgClassName
{
background-color: #C500CE;
}
</style>
border-color css
<style>
span { border-color: #C500CE; }
span { border-color: rgb(197,0,206); }
td.TdClassName
{
border-color: #C500CE;
}
.TagClassName
{
border-color: #C500CE;
}
</style>