Shades of Deep Magenta #C504BB
Tints of Deep Magenta #C504BB
RGB
CMYK
RGB Variations
Color information
#C504BB (or 0xC504BB) is known color: Deep Magenta. HEX triplet: C5, 04 and BB. RGB value is (197,4,187). Sum of RGB (Red+Green+Blue) = 197+4+187=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 4 (1.95% from 255 or 1.03% from 388); Blue value is 187 (73.44% from 255 or 48.20% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C504BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C504BB is #3AFB44. Grayscale: #525252. Windows color (decimal): -3865413 or 12256453. OLE color: 12256453.
HSL color Cylindrical-coordinate representation of color #C504BB: hue angle of 303.11º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C504BB is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 4 | 187 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.23 |
| HSL | 303.11º | 0.96% | 0.39% | - |
| HSV(B) | 303.11º | 0.98% | 0.77% | - |
| XYZ | 32.04 | 15.55 | 48.33 | - |
| YUV | 82.57 | 186.94 | 209.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 4 | 187 | 0 | 0.98 | 0.05 | 0.23 | 303.11 | 0.96 | 0.39 |
| Hex | C5 | 4 | BB | 0 | 62 | 5 | 17 | 12F | 60 | 27 |
| Octal | 305 | 4 | 273 | 0 | 142 | 5 | 27 | 457 | 140 | 47 |
| Binary | 11000101 | 100 | 10111011 | 0 | 1100010 | 101 | 10111 | 100101111 | 1100000 | 100111 |
Color Harmonies of #C504BB
Complementary color
Monochromatic Colors of #C504BB
Black with #C504BB
Text Example
Text Example
White with #C504BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C504BB; }
p { color: rgb(197,4,187); }
H1.HeaderClassName
{
color: #C504BB;
}
.AnyTagClassName
{
color: #C504BB;
}
</style>
background-color css
<style>
a { background-color: #C504BB; }
a { background-color: rgb(197,4,187); }
div.DivClassName
{
background-color: #C504BB;
}
.BgClassName
{
background-color: #C504BB;
}
</style>
border-color css
<style>
span { border-color: #C504BB; }
span { border-color: rgb(197,4,187); }
td.TdClassName
{
border-color: #C504BB;
}
.TagClassName
{
border-color: #C504BB;
}
</style>