Shades of Deep Magenta #C807AF
Tints of Deep Magenta #C807AF
RGB
CMYK
RGB Variations
Color information
#C807AF (or 0xC807AF) is known color: Deep Magenta. HEX triplet: C8, 07 and AF. RGB value is (200,7,175). Sum of RGB (Red+Green+Blue) = 200+7+175=382 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.36% from 382); Green value is 7 (3.12% from 255 or 1.83% from 382); Blue value is 175 (68.75% from 255 or 45.81% from 382); Max value from RGB is 200 - color contains mainly: red. Hex color #C807AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C807AF is #37F850. Grayscale: #535353. Windows color (decimal): -3668049 or 11470792. OLE color: 11470792.
HSL color Cylindrical-coordinate representation of color #C807AF: hue angle of 307.77º 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 #C807AF is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 7 | 175 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.22 |
| HSL | 307.77º | 0.93% | 0.41% | - |
| HSV(B) | 307.77º | 0.97% | 0.78% | - |
| XYZ | 31.63 | 15.53 | 41.89 | - |
| YUV | 83.86 | 179.44 | 210.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 7 | 175 | 0 | 0.96 | 0.12 | 0.22 | 307.77 | 0.93 | 0.41 |
| Hex | C8 | 7 | AF | 0 | 60 | C | 16 | 134 | 5D | 29 |
| Octal | 310 | 7 | 257 | 0 | 140 | 14 | 26 | 464 | 135 | 51 |
| Binary | 11001000 | 111 | 10101111 | 0 | 1100000 | 1100 | 10110 | 100110100 | 1011101 | 101001 |
Color Harmonies of #C807AF
Complementary color
Monochromatic Colors of #C807AF
Black with #C807AF
Text Example
Text Example
White with #C807AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C807AF; }
p { color: rgb(200,7,175); }
H1.HeaderClassName
{
color: #C807AF;
}
.AnyTagClassName
{
color: #C807AF;
}
</style>
background-color css
<style>
a { background-color: #C807AF; }
a { background-color: rgb(200,7,175); }
div.DivClassName
{
background-color: #C807AF;
}
.BgClassName
{
background-color: #C807AF;
}
</style>
border-color css
<style>
span { border-color: #C807AF; }
span { border-color: rgb(200,7,175); }
td.TdClassName
{
border-color: #C807AF;
}
.TagClassName
{
border-color: #C807AF;
}
</style>