Shades of Deep Magenta #C921E5
Tints of Deep Magenta #C921E5
RGB
CMYK
RGB Variations
Color information
#C921E5 (or 0xC921E5) is known color: Deep Magenta. HEX triplet: C9, 21 and E5. RGB value is (201,33,229). Sum of RGB (Red+Green+Blue) = 201+33+229=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 33 (13.28% from 255 or 7.13% from 463); Blue value is 229 (89.84% from 255 or 49.46% from 463); Max value from RGB is 229 - color contains mainly: blue. Hex color #C921E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C921E5 is #36DE1A. Grayscale: #686868. Windows color (decimal): -3595803 or 15016393. OLE color: 15016393.
HSL color Cylindrical-coordinate representation of color #C921E5: hue angle of 291.43º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C921E5 is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 33 | 229 | - |
| CMYK | 0.12 | 0.86 | 0 | 0.10 |
| HSL | 291.43º | 0.79% | 0.51% | - |
| HSV(B) | 291.43º | 0.86% | 0.9% | - |
| XYZ | 38.77 | 19.16 | 75.78 | - |
| YUV | 105.58 | 197.66 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 33 | 229 | 0.12 | 0.86 | 0 | 0.10 | 291.43 | 0.79 | 0.51 |
| Hex | C9 | 21 | E5 | C | 56 | 0 | A | 123 | 4F | 33 |
| Octal | 311 | 41 | 345 | 14 | 126 | 0 | 12 | 443 | 117 | 63 |
| Binary | 11001001 | 100001 | 11100101 | 1100 | 1010110 | 0 | 1010 | 100100011 | 1001111 | 110011 |
Color Harmonies of #C921E5
Complementary color
Monochromatic Colors of #C921E5
Black with #C921E5
Text Example
Text Example
White with #C921E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C921E5; }
p { color: rgb(201,33,229); }
H1.HeaderClassName
{
color: #C921E5;
}
.AnyTagClassName
{
color: #C921E5;
}
</style>
background-color css
<style>
a { background-color: #C921E5; }
a { background-color: rgb(201,33,229); }
div.DivClassName
{
background-color: #C921E5;
}
.BgClassName
{
background-color: #C921E5;
}
</style>
border-color css
<style>
span { border-color: #C921E5; }
span { border-color: rgb(201,33,229); }
td.TdClassName
{
border-color: #C921E5;
}
.TagClassName
{
border-color: #C921E5;
}
</style>