Shades of Deep Magenta #C806D3
Tints of Deep Magenta #C806D3
RGB
CMYK
RGB Variations
Color information
#C806D3 (or 0xC806D3) is known color: Deep Magenta. HEX triplet: C8, 06 and D3. RGB value is (200,6,211). Sum of RGB (Red+Green+Blue) = 200+6+211=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 6 (2.73% from 255 or 1.44% from 417); Blue value is 211 (82.81% from 255 or 50.60% from 417); Max value from RGB is 211 - color contains mainly: blue. Hex color #C806D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C806D3 is #37F92C. Grayscale: #565656. Windows color (decimal): -3668269 or 13829832. OLE color: 13829832.
HSL color Cylindrical-coordinate representation of color #C806D3: hue angle of 296.78º 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 #C806D3 is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 6 | 211 | - |
| CMYK | 0.05 | 0.97 | 0 | 0.17 |
| HSL | 296.78º | 0.94% | 0.43% | - |
| HSV(B) | 296.78º | 0.97% | 0.83% | - |
| XYZ | 35.64 | 17.11 | 63.05 | - |
| YUV | 87.38 | 197.77 | 208.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 6 | 211 | 0.05 | 0.97 | 0 | 0.17 | 296.78 | 0.94 | 0.43 |
| Hex | C8 | 6 | D3 | 5 | 61 | 0 | 11 | 129 | 5E | 2B |
| Octal | 310 | 6 | 323 | 5 | 141 | 0 | 21 | 451 | 136 | 53 |
| Binary | 11001000 | 110 | 11010011 | 101 | 1100001 | 0 | 10001 | 100101001 | 1011110 | 101011 |
Color Harmonies of #C806D3
Complementary color
Monochromatic Colors of #C806D3
Black with #C806D3
Text Example
Text Example
White with #C806D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C806D3; }
p { color: rgb(200,6,211); }
H1.HeaderClassName
{
color: #C806D3;
}
.AnyTagClassName
{
color: #C806D3;
}
</style>
background-color css
<style>
a { background-color: #C806D3; }
a { background-color: rgb(200,6,211); }
div.DivClassName
{
background-color: #C806D3;
}
.BgClassName
{
background-color: #C806D3;
}
</style>
border-color css
<style>
span { border-color: #C806D3; }
span { border-color: rgb(200,6,211); }
td.TdClassName
{
border-color: #C806D3;
}
.TagClassName
{
border-color: #C806D3;
}
</style>