Shades of Deep Magenta #C506DF
Tints of Deep Magenta #C506DF
RGB
CMYK
RGB Variations
Color information
#C506DF (or 0xC506DF) is known color: Deep Magenta. HEX triplet: C5, 06 and DF. RGB value is (197,6,223). Sum of RGB (Red+Green+Blue) = 197+6+223=426 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.24% from 426); Green value is 6 (2.73% from 255 or 1.41% from 426); Blue value is 223 (87.5% from 255 or 52.35% from 426); Max value from RGB is 223 - color contains mainly: blue. Hex color #C506DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C506DF is #3AF920. Grayscale: #575757. Windows color (decimal): -3864865 or 14616261. OLE color: 14616261.
HSL color Cylindrical-coordinate representation of color #C506DF: hue angle of 292.81º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C506DF is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 6 | 223 | - |
| CMYK | 0.12 | 0.97 | 0 | 0.13 |
| HSL | 292.81º | 0.95% | 0.45% | - |
| HSV(B) | 292.81º | 0.97% | 0.87% | - |
| XYZ | 36.41 | 17.33 | 71.24 | - |
| YUV | 87.85 | 204.28 | 205.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 6 | 223 | 0.12 | 0.97 | 0 | 0.13 | 292.81 | 0.95 | 0.45 |
| Hex | C5 | 6 | DF | C | 61 | 0 | D | 125 | 5F | 2D |
| Octal | 305 | 6 | 337 | 14 | 141 | 0 | 15 | 445 | 137 | 55 |
| Binary | 11000101 | 110 | 11011111 | 1100 | 1100001 | 0 | 1101 | 100100101 | 1011111 | 101101 |
Color Harmonies of #C506DF
Complementary color
Monochromatic Colors of #C506DF
Black with #C506DF
Text Example
Text Example
White with #C506DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C506DF; }
p { color: rgb(197,6,223); }
H1.HeaderClassName
{
color: #C506DF;
}
.AnyTagClassName
{
color: #C506DF;
}
</style>
background-color css
<style>
a { background-color: #C506DF; }
a { background-color: rgb(197,6,223); }
div.DivClassName
{
background-color: #C506DF;
}
.BgClassName
{
background-color: #C506DF;
}
</style>
border-color css
<style>
span { border-color: #C506DF; }
span { border-color: rgb(197,6,223); }
td.TdClassName
{
border-color: #C506DF;
}
.TagClassName
{
border-color: #C506DF;
}
</style>