Shades of Deep Magenta #C806D4
Tints of Deep Magenta #C806D4
RGB
CMYK
RGB Variations
Color information
#C806D4 (or 0xC806D4) is known color: Deep Magenta. HEX triplet: C8, 06 and D4. RGB value is (200,6,212). Sum of RGB (Red+Green+Blue) = 200+6+212=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 6 (2.73% from 255 or 1.44% from 418); Blue value is 212 (83.20% from 255 or 50.72% from 418); Max value from RGB is 212 - color contains mainly: blue. Hex color #C806D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C806D4 is #37F92B. Grayscale: #565656. Windows color (decimal): -3668268 or 13895368. OLE color: 13895368.
HSL color Cylindrical-coordinate representation of color #C806D4: hue angle of 296.5º 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 #C806D4 is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 6 | 212 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.17 |
| HSL | 296.5º | 0.94% | 0.43% | - |
| HSV(B) | 296.5º | 0.97% | 0.83% | - |
| XYZ | 35.77 | 17.16 | 63.71 | - |
| YUV | 87.49 | 198.27 | 208.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 6 | 212 | 0.06 | 0.97 | 0 | 0.17 | 296.5 | 0.94 | 0.43 |
| Hex | C8 | 6 | D4 | 6 | 61 | 0 | 11 | 129 | 5E | 2B |
| Octal | 310 | 6 | 324 | 6 | 141 | 0 | 21 | 451 | 136 | 53 |
| Binary | 11001000 | 110 | 11010100 | 110 | 1100001 | 0 | 10001 | 100101001 | 1011110 | 101011 |
Color Harmonies of #C806D4
Complementary color
Monochromatic Colors of #C806D4
Black with #C806D4
Text Example
Text Example
White with #C806D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C806D4; }
p { color: rgb(200,6,212); }
H1.HeaderClassName
{
color: #C806D4;
}
.AnyTagClassName
{
color: #C806D4;
}
</style>
background-color css
<style>
a { background-color: #C806D4; }
a { background-color: rgb(200,6,212); }
div.DivClassName
{
background-color: #C806D4;
}
.BgClassName
{
background-color: #C806D4;
}
</style>
border-color css
<style>
span { border-color: #C806D4; }
span { border-color: rgb(200,6,212); }
td.TdClassName
{
border-color: #C806D4;
}
.TagClassName
{
border-color: #C806D4;
}
</style>