Shades of Deep Magenta #C820B1
Tints of Deep Magenta #C820B1
RGB
CMYK
RGB Variations
Color information
#C820B1 (or 0xC820B1) is known color: Deep Magenta. HEX triplet: C8, 20 and B1. RGB value is (200,32,177). Sum of RGB (Red+Green+Blue) = 200+32+177=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 32 (12.89% from 255 or 7.82% from 409); Blue value is 177 (69.53% from 255 or 43.28% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C820B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C820B1 is #37DF4E. Grayscale: #626262. Windows color (decimal): -3661647 or 11608264. OLE color: 11608264.
HSL color Cylindrical-coordinate representation of color #C820B1: hue angle of 308.21º 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 #C820B1 is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 32 | 177 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.22 |
| HSL | 308.21º | 0.72% | 0.45% | - |
| HSV(B) | 308.21º | 0.84% | 0.78% | - |
| XYZ | 32.27 | 16.49 | 43.08 | - |
| YUV | 98.76 | 172.16 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 32 | 177 | 0 | 0.84 | 0.12 | 0.22 | 308.21 | 0.72 | 0.45 |
| Hex | C8 | 20 | B1 | 0 | 54 | C | 16 | 134 | 48 | 2D |
| Octal | 310 | 40 | 261 | 0 | 124 | 14 | 26 | 464 | 110 | 55 |
| Binary | 11001000 | 100000 | 10110001 | 0 | 1010100 | 1100 | 10110 | 100110100 | 1001000 | 101101 |
Color Harmonies of #C820B1
Complementary color
Monochromatic Colors of #C820B1
Black with #C820B1
Text Example
Text Example
White with #C820B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C820B1; }
p { color: rgb(200,32,177); }
H1.HeaderClassName
{
color: #C820B1;
}
.AnyTagClassName
{
color: #C820B1;
}
</style>
background-color css
<style>
a { background-color: #C820B1; }
a { background-color: rgb(200,32,177); }
div.DivClassName
{
background-color: #C820B1;
}
.BgClassName
{
background-color: #C820B1;
}
</style>
border-color css
<style>
span { border-color: #C820B1; }
span { border-color: rgb(200,32,177); }
td.TdClassName
{
border-color: #C820B1;
}
.TagClassName
{
border-color: #C820B1;
}
</style>