Shades of Deep Magenta #C821E5
Tints of Deep Magenta #C821E5
RGB
CMYK
RGB Variations
Color information
#C821E5 (or 0xC821E5) is known color: Deep Magenta. HEX triplet: C8, 21 and E5. RGB value is (200,33,229). Sum of RGB (Red+Green+Blue) = 200+33+229=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 33 (13.28% from 255 or 7.14% from 462); Blue value is 229 (89.84% from 255 or 49.57% from 462); Max value from RGB is 229 - color contains mainly: blue. Hex color #C821E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C821E5 is #37DE1A. Grayscale: #686868. Windows color (decimal): -3661339 or 15016392. OLE color: 15016392.
HSL color Cylindrical-coordinate representation of color #C821E5: hue angle of 291.12º 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 #C821E5 is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 200 | 33 | 229 | - |
| CMYK | 0.13 | 0.86 | 0 | 0.10 |
| HSL | 291.12º | 0.79% | 0.51% | - |
| HSV(B) | 291.12º | 0.86% | 0.9% | - |
| XYZ | 38.51 | 19.02 | 75.77 | - |
| YUV | 105.28 | 197.83 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 33 | 229 | 0.13 | 0.86 | 0 | 0.10 | 291.12 | 0.79 | 0.51 |
| Hex | C8 | 21 | E5 | D | 56 | 0 | A | 123 | 4F | 33 |
| Octal | 310 | 41 | 345 | 15 | 126 | 0 | 12 | 443 | 117 | 63 |
| Binary | 11001000 | 100001 | 11100101 | 1101 | 1010110 | 0 | 1010 | 100100011 | 1001111 | 110011 |
Color Harmonies of #C821E5
Complementary color
Monochromatic Colors of #C821E5
Black with #C821E5
Text Example
Text Example
White with #C821E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C821E5; }
p { color: rgb(200,33,229); }
H1.HeaderClassName
{
color: #C821E5;
}
.AnyTagClassName
{
color: #C821E5;
}
</style>
background-color css
<style>
a { background-color: #C821E5; }
a { background-color: rgb(200,33,229); }
div.DivClassName
{
background-color: #C821E5;
}
.BgClassName
{
background-color: #C821E5;
}
</style>
border-color css
<style>
span { border-color: #C821E5; }
span { border-color: rgb(200,33,229); }
td.TdClassName
{
border-color: #C821E5;
}
.TagClassName
{
border-color: #C821E5;
}
</style>