Shades of Deep Magenta #C507B7
Tints of Deep Magenta #C507B7
RGB
CMYK
RGB Variations
Color information
#C507B7 (or 0xC507B7) is known color: Deep Magenta. HEX triplet: C5, 07 and B7. RGB value is (197,7,183). Sum of RGB (Red+Green+Blue) = 197+7+183=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 7 (3.12% from 255 or 1.81% from 387); Blue value is 183 (71.88% from 255 or 47.29% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C507B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C507B7 is #3AF848. Grayscale: #535353. Windows color (decimal): -3864649 or 11995077. OLE color: 11995077.
HSL color Cylindrical-coordinate representation of color #C507B7: hue angle of 304.42º 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 #C507B7 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 7 | 183 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.23 |
| HSL | 304.42º | 0.93% | 0.4% | - |
| HSV(B) | 304.42º | 0.96% | 0.77% | - |
| XYZ | 31.65 | 15.44 | 46.11 | - |
| YUV | 83.87 | 183.95 | 208.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 7 | 183 | 0 | 0.96 | 0.07 | 0.23 | 304.42 | 0.93 | 0.4 |
| Hex | C5 | 7 | B7 | 0 | 60 | 7 | 17 | 130 | 5D | 28 |
| Octal | 305 | 7 | 267 | 0 | 140 | 7 | 27 | 460 | 135 | 50 |
| Binary | 11000101 | 111 | 10110111 | 0 | 1100000 | 111 | 10111 | 100110000 | 1011101 | 101000 |
Color Harmonies of #C507B7
Complementary color
Monochromatic Colors of #C507B7
Black with #C507B7
Text Example
Text Example
White with #C507B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C507B7; }
p { color: rgb(197,7,183); }
H1.HeaderClassName
{
color: #C507B7;
}
.AnyTagClassName
{
color: #C507B7;
}
</style>
background-color css
<style>
a { background-color: #C507B7; }
a { background-color: rgb(197,7,183); }
div.DivClassName
{
background-color: #C507B7;
}
.BgClassName
{
background-color: #C507B7;
}
</style>
border-color css
<style>
span { border-color: #C507B7; }
span { border-color: rgb(197,7,183); }
td.TdClassName
{
border-color: #C507B7;
}
.TagClassName
{
border-color: #C507B7;
}
</style>