Shades of Deep Magenta #C821BD
Tints of Deep Magenta #C821BD
RGB
CMYK
RGB Variations
Color information
#C821BD (or 0xC821BD) is known color: Deep Magenta. HEX triplet: C8, 21 and BD. RGB value is (200,33,189). Sum of RGB (Red+Green+Blue) = 200+33+189=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 33 (13.28% from 255 or 7.82% from 422); Blue value is 189 (74.22% from 255 or 44.79% from 422); Max value from RGB is 200 - color contains mainly: red. Hex color #C821BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C821BD is #37DE42. Grayscale: #646464. Windows color (decimal): -3661379 or 12394952. OLE color: 12394952.
HSL color Cylindrical-coordinate representation of color #C821BD: hue angle of 303.95º 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 #C821BD is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 33 | 189 | - |
| CMYK | 0 | 0.84 | 0.06 | 0.22 |
| HSL | 303.95º | 0.72% | 0.46% | - |
| HSV(B) | 303.95º | 0.84% | 0.78% | - |
| XYZ | 33.55 | 17.04 | 49.67 | - |
| YUV | 100.72 | 177.83 | 198.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 33 | 189 | 0 | 0.84 | 0.06 | 0.22 | 303.95 | 0.72 | 0.46 |
| Hex | C8 | 21 | BD | 0 | 54 | 6 | 16 | 130 | 48 | 2E |
| Octal | 310 | 41 | 275 | 0 | 124 | 6 | 26 | 460 | 110 | 56 |
| Binary | 11001000 | 100001 | 10111101 | 0 | 1010100 | 110 | 10110 | 100110000 | 1001000 | 101110 |
Color Harmonies of #C821BD
Complementary color
Monochromatic Colors of #C821BD
Black with #C821BD
Text Example
Text Example
White with #C821BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C821BD; }
p { color: rgb(200,33,189); }
H1.HeaderClassName
{
color: #C821BD;
}
.AnyTagClassName
{
color: #C821BD;
}
</style>
background-color css
<style>
a { background-color: #C821BD; }
a { background-color: rgb(200,33,189); }
div.DivClassName
{
background-color: #C821BD;
}
.BgClassName
{
background-color: #C821BD;
}
</style>
border-color css
<style>
span { border-color: #C821BD; }
span { border-color: rgb(200,33,189); }
td.TdClassName
{
border-color: #C821BD;
}
.TagClassName
{
border-color: #C821BD;
}
</style>