Shades of Deep Magenta #C505BB
Tints of Deep Magenta #C505BB
RGB
CMYK
RGB Variations
Color information
#C505BB (or 0xC505BB) is known color: Deep Magenta. HEX triplet: C5, 05 and BB. RGB value is (197,5,187). Sum of RGB (Red+Green+Blue) = 197+5+187=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 5 (2.34% from 255 or 1.29% from 389); Blue value is 187 (73.44% from 255 or 48.07% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C505BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C505BB is #3AFA44. Grayscale: #525252. Windows color (decimal): -3865157 or 12256709. OLE color: 12256709.
HSL color Cylindrical-coordinate representation of color #C505BB: hue angle of 303.12º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C505BB is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 5 | 187 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.23 |
| HSL | 303.13º | 0.95% | 0.4% | - |
| HSV(B) | 303.13º | 0.97% | 0.77% | - |
| XYZ | 32.05 | 15.57 | 48.33 | - |
| YUV | 83.16 | 186.61 | 209.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 5 | 187 | 0 | 0.97 | 0.05 | 0.23 | 303.13 | 0.95 | 0.4 |
| Hex | C5 | 5 | BB | 0 | 61 | 5 | 17 | 12F | 5F | 28 |
| Octal | 305 | 5 | 273 | 0 | 141 | 5 | 27 | 457 | 137 | 50 |
| Binary | 11000101 | 101 | 10111011 | 0 | 1100001 | 101 | 10111 | 100101111 | 1011111 | 101000 |
Color Harmonies of #C505BB
Complementary color
Monochromatic Colors of #C505BB
Black with #C505BB
Text Example
Text Example
White with #C505BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C505BB; }
p { color: rgb(197,5,187); }
H1.HeaderClassName
{
color: #C505BB;
}
.AnyTagClassName
{
color: #C505BB;
}
</style>
background-color css
<style>
a { background-color: #C505BB; }
a { background-color: rgb(197,5,187); }
div.DivClassName
{
background-color: #C505BB;
}
.BgClassName
{
background-color: #C505BB;
}
</style>
border-color css
<style>
span { border-color: #C505BB; }
span { border-color: rgb(197,5,187); }
td.TdClassName
{
border-color: #C505BB;
}
.TagClassName
{
border-color: #C505BB;
}
</style>