Shades of Deep Magenta #C501B0
Tints of Deep Magenta #C501B0
RGB
CMYK
RGB Variations
Color information
#C501B0 (or 0xC501B0) is known color: Deep Magenta. HEX triplet: C5, 01 and B0. RGB value is (197,1,176). Sum of RGB (Red+Green+Blue) = 197+1+176=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 1 (0.78% from 255 or 0.27% from 374); Blue value is 176 (69.14% from 255 or 47.06% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C501B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C501B0 is #3AFE4F. Grayscale: #4F4F4F. Windows color (decimal): -3866192 or 11534789. OLE color: 11534789.
HSL color Cylindrical-coordinate representation of color #C501B0: hue angle of 306.43º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C501B0 is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 1 | 176 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.23 |
| HSL | 306.43º | 0.99% | 0.39% | - |
| HSV(B) | 306.43º | 0.99% | 0.77% | - |
| XYZ | 30.87 | 15.03 | 42.35 | - |
| YUV | 79.55 | 182.43 | 211.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 1 | 176 | 0 | 0.99 | 0.11 | 0.23 | 306.43 | 0.99 | 0.39 |
| Hex | C5 | 1 | B0 | 0 | 63 | B | 17 | 132 | 63 | 27 |
| Octal | 305 | 1 | 260 | 0 | 143 | 13 | 27 | 462 | 143 | 47 |
| Binary | 11000101 | 1 | 10110000 | 0 | 1100011 | 1011 | 10111 | 100110010 | 1100011 | 100111 |
Color Harmonies of #C501B0
Complementary color
Monochromatic Colors of #C501B0
Black with #C501B0
Text Example
Text Example
White with #C501B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C501B0; }
p { color: rgb(197,1,176); }
H1.HeaderClassName
{
color: #C501B0;
}
.AnyTagClassName
{
color: #C501B0;
}
</style>
background-color css
<style>
a { background-color: #C501B0; }
a { background-color: rgb(197,1,176); }
div.DivClassName
{
background-color: #C501B0;
}
.BgClassName
{
background-color: #C501B0;
}
</style>
border-color css
<style>
span { border-color: #C501B0; }
span { border-color: rgb(197,1,176); }
td.TdClassName
{
border-color: #C501B0;
}
.TagClassName
{
border-color: #C501B0;
}
</style>