Shades of Deep Magenta #C921AF
Tints of Deep Magenta #C921AF
RGB
CMYK
RGB Variations
Color information
#C921AF (or 0xC921AF) is known color: Deep Magenta. HEX triplet: C9, 21 and AF. RGB value is (201,33,175). Sum of RGB (Red+Green+Blue) = 201+33+175=409 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.14% from 409); Green value is 33 (13.28% from 255 or 8.07% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 201 - color contains mainly: red. Hex color #C921AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C921AF is #36DE50. Grayscale: #636363. Windows color (decimal): -3595857 or 11477449. OLE color: 11477449.
HSL color Cylindrical-coordinate representation of color #C921AF: hue angle of 309.29º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C921AF is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 33 | 175 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.21 |
| HSL | 309.29º | 0.72% | 0.46% | - |
| HSV(B) | 309.29º | 0.84% | 0.79% | - |
| XYZ | 32.37 | 16.6 | 42.06 | - |
| YUV | 99.42 | 170.66 | 200.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 33 | 175 | 0 | 0.84 | 0.13 | 0.21 | 309.29 | 0.72 | 0.46 |
| Hex | C9 | 21 | AF | 0 | 54 | D | 15 | 135 | 48 | 2E |
| Octal | 311 | 41 | 257 | 0 | 124 | 15 | 25 | 465 | 110 | 56 |
| Binary | 11001001 | 100001 | 10101111 | 0 | 1010100 | 1101 | 10101 | 100110101 | 1001000 | 101110 |
Color Harmonies of #C921AF
Complementary color
Monochromatic Colors of #C921AF
Black with #C921AF
Text Example
Text Example
White with #C921AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C921AF; }
p { color: rgb(201,33,175); }
H1.HeaderClassName
{
color: #C921AF;
}
.AnyTagClassName
{
color: #C921AF;
}
</style>
background-color css
<style>
a { background-color: #C921AF; }
a { background-color: rgb(201,33,175); }
div.DivClassName
{
background-color: #C921AF;
}
.BgClassName
{
background-color: #C921AF;
}
</style>
border-color css
<style>
span { border-color: #C921AF; }
span { border-color: rgb(201,33,175); }
td.TdClassName
{
border-color: #C921AF;
}
.TagClassName
{
border-color: #C921AF;
}
</style>