Shades of Deep Magenta #C206AA
Tints of Deep Magenta #C206AA
RGB
CMYK
RGB Variations
Color information
#C206AA (or 0xC206AA) is known color: Deep Magenta. HEX triplet: C2, 06 and AA. RGB value is (194,6,170). Sum of RGB (Red+Green+Blue) = 194+6+170=370 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.43% from 370); Green value is 6 (2.73% from 255 or 1.62% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 194 - color contains mainly: red. Hex color #C206AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C206AA is #3DF955. Grayscale: #505050. Windows color (decimal): -4061526 or 11142850. OLE color: 11142850.
HSL color Cylindrical-coordinate representation of color #C206AA: hue angle of 307.66º 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 #C206AA is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 6 | 170 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.24 |
| HSL | 307.66º | 0.94% | 0.39% | - |
| HSV(B) | 307.66º | 0.97% | 0.76% | - |
| XYZ | 29.57 | 14.5 | 39.27 | - |
| YUV | 80.91 | 178.28 | 208.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 6 | 170 | 0 | 0.97 | 0.12 | 0.24 | 307.66 | 0.94 | 0.39 |
| Hex | C2 | 6 | AA | 0 | 61 | C | 18 | 134 | 5E | 27 |
| Octal | 302 | 6 | 252 | 0 | 141 | 14 | 30 | 464 | 136 | 47 |
| Binary | 11000010 | 110 | 10101010 | 0 | 1100001 | 1100 | 11000 | 100110100 | 1011110 | 100111 |
Color Harmonies of #C206AA
Complementary color
Monochromatic Colors of #C206AA
Black with #C206AA
Text Example
Text Example
White with #C206AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C206AA; }
p { color: rgb(194,6,170); }
H1.HeaderClassName
{
color: #C206AA;
}
.AnyTagClassName
{
color: #C206AA;
}
</style>
background-color css
<style>
a { background-color: #C206AA; }
a { background-color: rgb(194,6,170); }
div.DivClassName
{
background-color: #C206AA;
}
.BgClassName
{
background-color: #C206AA;
}
</style>
border-color css
<style>
span { border-color: #C206AA; }
span { border-color: rgb(194,6,170); }
td.TdClassName
{
border-color: #C206AA;
}
.TagClassName
{
border-color: #C206AA;
}
</style>