Shades of Deep Magenta #C921B7
Tints of Deep Magenta #C921B7
RGB
CMYK
RGB Variations
Color information
#C921B7 (or 0xC921B7) is known color: Deep Magenta. HEX triplet: C9, 21 and B7. RGB value is (201,33,183). Sum of RGB (Red+Green+Blue) = 201+33+183=417 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.20% from 417); Green value is 33 (13.28% from 255 or 7.91% from 417); Blue value is 183 (71.88% from 255 or 43.88% from 417); Max value from RGB is 201 - color contains mainly: red. Hex color #C921B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C921B7 is #36DE48. Grayscale: #636363. Windows color (decimal): -3595849 or 12001737. OLE color: 12001737.
HSL color Cylindrical-coordinate representation of color #C921B7: hue angle of 306.43º 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 #C921B7 is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 33 | 183 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.21 |
| HSL | 306.43º | 0.72% | 0.46% | - |
| HSV(B) | 306.43º | 0.84% | 0.79% | - |
| XYZ | 33.18 | 16.92 | 46.32 | - |
| YUV | 100.33 | 174.66 | 199.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 33 | 183 | 0 | 0.84 | 0.09 | 0.21 | 306.43 | 0.72 | 0.46 |
| Hex | C9 | 21 | B7 | 0 | 54 | 9 | 15 | 132 | 48 | 2E |
| Octal | 311 | 41 | 267 | 0 | 124 | 11 | 25 | 462 | 110 | 56 |
| Binary | 11001001 | 100001 | 10110111 | 0 | 1010100 | 1001 | 10101 | 100110010 | 1001000 | 101110 |
Color Harmonies of #C921B7
Complementary color
Monochromatic Colors of #C921B7
Black with #C921B7
Text Example
Text Example
White with #C921B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C921B7; }
p { color: rgb(201,33,183); }
H1.HeaderClassName
{
color: #C921B7;
}
.AnyTagClassName
{
color: #C921B7;
}
</style>
background-color css
<style>
a { background-color: #C921B7; }
a { background-color: rgb(201,33,183); }
div.DivClassName
{
background-color: #C921B7;
}
.BgClassName
{
background-color: #C921B7;
}
</style>
border-color css
<style>
span { border-color: #C921B7; }
span { border-color: rgb(201,33,183); }
td.TdClassName
{
border-color: #C921B7;
}
.TagClassName
{
border-color: #C921B7;
}
</style>