Shades of Deep Magenta #C206BB
Tints of Deep Magenta #C206BB
RGB
CMYK
RGB Variations
Color information
#C206BB (or 0xC206BB) is known color: Deep Magenta. HEX triplet: C2, 06 and BB. RGB value is (194,6,187). Sum of RGB (Red+Green+Blue) = 194+6+187=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 6 (2.73% from 255 or 1.55% from 387); Blue value is 187 (73.44% from 255 or 48.32% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C206BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C206BB is #3DF944. Grayscale: #525252. Windows color (decimal): -4061509 or 12256962. OLE color: 12256962.
HSL color Cylindrical-coordinate representation of color #C206BB: hue angle of 302.23º 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 #C206BB is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 6 | 187 | - |
| CMYK | 0 | 0.97 | 0.04 | 0.24 |
| HSL | 302.23º | 0.94% | 0.39% | - |
| HSV(B) | 302.23º | 0.97% | 0.76% | - |
| XYZ | 31.28 | 15.19 | 48.3 | - |
| YUV | 82.85 | 186.78 | 207.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 6 | 187 | 0 | 0.97 | 0.04 | 0.24 | 302.23 | 0.94 | 0.39 |
| Hex | C2 | 6 | BB | 0 | 61 | 4 | 18 | 12E | 5E | 27 |
| Octal | 302 | 6 | 273 | 0 | 141 | 4 | 30 | 456 | 136 | 47 |
| Binary | 11000010 | 110 | 10111011 | 0 | 1100001 | 100 | 11000 | 100101110 | 1011110 | 100111 |
Color Harmonies of #C206BB
Complementary color
Monochromatic Colors of #C206BB
Black with #C206BB
Text Example
Text Example
White with #C206BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C206BB; }
p { color: rgb(194,6,187); }
H1.HeaderClassName
{
color: #C206BB;
}
.AnyTagClassName
{
color: #C206BB;
}
</style>
background-color css
<style>
a { background-color: #C206BB; }
a { background-color: rgb(194,6,187); }
div.DivClassName
{
background-color: #C206BB;
}
.BgClassName
{
background-color: #C206BB;
}
</style>
border-color css
<style>
span { border-color: #C206BB; }
span { border-color: rgb(194,6,187); }
td.TdClassName
{
border-color: #C206BB;
}
.TagClassName
{
border-color: #C206BB;
}
</style>