Shades of Deep Magenta #C507B9
Tints of Deep Magenta #C507B9
RGB
CMYK
RGB Variations
Color information
#C507B9 (or 0xC507B9) is known color: Deep Magenta. HEX triplet: C5, 07 and B9. RGB value is (197,7,185). Sum of RGB (Red+Green+Blue) = 197+7+185=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 7 (3.12% from 255 or 1.80% from 389); Blue value is 185 (72.66% from 255 or 47.56% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C507B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C507B9 is #3AF846. Grayscale: #535353. Windows color (decimal): -3864647 or 12126149. OLE color: 12126149.
HSL color Cylindrical-coordinate representation of color #C507B9: hue angle of 303.79º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C507B9 is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 7 | 185 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.23 |
| HSL | 303.79º | 0.93% | 0.4% | - |
| HSV(B) | 303.79º | 0.96% | 0.77% | - |
| XYZ | 31.86 | 15.53 | 47.22 | - |
| YUV | 84.1 | 184.95 | 208.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 7 | 185 | 0 | 0.96 | 0.06 | 0.23 | 303.79 | 0.93 | 0.4 |
| Hex | C5 | 7 | B9 | 0 | 60 | 6 | 17 | 130 | 5D | 28 |
| Octal | 305 | 7 | 271 | 0 | 140 | 6 | 27 | 460 | 135 | 50 |
| Binary | 11000101 | 111 | 10111001 | 0 | 1100000 | 110 | 10111 | 100110000 | 1011101 | 101000 |
Color Harmonies of #C507B9
Complementary color
Monochromatic Colors of #C507B9
Black with #C507B9
Text Example
Text Example
White with #C507B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C507B9; }
p { color: rgb(197,7,185); }
H1.HeaderClassName
{
color: #C507B9;
}
.AnyTagClassName
{
color: #C507B9;
}
</style>
background-color css
<style>
a { background-color: #C507B9; }
a { background-color: rgb(197,7,185); }
div.DivClassName
{
background-color: #C507B9;
}
.BgClassName
{
background-color: #C507B9;
}
</style>
border-color css
<style>
span { border-color: #C507B9; }
span { border-color: rgb(197,7,185); }
td.TdClassName
{
border-color: #C507B9;
}
.TagClassName
{
border-color: #C507B9;
}
</style>