Shades of Deep Magenta #C206BF
Tints of Deep Magenta #C206BF
RGB
CMYK
RGB Variations
Color information
#C206BF (or 0xC206BF) is known color: Deep Magenta. HEX triplet: C2, 06 and BF. RGB value is (194,6,191). Sum of RGB (Red+Green+Blue) = 194+6+191=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 6 (2.73% from 255 or 1.53% from 391); Blue value is 191 (75% from 255 or 48.85% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C206BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C206BF is #3DF940. Grayscale: #525252. Windows color (decimal): -4061505 or 12519106. OLE color: 12519106.
HSL color Cylindrical-coordinate representation of color #C206BF: hue angle of 300.96º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C206BF is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 6 | 191 | - |
| CMYK | 0 | 0.97 | 0.02 | 0.24 |
| HSL | 300.96º | 0.94% | 0.39% | - |
| HSV(B) | 300.96º | 0.97% | 0.76% | - |
| XYZ | 31.72 | 15.36 | 50.58 | - |
| YUV | 83.3 | 188.78 | 206.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 6 | 191 | 0 | 0.97 | 0.02 | 0.24 | 300.96 | 0.94 | 0.39 |
| Hex | C2 | 6 | BF | 0 | 61 | 2 | 18 | 12D | 5E | 27 |
| Octal | 302 | 6 | 277 | 0 | 141 | 2 | 30 | 455 | 136 | 47 |
| Binary | 11000010 | 110 | 10111111 | 0 | 1100001 | 10 | 11000 | 100101101 | 1011110 | 100111 |
Color Harmonies of #C206BF
Complementary color
Monochromatic Colors of #C206BF
Black with #C206BF
Text Example
Text Example
White with #C206BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C206BF; }
p { color: rgb(194,6,191); }
H1.HeaderClassName
{
color: #C206BF;
}
.AnyTagClassName
{
color: #C206BF;
}
</style>
background-color css
<style>
a { background-color: #C206BF; }
a { background-color: rgb(194,6,191); }
div.DivClassName
{
background-color: #C206BF;
}
.BgClassName
{
background-color: #C206BF;
}
</style>
border-color css
<style>
span { border-color: #C206BF; }
span { border-color: rgb(194,6,191); }
td.TdClassName
{
border-color: #C206BF;
}
.TagClassName
{
border-color: #C206BF;
}
</style>