Shades of Deep Magenta #C505B9
Tints of Deep Magenta #C505B9
RGB
CMYK
RGB Variations
Color information
#C505B9 (or 0xC505B9) is known color: Deep Magenta. HEX triplet: C5, 05 and B9. RGB value is (197,5,185). Sum of RGB (Red+Green+Blue) = 197+5+185=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 5 (2.34% from 255 or 1.29% from 387); Blue value is 185 (72.66% from 255 or 47.80% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C505B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C505B9 is #3AFA46. Grayscale: #525252. Windows color (decimal): -3865159 or 12125637. OLE color: 12125637.
HSL color Cylindrical-coordinate representation of color #C505B9: hue angle of 303.75º 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 #C505B9 is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 5 | 185 | - |
| CMYK | 0 | 0.97 | 0.06 | 0.23 |
| HSL | 303.75º | 0.95% | 0.4% | - |
| HSV(B) | 303.75º | 0.97% | 0.77% | - |
| XYZ | 31.84 | 15.48 | 47.21 | - |
| YUV | 82.93 | 185.61 | 209.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 5 | 185 | 0 | 0.97 | 0.06 | 0.23 | 303.75 | 0.95 | 0.4 |
| Hex | C5 | 5 | B9 | 0 | 61 | 6 | 17 | 130 | 5F | 28 |
| Octal | 305 | 5 | 271 | 0 | 141 | 6 | 27 | 460 | 137 | 50 |
| Binary | 11000101 | 101 | 10111001 | 0 | 1100001 | 110 | 10111 | 100110000 | 1011111 | 101000 |
Color Harmonies of #C505B9
Complementary color
Monochromatic Colors of #C505B9
Black with #C505B9
Text Example
Text Example
White with #C505B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C505B9; }
p { color: rgb(197,5,185); }
H1.HeaderClassName
{
color: #C505B9;
}
.AnyTagClassName
{
color: #C505B9;
}
</style>
background-color css
<style>
a { background-color: #C505B9; }
a { background-color: rgb(197,5,185); }
div.DivClassName
{
background-color: #C505B9;
}
.BgClassName
{
background-color: #C505B9;
}
</style>
border-color css
<style>
span { border-color: #C505B9; }
span { border-color: rgb(197,5,185); }
td.TdClassName
{
border-color: #C505B9;
}
.TagClassName
{
border-color: #C505B9;
}
</style>