Shades of Deep Magenta #C821B6
Tints of Deep Magenta #C821B6
RGB
CMYK
RGB Variations
Color information
#C821B6 (or 0xC821B6) is known color: Deep Magenta. HEX triplet: C8, 21 and B6. RGB value is (200,33,182). Sum of RGB (Red+Green+Blue) = 200+33+182=415 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.19% from 415); Green value is 33 (13.28% from 255 or 7.95% from 415); Blue value is 182 (71.48% from 255 or 43.86% from 415); Max value from RGB is 200 - color contains mainly: red. Hex color #C821B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C821B6 is #37DE49. Grayscale: #636363. Windows color (decimal): -3661386 or 11936200. OLE color: 11936200.
HSL color Cylindrical-coordinate representation of color #C821B6: hue angle of 306.47º 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 #C821B6 is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 33 | 182 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.22 |
| HSL | 306.47º | 0.72% | 0.46% | - |
| HSV(B) | 306.47º | 0.84% | 0.78% | - |
| XYZ | 32.81 | 16.74 | 45.76 | - |
| YUV | 99.92 | 174.33 | 199.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 33 | 182 | 0 | 0.84 | 0.09 | 0.22 | 306.47 | 0.72 | 0.46 |
| Hex | C8 | 21 | B6 | 0 | 54 | 9 | 16 | 132 | 48 | 2E |
| Octal | 310 | 41 | 266 | 0 | 124 | 11 | 26 | 462 | 110 | 56 |
| Binary | 11001000 | 100001 | 10110110 | 0 | 1010100 | 1001 | 10110 | 100110010 | 1001000 | 101110 |
Color Harmonies of #C821B6
Complementary color
Monochromatic Colors of #C821B6
Black with #C821B6
Text Example
Text Example
White with #C821B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C821B6; }
p { color: rgb(200,33,182); }
H1.HeaderClassName
{
color: #C821B6;
}
.AnyTagClassName
{
color: #C821B6;
}
</style>
background-color css
<style>
a { background-color: #C821B6; }
a { background-color: rgb(200,33,182); }
div.DivClassName
{
background-color: #C821B6;
}
.BgClassName
{
background-color: #C821B6;
}
</style>
border-color css
<style>
span { border-color: #C821B6; }
span { border-color: rgb(200,33,182); }
td.TdClassName
{
border-color: #C821B6;
}
.TagClassName
{
border-color: #C821B6;
}
</style>