Shades of Deep Magenta #C207AA
Tints of Deep Magenta #C207AA
RGB
CMYK
RGB Variations
Color information
#C207AA (or 0xC207AA) is known color: Deep Magenta. HEX triplet: C2, 07 and AA. RGB value is (194,7,170). Sum of RGB (Red+Green+Blue) = 194+7+170=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 7 (3.12% from 255 or 1.89% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C207AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C207AA is #3DF855. Grayscale: #515151. Windows color (decimal): -4061270 or 11143106. OLE color: 11143106.
HSL color Cylindrical-coordinate representation of color #C207AA: hue angle of 307.7º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C207AA is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 7 | 170 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.24 |
| HSL | 307.7º | 0.93% | 0.39% | - |
| HSV(B) | 307.7º | 0.96% | 0.76% | - |
| XYZ | 29.58 | 14.52 | 39.27 | - |
| YUV | 81.5 | 177.95 | 208.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 7 | 170 | 0 | 0.96 | 0.12 | 0.24 | 307.7 | 0.93 | 0.39 |
| Hex | C2 | 7 | AA | 0 | 60 | C | 18 | 134 | 5D | 27 |
| Octal | 302 | 7 | 252 | 0 | 140 | 14 | 30 | 464 | 135 | 47 |
| Binary | 11000010 | 111 | 10101010 | 0 | 1100000 | 1100 | 11000 | 100110100 | 1011101 | 100111 |
Color Harmonies of #C207AA
Complementary color
Monochromatic Colors of #C207AA
Black with #C207AA
Text Example
Text Example
White with #C207AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C207AA; }
p { color: rgb(194,7,170); }
H1.HeaderClassName
{
color: #C207AA;
}
.AnyTagClassName
{
color: #C207AA;
}
</style>
background-color css
<style>
a { background-color: #C207AA; }
a { background-color: rgb(194,7,170); }
div.DivClassName
{
background-color: #C207AA;
}
.BgClassName
{
background-color: #C207AA;
}
</style>
border-color css
<style>
span { border-color: #C207AA; }
span { border-color: rgb(194,7,170); }
td.TdClassName
{
border-color: #C207AA;
}
.TagClassName
{
border-color: #C207AA;
}
</style>