Shades of Deep Magenta #C807AA
Tints of Deep Magenta #C807AA
RGB
CMYK
RGB Variations
Color information
#C807AA (or 0xC807AA) is known color: Deep Magenta. HEX triplet: C8, 07 and AA. RGB value is (200,7,170). Sum of RGB (Red+Green+Blue) = 200+7+170=377 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.05% from 377); Green value is 7 (3.12% from 255 or 1.86% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 200 - color contains mainly: red. Hex color #C807AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C807AA is #37F855. Grayscale: #525252. Windows color (decimal): -3668054 or 11143112. OLE color: 11143112.
HSL color Cylindrical-coordinate representation of color #C807AA: hue angle of 309.33º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C807AA is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 7 | 170 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.22 |
| HSL | 309.33º | 0.93% | 0.41% | - |
| HSV(B) | 309.33º | 0.97% | 0.78% | - |
| XYZ | 31.15 | 15.33 | 39.35 | - |
| YUV | 83.29 | 176.94 | 211.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 7 | 170 | 0 | 0.96 | 0.15 | 0.22 | 309.33 | 0.93 | 0.41 |
| Hex | C8 | 7 | AA | 0 | 60 | F | 16 | 135 | 5D | 29 |
| Octal | 310 | 7 | 252 | 0 | 140 | 17 | 26 | 465 | 135 | 51 |
| Binary | 11001000 | 111 | 10101010 | 0 | 1100000 | 1111 | 10110 | 100110101 | 1011101 | 101001 |
Color Harmonies of #C807AA
Complementary color
Monochromatic Colors of #C807AA
Black with #C807AA
Text Example
Text Example
White with #C807AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C807AA; }
p { color: rgb(200,7,170); }
H1.HeaderClassName
{
color: #C807AA;
}
.AnyTagClassName
{
color: #C807AA;
}
</style>
background-color css
<style>
a { background-color: #C807AA; }
a { background-color: rgb(200,7,170); }
div.DivClassName
{
background-color: #C807AA;
}
.BgClassName
{
background-color: #C807AA;
}
</style>
border-color css
<style>
span { border-color: #C807AA; }
span { border-color: rgb(200,7,170); }
td.TdClassName
{
border-color: #C807AA;
}
.TagClassName
{
border-color: #C807AA;
}
</style>