Shades of Deep Magenta #C507BD
Tints of Deep Magenta #C507BD
RGB
CMYK
RGB Variations
Color information
#C507BD (or 0xC507BD) is known color: Deep Magenta. HEX triplet: C5, 07 and BD. RGB value is (197,7,189). Sum of RGB (Red+Green+Blue) = 197+7+189=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 7 (3.12% from 255 or 1.78% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C507BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C507BD is #3AF842. Grayscale: #545454. Windows color (decimal): -3864643 or 12388293. OLE color: 12388293.
HSL color Cylindrical-coordinate representation of color #C507BD: hue angle of 302.53º 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 #C507BD is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 7 | 189 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.23 |
| HSL | 302.53º | 0.93% | 0.4% | - |
| HSV(B) | 302.53º | 0.96% | 0.77% | - |
| XYZ | 32.29 | 15.7 | 49.47 | - |
| YUV | 84.56 | 186.95 | 208.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 7 | 189 | 0 | 0.96 | 0.04 | 0.23 | 302.53 | 0.93 | 0.4 |
| Hex | C5 | 7 | BD | 0 | 60 | 4 | 17 | 12F | 5D | 28 |
| Octal | 305 | 7 | 275 | 0 | 140 | 4 | 27 | 457 | 135 | 50 |
| Binary | 11000101 | 111 | 10111101 | 0 | 1100000 | 100 | 10111 | 100101111 | 1011101 | 101000 |
Color Harmonies of #C507BD
Complementary color
Monochromatic Colors of #C507BD
Black with #C507BD
Text Example
Text Example
White with #C507BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C507BD; }
p { color: rgb(197,7,189); }
H1.HeaderClassName
{
color: #C507BD;
}
.AnyTagClassName
{
color: #C507BD;
}
</style>
background-color css
<style>
a { background-color: #C507BD; }
a { background-color: rgb(197,7,189); }
div.DivClassName
{
background-color: #C507BD;
}
.BgClassName
{
background-color: #C507BD;
}
</style>
border-color css
<style>
span { border-color: #C507BD; }
span { border-color: rgb(197,7,189); }
td.TdClassName
{
border-color: #C507BD;
}
.TagClassName
{
border-color: #C507BD;
}
</style>