Shades of Deep Magenta #C820B0
Tints of Deep Magenta #C820B0
RGB
CMYK
RGB Variations
Color information
#C820B0 (or 0xC820B0) is known color: Deep Magenta. HEX triplet: C8, 20 and B0. RGB value is (200,32,176). Sum of RGB (Red+Green+Blue) = 200+32+176=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 32 (12.89% from 255 or 7.84% from 408); Blue value is 176 (69.14% from 255 or 43.14% from 408); Max value from RGB is 200 - color contains mainly: red. Hex color #C820B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C820B0 is #37DF4F. Grayscale: #626262. Windows color (decimal): -3661648 or 11542728. OLE color: 11542728.
HSL color Cylindrical-coordinate representation of color #C820B0: hue angle of 308.57º 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 #C820B0 is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 32 | 176 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.22 |
| HSL | 308.57º | 0.72% | 0.45% | - |
| HSV(B) | 308.57º | 0.84% | 0.78% | - |
| XYZ | 32.17 | 16.45 | 42.55 | - |
| YUV | 98.65 | 171.66 | 200.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 32 | 176 | 0 | 0.84 | 0.12 | 0.22 | 308.57 | 0.72 | 0.45 |
| Hex | C8 | 20 | B0 | 0 | 54 | C | 16 | 135 | 48 | 2D |
| Octal | 310 | 40 | 260 | 0 | 124 | 14 | 26 | 465 | 110 | 55 |
| Binary | 11001000 | 100000 | 10110000 | 0 | 1010100 | 1100 | 10110 | 100110101 | 1001000 | 101101 |
Color Harmonies of #C820B0
Complementary color
Monochromatic Colors of #C820B0
Black with #C820B0
Text Example
Text Example
White with #C820B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C820B0; }
p { color: rgb(200,32,176); }
H1.HeaderClassName
{
color: #C820B0;
}
.AnyTagClassName
{
color: #C820B0;
}
</style>
background-color css
<style>
a { background-color: #C820B0; }
a { background-color: rgb(200,32,176); }
div.DivClassName
{
background-color: #C820B0;
}
.BgClassName
{
background-color: #C820B0;
}
</style>
border-color css
<style>
span { border-color: #C820B0; }
span { border-color: rgb(200,32,176); }
td.TdClassName
{
border-color: #C820B0;
}
.TagClassName
{
border-color: #C820B0;
}
</style>