Shades of Deep Magenta #C805AC
Tints of Deep Magenta #C805AC
RGB
CMYK
RGB Variations
Color information
#C805AC (or 0xC805AC) is known color: Deep Magenta. HEX triplet: C8, 05 and AC. RGB value is (200,5,172). Sum of RGB (Red+Green+Blue) = 200+5+172=377 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.05% from 377); Green value is 5 (2.34% from 255 or 1.33% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 200 - color contains mainly: red. Hex color #C805AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C805AC is #37FA53. Grayscale: #515151. Windows color (decimal): -3668564 or 11273672. OLE color: 11273672.
HSL color Cylindrical-coordinate representation of color #C805AC: hue angle of 308.62º 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 #C805AC is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 5 | 172 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.22 |
| HSL | 308.62º | 0.95% | 0.4% | - |
| HSV(B) | 308.62º | 0.98% | 0.78% | - |
| XYZ | 31.32 | 15.37 | 40.35 | - |
| YUV | 82.34 | 178.6 | 211.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 5 | 172 | 0 | 0.98 | 0.14 | 0.22 | 308.62 | 0.95 | 0.4 |
| Hex | C8 | 5 | AC | 0 | 62 | E | 16 | 135 | 5F | 28 |
| Octal | 310 | 5 | 254 | 0 | 142 | 16 | 26 | 465 | 137 | 50 |
| Binary | 11001000 | 101 | 10101100 | 0 | 1100010 | 1110 | 10110 | 100110101 | 1011111 | 101000 |
Color Harmonies of #C805AC
Complementary color
Monochromatic Colors of #C805AC
Black with #C805AC
Text Example
Text Example
White with #C805AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C805AC; }
p { color: rgb(200,5,172); }
H1.HeaderClassName
{
color: #C805AC;
}
.AnyTagClassName
{
color: #C805AC;
}
</style>
background-color css
<style>
a { background-color: #C805AC; }
a { background-color: rgb(200,5,172); }
div.DivClassName
{
background-color: #C805AC;
}
.BgClassName
{
background-color: #C805AC;
}
</style>
border-color css
<style>
span { border-color: #C805AC; }
span { border-color: rgb(200,5,172); }
td.TdClassName
{
border-color: #C805AC;
}
.TagClassName
{
border-color: #C805AC;
}
</style>