Shades of Deep Magenta #C806BC
Tints of Deep Magenta #C806BC
RGB
CMYK
RGB Variations
Color information
#C806BC (or 0xC806BC) is known color: Deep Magenta. HEX triplet: C8, 06 and BC. RGB value is (200,6,188). Sum of RGB (Red+Green+Blue) = 200+6+188=394 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.76% from 394); Green value is 6 (2.73% from 255 or 1.52% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 200 - color contains mainly: red. Hex color #C806BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C806BC is #37F943. Grayscale: #545454. Windows color (decimal): -3668292 or 12322504. OLE color: 12322504.
HSL color Cylindrical-coordinate representation of color #C806BC: hue angle of 303.71º 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 #C806BC is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 6 | 188 | - |
| CMYK | 0 | 0.97 | 0.06 | 0.22 |
| HSL | 303.71º | 0.94% | 0.4% | - |
| HSV(B) | 303.71º | 0.97% | 0.78% | - |
| XYZ | 32.96 | 16.04 | 48.94 | - |
| YUV | 84.75 | 186.27 | 210.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 6 | 188 | 0 | 0.97 | 0.06 | 0.22 | 303.71 | 0.94 | 0.4 |
| Hex | C8 | 6 | BC | 0 | 61 | 6 | 16 | 130 | 5E | 28 |
| Octal | 310 | 6 | 274 | 0 | 141 | 6 | 26 | 460 | 136 | 50 |
| Binary | 11001000 | 110 | 10111100 | 0 | 1100001 | 110 | 10110 | 100110000 | 1011110 | 101000 |
Color Harmonies of #C806BC
Complementary color
Monochromatic Colors of #C806BC
Black with #C806BC
Text Example
Text Example
White with #C806BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C806BC; }
p { color: rgb(200,6,188); }
H1.HeaderClassName
{
color: #C806BC;
}
.AnyTagClassName
{
color: #C806BC;
}
</style>
background-color css
<style>
a { background-color: #C806BC; }
a { background-color: rgb(200,6,188); }
div.DivClassName
{
background-color: #C806BC;
}
.BgClassName
{
background-color: #C806BC;
}
</style>
border-color css
<style>
span { border-color: #C806BC; }
span { border-color: rgb(200,6,188); }
td.TdClassName
{
border-color: #C806BC;
}
.TagClassName
{
border-color: #C806BC;
}
</style>