Shades of Deep Magenta #C506D3
Tints of Deep Magenta #C506D3
RGB
CMYK
RGB Variations
Color information
#C506D3 (or 0xC506D3) is known color: Deep Magenta. HEX triplet: C5, 06 and D3. RGB value is (197,6,211). Sum of RGB (Red+Green+Blue) = 197+6+211=414 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.58% from 414); Green value is 6 (2.73% from 255 or 1.45% from 414); Blue value is 211 (82.81% from 255 or 50.97% from 414); Max value from RGB is 211 - color contains mainly: blue. Hex color #C506D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C506D3 is #3AF92C. Grayscale: #555555. Windows color (decimal): -3864877 or 13829829. OLE color: 13829829.
HSL color Cylindrical-coordinate representation of color #C506D3: hue angle of 295.9º 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 #C506D3 is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 6 | 211 | - |
| CMYK | 0.07 | 0.97 | 0 | 0.17 |
| HSL | 295.9º | 0.94% | 0.43% | - |
| HSV(B) | 295.9º | 0.97% | 0.83% | - |
| XYZ | 34.85 | 16.7 | 63.02 | - |
| YUV | 86.48 | 198.28 | 206.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 6 | 211 | 0.07 | 0.97 | 0 | 0.17 | 295.9 | 0.94 | 0.43 |
| Hex | C5 | 6 | D3 | 7 | 61 | 0 | 11 | 128 | 5E | 2B |
| Octal | 305 | 6 | 323 | 7 | 141 | 0 | 21 | 450 | 136 | 53 |
| Binary | 11000101 | 110 | 11010011 | 111 | 1100001 | 0 | 10001 | 100101000 | 1011110 | 101011 |
Color Harmonies of #C506D3
Complementary color
Monochromatic Colors of #C506D3
Black with #C506D3
Text Example
Text Example
White with #C506D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C506D3; }
p { color: rgb(197,6,211); }
H1.HeaderClassName
{
color: #C506D3;
}
.AnyTagClassName
{
color: #C506D3;
}
</style>
background-color css
<style>
a { background-color: #C506D3; }
a { background-color: rgb(197,6,211); }
div.DivClassName
{
background-color: #C506D3;
}
.BgClassName
{
background-color: #C506D3;
}
</style>
border-color css
<style>
span { border-color: #C506D3; }
span { border-color: rgb(197,6,211); }
td.TdClassName
{
border-color: #C506D3;
}
.TagClassName
{
border-color: #C506D3;
}
</style>