Shades of Deep Magenta #C820BD
Tints of Deep Magenta #C820BD
RGB
CMYK
RGB Variations
Color information
#C820BD (or 0xC820BD) is known color: Deep Magenta. HEX triplet: C8, 20 and BD. RGB value is (200,32,189). Sum of RGB (Red+Green+Blue) = 200+32+189=421 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.51% from 421); Green value is 32 (12.89% from 255 or 7.60% from 421); Blue value is 189 (74.22% from 255 or 44.89% from 421); Max value from RGB is 200 - color contains mainly: red. Hex color #C820BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C820BD is #37DF42. Grayscale: #636363. Windows color (decimal): -3661635 or 12394696. OLE color: 12394696.
HSL color Cylindrical-coordinate representation of color #C820BD: hue angle of 303.93º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C820BD is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 32 | 189 | - |
| CMYK | 0 | 0.84 | 0.06 | 0.22 |
| HSL | 303.93º | 0.72% | 0.45% | - |
| HSV(B) | 303.93º | 0.84% | 0.78% | - |
| XYZ | 33.52 | 16.99 | 49.66 | - |
| YUV | 100.13 | 178.16 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 32 | 189 | 0 | 0.84 | 0.06 | 0.22 | 303.93 | 0.72 | 0.45 |
| Hex | C8 | 20 | BD | 0 | 54 | 6 | 16 | 130 | 48 | 2D |
| Octal | 310 | 40 | 275 | 0 | 124 | 6 | 26 | 460 | 110 | 55 |
| Binary | 11001000 | 100000 | 10111101 | 0 | 1010100 | 110 | 10110 | 100110000 | 1001000 | 101101 |
Color Harmonies of #C820BD
Complementary color
Monochromatic Colors of #C820BD
Black with #C820BD
Text Example
Text Example
White with #C820BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C820BD; }
p { color: rgb(200,32,189); }
H1.HeaderClassName
{
color: #C820BD;
}
.AnyTagClassName
{
color: #C820BD;
}
</style>
background-color css
<style>
a { background-color: #C820BD; }
a { background-color: rgb(200,32,189); }
div.DivClassName
{
background-color: #C820BD;
}
.BgClassName
{
background-color: #C820BD;
}
</style>
border-color css
<style>
span { border-color: #C820BD; }
span { border-color: rgb(200,32,189); }
td.TdClassName
{
border-color: #C820BD;
}
.TagClassName
{
border-color: #C820BD;
}
</style>