Shades of Deep Magenta #C807AD
Tints of Deep Magenta #C807AD
RGB
CMYK
RGB Variations
Color information
#C807AD (or 0xC807AD) is known color: Deep Magenta. HEX triplet: C8, 07 and AD. RGB value is (200,7,173). Sum of RGB (Red+Green+Blue) = 200+7+173=380 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.63% from 380); Green value is 7 (3.12% from 255 or 1.84% from 380); Blue value is 173 (67.97% from 255 or 45.53% from 380); Max value from RGB is 200 - color contains mainly: red. Hex color #C807AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C807AD is #37F852. Grayscale: #535353. Windows color (decimal): -3668051 or 11339720. OLE color: 11339720.
HSL color Cylindrical-coordinate representation of color #C807AD: hue angle of 308.39º 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 #C807AD is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 7 | 173 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.22 |
| HSL | 308.39º | 0.93% | 0.41% | - |
| HSV(B) | 308.39º | 0.97% | 0.78% | - |
| XYZ | 31.44 | 15.45 | 40.86 | - |
| YUV | 83.63 | 178.44 | 211 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 7 | 173 | 0 | 0.96 | 0.14 | 0.22 | 308.39 | 0.93 | 0.41 |
| Hex | C8 | 7 | AD | 0 | 60 | E | 16 | 134 | 5D | 29 |
| Octal | 310 | 7 | 255 | 0 | 140 | 16 | 26 | 464 | 135 | 51 |
| Binary | 11001000 | 111 | 10101101 | 0 | 1100000 | 1110 | 10110 | 100110100 | 1011101 | 101001 |
Color Harmonies of #C807AD
Complementary color
Monochromatic Colors of #C807AD
Black with #C807AD
Text Example
Text Example
White with #C807AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C807AD; }
p { color: rgb(200,7,173); }
H1.HeaderClassName
{
color: #C807AD;
}
.AnyTagClassName
{
color: #C807AD;
}
</style>
background-color css
<style>
a { background-color: #C807AD; }
a { background-color: rgb(200,7,173); }
div.DivClassName
{
background-color: #C807AD;
}
.BgClassName
{
background-color: #C807AD;
}
</style>
border-color css
<style>
span { border-color: #C807AD; }
span { border-color: rgb(200,7,173); }
td.TdClassName
{
border-color: #C807AD;
}
.TagClassName
{
border-color: #C807AD;
}
</style>