Shades of Deep Magenta #C507D3
Tints of Deep Magenta #C507D3
RGB
CMYK
RGB Variations
Color information
#C507D3 (or 0xC507D3) is known color: Deep Magenta. HEX triplet: C5, 07 and D3. RGB value is (197,7,211). Sum of RGB (Red+Green+Blue) = 197+7+211=415 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.47% from 415); Green value is 7 (3.12% from 255 or 1.69% from 415); Blue value is 211 (82.81% from 255 or 50.84% from 415); Max value from RGB is 211 - color contains mainly: blue. Hex color #C507D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C507D3 is #3AF82C. Grayscale: #565656. Windows color (decimal): -3864621 or 13830085. OLE color: 13830085.
HSL color Cylindrical-coordinate representation of color #C507D3: hue angle of 295.88º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C507D3 is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 7 | 211 | - |
| CMYK | 0.07 | 0.97 | 0 | 0.17 |
| HSL | 295.88º | 0.94% | 0.43% | - |
| HSV(B) | 295.88º | 0.97% | 0.83% | - |
| XYZ | 34.86 | 16.73 | 63.02 | - |
| YUV | 87.07 | 197.95 | 206.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 7 | 211 | 0.07 | 0.97 | 0 | 0.17 | 295.88 | 0.94 | 0.43 |
| Hex | C5 | 7 | D3 | 7 | 61 | 0 | 11 | 128 | 5E | 2B |
| Octal | 305 | 7 | 323 | 7 | 141 | 0 | 21 | 450 | 136 | 53 |
| Binary | 11000101 | 111 | 11010011 | 111 | 1100001 | 0 | 10001 | 100101000 | 1011110 | 101011 |
Color Harmonies of #C507D3
Complementary color
Monochromatic Colors of #C507D3
Black with #C507D3
Text Example
Text Example
White with #C507D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C507D3; }
p { color: rgb(197,7,211); }
H1.HeaderClassName
{
color: #C507D3;
}
.AnyTagClassName
{
color: #C507D3;
}
</style>
background-color css
<style>
a { background-color: #C507D3; }
a { background-color: rgb(197,7,211); }
div.DivClassName
{
background-color: #C507D3;
}
.BgClassName
{
background-color: #C507D3;
}
</style>
border-color css
<style>
span { border-color: #C507D3; }
span { border-color: rgb(197,7,211); }
td.TdClassName
{
border-color: #C507D3;
}
.TagClassName
{
border-color: #C507D3;
}
</style>