Shades of Deep Magenta #C921CD
Tints of Deep Magenta #C921CD
RGB
CMYK
RGB Variations
Color information
#C921CD (or 0xC921CD) is known color: Deep Magenta. HEX triplet: C9, 21 and CD. RGB value is (201,33,205). Sum of RGB (Red+Green+Blue) = 201+33+205=439 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.79% from 439); Green value is 33 (13.28% from 255 or 7.52% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 205 - color contains mainly: blue. Hex color #C921CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C921CD is #36DE32. Grayscale: #666666. Windows color (decimal): -3595827 or 13443529. OLE color: 13443529.
HSL color Cylindrical-coordinate representation of color #C921CD: hue angle of 298.6º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C921CD is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 33 | 205 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.20 |
| HSL | 298.6º | 0.72% | 0.47% | - |
| HSV(B) | 298.6º | 0.84% | 0.8% | - |
| XYZ | 35.65 | 17.91 | 59.34 | - |
| YUV | 102.84 | 185.66 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 33 | 205 | 0.02 | 0.84 | 0 | 0.20 | 298.6 | 0.72 | 0.47 |
| Hex | C9 | 21 | CD | 2 | 54 | 0 | 14 | 12B | 48 | 2F |
| Octal | 311 | 41 | 315 | 2 | 124 | 0 | 24 | 453 | 110 | 57 |
| Binary | 11001001 | 100001 | 11001101 | 10 | 1010100 | 0 | 10100 | 100101011 | 1001000 | 101111 |
Color Harmonies of #C921CD
Complementary color
Monochromatic Colors of #C921CD
Black with #C921CD
Text Example
Text Example
White with #C921CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C921CD; }
p { color: rgb(201,33,205); }
H1.HeaderClassName
{
color: #C921CD;
}
.AnyTagClassName
{
color: #C921CD;
}
</style>
background-color css
<style>
a { background-color: #C921CD; }
a { background-color: rgb(201,33,205); }
div.DivClassName
{
background-color: #C921CD;
}
.BgClassName
{
background-color: #C921CD;
}
</style>
border-color css
<style>
span { border-color: #C921CD; }
span { border-color: rgb(201,33,205); }
td.TdClassName
{
border-color: #C921CD;
}
.TagClassName
{
border-color: #C921CD;
}
</style>