Shades of Deep Magenta #C921B5
Tints of Deep Magenta #C921B5
RGB
CMYK
RGB Variations
Color information
#C921B5 (or 0xC921B5) is known color: Deep Magenta. HEX triplet: C9, 21 and B5. RGB value is (201,33,181). Sum of RGB (Red+Green+Blue) = 201+33+181=415 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.43% from 415); Green value is 33 (13.28% from 255 or 7.95% from 415); Blue value is 181 (71.09% from 255 or 43.61% from 415); Max value from RGB is 201 - color contains mainly: red. Hex color #C921B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C921B5 is #36DE4A. Grayscale: #636363. Windows color (decimal): -3595851 or 11870665. OLE color: 11870665.
HSL color Cylindrical-coordinate representation of color #C921B5: hue angle of 307.14º 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 #C921B5 is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
RGB | 201 | 33 | 181 | - |
CMYK | 0 | 0.84 | 0.10 | 0.21 |
HSL | 307.14º | 0.72% | 0.46% | - |
HSV(B) | 307.14º | 0.84% | 0.79% | - |
XYZ | 32.97 | 16.84 | 45.23 | - |
YUV | 100.1 | 173.66 | 199.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 33 | 181 | 0 | 0.84 | 0.10 | 0.21 | 307.14 | 0.72 | 0.46 |
Hex | C9 | 21 | B5 | 0 | 54 | A | 15 | 133 | 48 | 2E |
Octal | 311 | 41 | 265 | 0 | 124 | 12 | 25 | 463 | 110 | 56 |
Binary | 11001001 | 100001 | 10110101 | 0 | 1010100 | 1010 | 10101 | 100110011 | 1001000 | 101110 |
Color Harmonies of #C921B5
Complementary color
Monochromatic Colors of #C921B5
Black with #C921B5
Text Example
Text Example
White with #C921B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C921B5; }
p { color: rgb(201,33,181); }
H1.HeaderClassName
{
color: #C921B5;
}
.AnyTagClassName
{
color: #C921B5;
}
</style>
background-color css
<style>
a { background-color: #C921B5; }
a { background-color: rgb(201,33,181); }
div.DivClassName
{
background-color: #C921B5;
}
.BgClassName
{
background-color: #C921B5;
}
</style>
border-color css
<style>
span { border-color: #C921B5; }
span { border-color: rgb(201,33,181); }
td.TdClassName
{
border-color: #C921B5;
}
.TagClassName
{
border-color: #C921B5;
}
</style>