Shades of Deep Magenta #C805AA
Tints of Deep Magenta #C805AA
RGB
CMYK
RGB Variations
Color information
#C805AA (or 0xC805AA) is known color: Deep Magenta. HEX triplet: C8, 05 and AA. RGB value is (200,5,170). Sum of RGB (Red+Green+Blue) = 200+5+170=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 5 (2.34% from 255 or 1.33% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C805AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C805AA is #37FA55. Grayscale: #515151. Windows color (decimal): -3668566 or 11142600. OLE color: 11142600.
HSL color Cylindrical-coordinate representation of color #C805AA: hue angle of 309.23º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C805AA is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 5 | 170 | - |
| CMYK | 0 | 0.98 | 0.15 | 0.22 |
| HSL | 309.23º | 0.95% | 0.4% | - |
| HSV(B) | 309.23º | 0.98% | 0.78% | - |
| XYZ | 31.13 | 15.29 | 39.34 | - |
| YUV | 82.12 | 177.6 | 212.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 5 | 170 | 0 | 0.98 | 0.15 | 0.22 | 309.23 | 0.95 | 0.4 |
| Hex | C8 | 5 | AA | 0 | 62 | F | 16 | 135 | 5F | 28 |
| Octal | 310 | 5 | 252 | 0 | 142 | 17 | 26 | 465 | 137 | 50 |
| Binary | 11001000 | 101 | 10101010 | 0 | 1100010 | 1111 | 10110 | 100110101 | 1011111 | 101000 |
Color Harmonies of #C805AA
Complementary color
Monochromatic Colors of #C805AA
Black with #C805AA
Text Example
Text Example
White with #C805AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C805AA; }
p { color: rgb(200,5,170); }
H1.HeaderClassName
{
color: #C805AA;
}
.AnyTagClassName
{
color: #C805AA;
}
</style>
background-color css
<style>
a { background-color: #C805AA; }
a { background-color: rgb(200,5,170); }
div.DivClassName
{
background-color: #C805AA;
}
.BgClassName
{
background-color: #C805AA;
}
</style>
border-color css
<style>
span { border-color: #C805AA; }
span { border-color: rgb(200,5,170); }
td.TdClassName
{
border-color: #C805AA;
}
.TagClassName
{
border-color: #C805AA;
}
</style>