Shades of Deep Magenta #C921B1
Tints of Deep Magenta #C921B1
RGB
CMYK
RGB Variations
Color information
#C921B1 (or 0xC921B1) is known color: Deep Magenta. HEX triplet: C9, 21 and B1. RGB value is (201,33,177). Sum of RGB (Red+Green+Blue) = 201+33+177=411 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.91% from 411); Green value is 33 (13.28% from 255 or 8.03% from 411); Blue value is 177 (69.53% from 255 or 43.07% from 411); Max value from RGB is 201 - color contains mainly: red. Hex color #C921B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C921B1 is #36DE4E. Grayscale: #636363. Windows color (decimal): -3595855 or 11608521. OLE color: 11608521.
HSL color Cylindrical-coordinate representation of color #C921B1: hue angle of 308.57º 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 #C921B1 is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 33 | 177 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.21 |
| HSL | 308.57º | 0.72% | 0.46% | - |
| HSV(B) | 308.57º | 0.84% | 0.79% | - |
| XYZ | 32.57 | 16.68 | 43.1 | - |
| YUV | 99.65 | 171.66 | 200.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 33 | 177 | 0 | 0.84 | 0.12 | 0.21 | 308.57 | 0.72 | 0.46 |
| Hex | C9 | 21 | B1 | 0 | 54 | C | 15 | 135 | 48 | 2E |
| Octal | 311 | 41 | 261 | 0 | 124 | 14 | 25 | 465 | 110 | 56 |
| Binary | 11001001 | 100001 | 10110001 | 0 | 1010100 | 1100 | 10101 | 100110101 | 1001000 | 101110 |
Color Harmonies of #C921B1
Complementary color
Monochromatic Colors of #C921B1
Black with #C921B1
Text Example
Text Example
White with #C921B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C921B1; }
p { color: rgb(201,33,177); }
H1.HeaderClassName
{
color: #C921B1;
}
.AnyTagClassName
{
color: #C921B1;
}
</style>
background-color css
<style>
a { background-color: #C921B1; }
a { background-color: rgb(201,33,177); }
div.DivClassName
{
background-color: #C921B1;
}
.BgClassName
{
background-color: #C921B1;
}
</style>
border-color css
<style>
span { border-color: #C921B1; }
span { border-color: rgb(201,33,177); }
td.TdClassName
{
border-color: #C921B1;
}
.TagClassName
{
border-color: #C921B1;
}
</style>