Shades of Deep Magenta #C806AF
Tints of Deep Magenta #C806AF
RGB
CMYK
RGB Variations
Color information
#C806AF (or 0xC806AF) is known color: Deep Magenta. HEX triplet: C8, 06 and AF. RGB value is (200,6,175). Sum of RGB (Red+Green+Blue) = 200+6+175=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 6 (2.73% from 255 or 1.57% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C806AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C806AF is #37F950. Grayscale: #525252. Windows color (decimal): -3668305 or 11470536. OLE color: 11470536.
HSL color Cylindrical-coordinate representation of color #C806AF: hue angle of 307.73º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C806AF is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 6 | 175 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.22 |
| HSL | 307.73º | 0.94% | 0.4% | - |
| HSV(B) | 307.73º | 0.97% | 0.78% | - |
| XYZ | 31.62 | 15.5 | 41.88 | - |
| YUV | 83.27 | 179.77 | 211.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 6 | 175 | 0 | 0.97 | 0.12 | 0.22 | 307.73 | 0.94 | 0.4 |
| Hex | C8 | 6 | AF | 0 | 61 | C | 16 | 134 | 5E | 28 |
| Octal | 310 | 6 | 257 | 0 | 141 | 14 | 26 | 464 | 136 | 50 |
| Binary | 11001000 | 110 | 10101111 | 0 | 1100001 | 1100 | 10110 | 100110100 | 1011110 | 101000 |
Color Harmonies of #C806AF
Complementary color
Monochromatic Colors of #C806AF
Black with #C806AF
Text Example
Text Example
White with #C806AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C806AF; }
p { color: rgb(200,6,175); }
H1.HeaderClassName
{
color: #C806AF;
}
.AnyTagClassName
{
color: #C806AF;
}
</style>
background-color css
<style>
a { background-color: #C806AF; }
a { background-color: rgb(200,6,175); }
div.DivClassName
{
background-color: #C806AF;
}
.BgClassName
{
background-color: #C806AF;
}
</style>
border-color css
<style>
span { border-color: #C806AF; }
span { border-color: rgb(200,6,175); }
td.TdClassName
{
border-color: #C806AF;
}
.TagClassName
{
border-color: #C806AF;
}
</style>