Shades of Deep Magenta #C821B0
Tints of Deep Magenta #C821B0
RGB
CMYK
RGB Variations
Color information
#C821B0 (or 0xC821B0) is known color: Deep Magenta. HEX triplet: C8, 21 and B0. RGB value is (200,33,176). Sum of RGB (Red+Green+Blue) = 200+33+176=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 33 (13.28% from 255 or 8.07% from 409); Blue value is 176 (69.14% from 255 or 43.03% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C821B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C821B0 is #37DE4F. Grayscale: #626262. Windows color (decimal): -3661392 or 11542984. OLE color: 11542984.
HSL color Cylindrical-coordinate representation of color #C821B0: hue angle of 308.62º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C821B0 is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 33 | 176 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.22 |
| HSL | 308.62º | 0.72% | 0.46% | - |
| HSV(B) | 308.62º | 0.84% | 0.78% | - |
| XYZ | 32.2 | 16.5 | 42.56 | - |
| YUV | 99.24 | 171.33 | 199.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 33 | 176 | 0 | 0.84 | 0.12 | 0.22 | 308.62 | 0.72 | 0.46 |
| Hex | C8 | 21 | B0 | 0 | 54 | C | 16 | 135 | 48 | 2E |
| Octal | 310 | 41 | 260 | 0 | 124 | 14 | 26 | 465 | 110 | 56 |
| Binary | 11001000 | 100001 | 10110000 | 0 | 1010100 | 1100 | 10110 | 100110101 | 1001000 | 101110 |
Color Harmonies of #C821B0
Complementary color
Monochromatic Colors of #C821B0
Black with #C821B0
Text Example
Text Example
White with #C821B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C821B0; }
p { color: rgb(200,33,176); }
H1.HeaderClassName
{
color: #C821B0;
}
.AnyTagClassName
{
color: #C821B0;
}
</style>
background-color css
<style>
a { background-color: #C821B0; }
a { background-color: rgb(200,33,176); }
div.DivClassName
{
background-color: #C821B0;
}
.BgClassName
{
background-color: #C821B0;
}
</style>
border-color css
<style>
span { border-color: #C821B0; }
span { border-color: rgb(200,33,176); }
td.TdClassName
{
border-color: #C821B0;
}
.TagClassName
{
border-color: #C821B0;
}
</style>