Shades of Deep Magenta #C901AF
Tints of Deep Magenta #C901AF
RGB
CMYK
RGB Variations
Color information
#C901AF (or 0xC901AF) is known color: Deep Magenta. HEX triplet: C9, 01 and AF. RGB value is (201,1,175). Sum of RGB (Red+Green+Blue) = 201+1+175=377 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.32% from 377); Green value is 1 (0.78% from 255 or 0.27% from 377); Blue value is 175 (68.75% from 255 or 46.42% from 377); Max value from RGB is 201 - color contains mainly: red. Hex color #C901AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C901AF is #36FE50. Grayscale: #505050. Windows color (decimal): -3604049 or 11469257. OLE color: 11469257.
HSL color Cylindrical-coordinate representation of color #C901AF: hue angle of 307.8º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C901AF is Cyan = 0, Magento = 1.00, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 1 | 175 | - |
| CMYK | 0 | 1.00 | 0.13 | 0.21 |
| HSL | 307.8º | 0.99% | 0.4% | - |
| HSV(B) | 307.8º | 1% | 0.79% | - |
| XYZ | 31.84 | 15.53 | 41.88 | - |
| YUV | 80.64 | 181.26 | 213.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 1 | 175 | 0 | 1.00 | 0.13 | 0.21 | 307.8 | 0.99 | 0.4 |
| Hex | C9 | 1 | AF | 0 | 64 | D | 15 | 134 | 63 | 28 |
| Octal | 311 | 1 | 257 | 0 | 144 | 15 | 25 | 464 | 143 | 50 |
| Binary | 11001001 | 1 | 10101111 | 0 | 1100100 | 1101 | 10101 | 100110100 | 1100011 | 101000 |
Color Harmonies of #C901AF
Complementary color
Monochromatic Colors of #C901AF
Black with #C901AF
Text Example
Text Example
White with #C901AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C901AF; }
p { color: rgb(201,1,175); }
H1.HeaderClassName
{
color: #C901AF;
}
.AnyTagClassName
{
color: #C901AF;
}
</style>
background-color css
<style>
a { background-color: #C901AF; }
a { background-color: rgb(201,1,175); }
div.DivClassName
{
background-color: #C901AF;
}
.BgClassName
{
background-color: #C901AF;
}
</style>
border-color css
<style>
span { border-color: #C901AF; }
span { border-color: rgb(201,1,175); }
td.TdClassName
{
border-color: #C901AF;
}
.TagClassName
{
border-color: #C901AF;
}
</style>