Shades of Deep Magenta #C501BB
Tints of Deep Magenta #C501BB
RGB
CMYK
RGB Variations
Color information
#C501BB (or 0xC501BB) is known color: Deep Magenta. HEX triplet: C5, 01 and BB. RGB value is (197,1,187). Sum of RGB (Red+Green+Blue) = 197+1+187=385 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.17% from 385); Green value is 1 (0.78% from 255 or 0.26% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 197 - color contains mainly: red. Hex color #C501BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C501BB is #3AFE44. Grayscale: #505050. Windows color (decimal): -3866181 or 12255685. OLE color: 12255685.
HSL color Cylindrical-coordinate representation of color #C501BB: hue angle of 303.06º 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 #C501BB is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 1 | 187 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.23 |
| HSL | 303.06º | 0.99% | 0.39% | - |
| HSV(B) | 303.06º | 0.99% | 0.77% | - |
| XYZ | 32.01 | 15.48 | 48.31 | - |
| YUV | 80.81 | 187.93 | 210.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 1 | 187 | 0 | 0.99 | 0.05 | 0.23 | 303.06 | 0.99 | 0.39 |
| Hex | C5 | 1 | BB | 0 | 63 | 5 | 17 | 12F | 63 | 27 |
| Octal | 305 | 1 | 273 | 0 | 143 | 5 | 27 | 457 | 143 | 47 |
| Binary | 11000101 | 1 | 10111011 | 0 | 1100011 | 101 | 10111 | 100101111 | 1100011 | 100111 |
Color Harmonies of #C501BB
Complementary color
Monochromatic Colors of #C501BB
Black with #C501BB
Text Example
Text Example
White with #C501BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C501BB; }
p { color: rgb(197,1,187); }
H1.HeaderClassName
{
color: #C501BB;
}
.AnyTagClassName
{
color: #C501BB;
}
</style>
background-color css
<style>
a { background-color: #C501BB; }
a { background-color: rgb(197,1,187); }
div.DivClassName
{
background-color: #C501BB;
}
.BgClassName
{
background-color: #C501BB;
}
</style>
border-color css
<style>
span { border-color: #C501BB; }
span { border-color: rgb(197,1,187); }
td.TdClassName
{
border-color: #C501BB;
}
.TagClassName
{
border-color: #C501BB;
}
</style>