Shades of Deep Magenta #C206CB
Tints of Deep Magenta #C206CB
RGB
CMYK
RGB Variations
Color information
#C206CB (or 0xC206CB) is known color: Deep Magenta. HEX triplet: C2, 06 and CB. RGB value is (194,6,203). Sum of RGB (Red+Green+Blue) = 194+6+203=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 6 (2.73% from 255 or 1.49% from 403); Blue value is 203 (79.69% from 255 or 50.37% from 403); Max value from RGB is 203 - color contains mainly: blue. Hex color #C206CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C206CB is #3DF934. Grayscale: #545454. Windows color (decimal): -4061493 or 13305538. OLE color: 13305538.
HSL color Cylindrical-coordinate representation of color #C206CB: hue angle of 297.26º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C206CB is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 6 | 203 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.20 |
| HSL | 297.26º | 0.94% | 0.41% | - |
| HSV(B) | 297.26º | 0.97% | 0.8% | - |
| XYZ | 33.09 | 15.91 | 57.83 | - |
| YUV | 84.67 | 194.78 | 205.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 6 | 203 | 0.04 | 0.97 | 0 | 0.20 | 297.26 | 0.94 | 0.41 |
| Hex | C2 | 6 | CB | 4 | 61 | 0 | 14 | 129 | 5E | 29 |
| Octal | 302 | 6 | 313 | 4 | 141 | 0 | 24 | 451 | 136 | 51 |
| Binary | 11000010 | 110 | 11001011 | 100 | 1100001 | 0 | 10100 | 100101001 | 1011110 | 101001 |
Color Harmonies of #C206CB
Complementary color
Monochromatic Colors of #C206CB
Black with #C206CB
Text Example
Text Example
White with #C206CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C206CB; }
p { color: rgb(194,6,203); }
H1.HeaderClassName
{
color: #C206CB;
}
.AnyTagClassName
{
color: #C206CB;
}
</style>
background-color css
<style>
a { background-color: #C206CB; }
a { background-color: rgb(194,6,203); }
div.DivClassName
{
background-color: #C206CB;
}
.BgClassName
{
background-color: #C206CB;
}
</style>
border-color css
<style>
span { border-color: #C206CB; }
span { border-color: rgb(194,6,203); }
td.TdClassName
{
border-color: #C206CB;
}
.TagClassName
{
border-color: #C206CB;
}
</style>