Shades of Deep Magenta #C921D0
Tints of Deep Magenta #C921D0
RGB
CMYK
RGB Variations
Color information
#C921D0 (or 0xC921D0) is known color: Deep Magenta. HEX triplet: C9, 21 and D0. RGB value is (201,33,208). Sum of RGB (Red+Green+Blue) = 201+33+208=442 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.48% from 442); Green value is 33 (13.28% from 255 or 7.47% from 442); Blue value is 208 (81.64% from 255 or 47.06% from 442); Max value from RGB is 208 - color contains mainly: blue. Hex color #C921D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C921D0 is #36DE2F. Grayscale: #666666. Windows color (decimal): -3595824 or 13640137. OLE color: 13640137.
HSL color Cylindrical-coordinate representation of color #C921D0: hue angle of 297.6º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C921D0 is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 33 | 208 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.18 |
| HSL | 297.6º | 0.73% | 0.47% | - |
| HSV(B) | 297.6º | 0.84% | 0.82% | - |
| XYZ | 36.02 | 18.06 | 61.26 | - |
| YUV | 103.18 | 187.16 | 197.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 33 | 208 | 0.03 | 0.84 | 0 | 0.18 | 297.6 | 0.73 | 0.47 |
| Hex | C9 | 21 | D0 | 3 | 54 | 0 | 12 | 12A | 49 | 2F |
| Octal | 311 | 41 | 320 | 3 | 124 | 0 | 22 | 452 | 111 | 57 |
| Binary | 11001001 | 100001 | 11010000 | 11 | 1010100 | 0 | 10010 | 100101010 | 1001001 | 101111 |
Color Harmonies of #C921D0
Complementary color
Monochromatic Colors of #C921D0
Black with #C921D0
Text Example
Text Example
White with #C921D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C921D0; }
p { color: rgb(201,33,208); }
H1.HeaderClassName
{
color: #C921D0;
}
.AnyTagClassName
{
color: #C921D0;
}
</style>
background-color css
<style>
a { background-color: #C921D0; }
a { background-color: rgb(201,33,208); }
div.DivClassName
{
background-color: #C921D0;
}
.BgClassName
{
background-color: #C921D0;
}
</style>
border-color css
<style>
span { border-color: #C921D0; }
span { border-color: rgb(201,33,208); }
td.TdClassName
{
border-color: #C921D0;
}
.TagClassName
{
border-color: #C921D0;
}
</style>