Shades of Deep Magenta #C500C2
Tints of Deep Magenta #C500C2
RGB
CMYK
RGB Variations
Color information
#C500C2 (or 0xC500C2) is known color: Deep Magenta. HEX triplet: C5, 00 and C2. RGB value is (197,0,194). Sum of RGB (Red+Green+Blue) = 197+0+194=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 0 (0.39% from 255 or 0% from 391); Blue value is 194 (76.17% from 255 or 49.62% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C500C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C500C2 is #3AFF3D. Grayscale: #505050. Windows color (decimal): -3866430 or 12714181. OLE color: 12714181.
HSL color Cylindrical-coordinate representation of color #C500C2: hue angle of 300.91º 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 #C500C2 is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 0 | 194 | - |
| CMYK | 0 | 1 | 0.02 | 0.23 |
| HSL | 300.91º | 1% | 0.39% | - |
| HSV(B) | 300.91º | 1% | 0.77% | - |
| XYZ | 32.76 | 15.77 | 52.36 | - |
| YUV | 81.02 | 191.77 | 210.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 0 | 194 | 0 | 1 | 0.02 | 0.23 | 300.91 | 1 | 0.39 |
| Hex | C5 | 0 | C2 | 0 | 64 | 2 | 17 | 12D | 64 | 27 |
| Octal | 305 | 0 | 302 | 0 | 144 | 2 | 27 | 455 | 144 | 47 |
| Binary | 11000101 | 0 | 11000010 | 0 | 1100100 | 10 | 10111 | 100101101 | 1100100 | 100111 |
Color Harmonies of #C500C2
Complementary color
Monochromatic Colors of #C500C2
Black with #C500C2
Text Example
Text Example
White with #C500C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C500C2; }
p { color: rgb(197,0,194); }
H1.HeaderClassName
{
color: #C500C2;
}
.AnyTagClassName
{
color: #C500C2;
}
</style>
background-color css
<style>
a { background-color: #C500C2; }
a { background-color: rgb(197,0,194); }
div.DivClassName
{
background-color: #C500C2;
}
.BgClassName
{
background-color: #C500C2;
}
</style>
border-color css
<style>
span { border-color: #C500C2; }
span { border-color: rgb(197,0,194); }
td.TdClassName
{
border-color: #C500C2;
}
.TagClassName
{
border-color: #C500C2;
}
</style>