Shades of Deep Magenta #C921BE
Tints of Deep Magenta #C921BE
RGB
CMYK
RGB Variations
Color information
#C921BE (or 0xC921BE) is known color: Deep Magenta. HEX triplet: C9, 21 and BE. RGB value is (201,33,190). Sum of RGB (Red+Green+Blue) = 201+33+190=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 33 (13.28% from 255 or 7.78% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 201 - color contains mainly: red. Hex color #C921BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C921BE is #36DE41. Grayscale: #646464. Windows color (decimal): -3595842 or 12460489. OLE color: 12460489.
HSL color Cylindrical-coordinate representation of color #C921BE: hue angle of 303.93º 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 #C921BE is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 33 | 190 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.21 |
| HSL | 303.93º | 0.72% | 0.46% | - |
| HSV(B) | 303.93º | 0.84% | 0.79% | - |
| XYZ | 33.93 | 17.22 | 50.25 | - |
| YUV | 101.13 | 178.16 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 33 | 190 | 0 | 0.84 | 0.05 | 0.21 | 303.93 | 0.72 | 0.46 |
| Hex | C9 | 21 | BE | 0 | 54 | 5 | 15 | 130 | 48 | 2E |
| Octal | 311 | 41 | 276 | 0 | 124 | 5 | 25 | 460 | 110 | 56 |
| Binary | 11001001 | 100001 | 10111110 | 0 | 1010100 | 101 | 10101 | 100110000 | 1001000 | 101110 |
Color Harmonies of #C921BE
Complementary color
Monochromatic Colors of #C921BE
Black with #C921BE
Text Example
Text Example
White with #C921BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C921BE; }
p { color: rgb(201,33,190); }
H1.HeaderClassName
{
color: #C921BE;
}
.AnyTagClassName
{
color: #C921BE;
}
</style>
background-color css
<style>
a { background-color: #C921BE; }
a { background-color: rgb(201,33,190); }
div.DivClassName
{
background-color: #C921BE;
}
.BgClassName
{
background-color: #C921BE;
}
</style>
border-color css
<style>
span { border-color: #C921BE; }
span { border-color: rgb(201,33,190); }
td.TdClassName
{
border-color: #C921BE;
}
.TagClassName
{
border-color: #C921BE;
}
</style>