Shades of Deep Magenta #C507CF
Tints of Deep Magenta #C507CF
RGB
CMYK
RGB Variations
Color information
#C507CF (or 0xC507CF) is known color: Deep Magenta. HEX triplet: C5, 07 and CF. RGB value is (197,7,207). Sum of RGB (Red+Green+Blue) = 197+7+207=411 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.93% from 411); Green value is 7 (3.12% from 255 or 1.70% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #C507CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C507CF is #3AF830. Grayscale: #565656. Windows color (decimal): -3864625 or 13567941. OLE color: 13567941.
HSL color Cylindrical-coordinate representation of color #C507CF: hue angle of 297º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C507CF is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 7 | 207 | - |
| CMYK | 0.05 | 0.97 | 0 | 0.19 |
| HSL | 297º | 0.93% | 0.42% | - |
| HSV(B) | 297º | 0.97% | 0.81% | - |
| XYZ | 34.36 | 16.53 | 60.41 | - |
| YUV | 86.61 | 195.95 | 206.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 7 | 207 | 0.05 | 0.97 | 0 | 0.19 | 297 | 0.93 | 0.42 |
| Hex | C5 | 7 | CF | 5 | 61 | 0 | 13 | 129 | 5D | 2A |
| Octal | 305 | 7 | 317 | 5 | 141 | 0 | 23 | 451 | 135 | 52 |
| Binary | 11000101 | 111 | 11001111 | 101 | 1100001 | 0 | 10011 | 100101001 | 1011101 | 101010 |
Color Harmonies of #C507CF
Complementary color
Monochromatic Colors of #C507CF
Black with #C507CF
Text Example
Text Example
White with #C507CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C507CF; }
p { color: rgb(197,7,207); }
H1.HeaderClassName
{
color: #C507CF;
}
.AnyTagClassName
{
color: #C507CF;
}
</style>
background-color css
<style>
a { background-color: #C507CF; }
a { background-color: rgb(197,7,207); }
div.DivClassName
{
background-color: #C507CF;
}
.BgClassName
{
background-color: #C507CF;
}
</style>
border-color css
<style>
span { border-color: #C507CF; }
span { border-color: rgb(197,7,207); }
td.TdClassName
{
border-color: #C507CF;
}
.TagClassName
{
border-color: #C507CF;
}
</style>