Shades of Deep Magenta #C500C5
Tints of Deep Magenta #C500C5
RGB
CMYK
RGB Variations
Color information
#C500C5 (or 0xC500C5) is known color: Deep Magenta. HEX triplet: C5, 00 and C5. RGB value is (197,0,197). Sum of RGB (Red+Green+Blue) = 197+0+197=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 0 (0.39% from 255 or 0% from 394); Blue value is 197 (77.34% from 255 or 50% from 394); Max value from RGB is 197 - color contains mainly: red, blue. Hex color #C500C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C500C5 is #3AFF3A. Grayscale: #505050. Windows color (decimal): -3866427 or 12910789. OLE color: 12910789.
HSL color Cylindrical-coordinate representation of color #C500C5: hue angle of 300º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C500C5 is Cyan = 0, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 0 | 197 | - |
| CMYK | 0 | 1 | 0 | 0.23 |
| HSL | 300º | 1% | 0.39% | - |
| HSV(B) | 300º | 1% | 0.77% | - |
| XYZ | 33.1 | 15.9 | 54.15 | - |
| YUV | 81.36 | 193.27 | 210.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 0 | 197 | 0 | 1 | 0 | 0.23 | 300 | 1 | 0.39 |
| Hex | C5 | 0 | C5 | 0 | 64 | 0 | 17 | 12C | 64 | 27 |
| Octal | 305 | 0 | 305 | 0 | 144 | 0 | 27 | 454 | 144 | 47 |
| Binary | 11000101 | 0 | 11000101 | 0 | 1100100 | 0 | 10111 | 100101100 | 1100100 | 100111 |
Color Harmonies of #C500C5
Complementary color
Monochromatic Colors of #C500C5
Black with #C500C5
Text Example
Text Example
White with #C500C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C500C5; }
p { color: rgb(197,0,197); }
H1.HeaderClassName
{
color: #C500C5;
}
.AnyTagClassName
{
color: #C500C5;
}
</style>
background-color css
<style>
a { background-color: #C500C5; }
a { background-color: rgb(197,0,197); }
div.DivClassName
{
background-color: #C500C5;
}
.BgClassName
{
background-color: #C500C5;
}
</style>
border-color css
<style>
span { border-color: #C500C5; }
span { border-color: rgb(197,0,197); }
td.TdClassName
{
border-color: #C500C5;
}
.TagClassName
{
border-color: #C500C5;
}
</style>