Shades of Deep Magenta #C820BF
Tints of Deep Magenta #C820BF
RGB
CMYK
RGB Variations
Color information
#C820BF (or 0xC820BF) is known color: Deep Magenta. HEX triplet: C8, 20 and BF. RGB value is (200,32,191). Sum of RGB (Red+Green+Blue) = 200+32+191=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 32 (12.89% from 255 or 7.57% from 423); Blue value is 191 (75% from 255 or 45.15% from 423); Max value from RGB is 200 - color contains mainly: red. Hex color #C820BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C820BF is #37DF40. Grayscale: #636363. Windows color (decimal): -3661633 or 12525768. OLE color: 12525768.
HSL color Cylindrical-coordinate representation of color #C820BF: hue angle of 303.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 #C820BF is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 32 | 191 | - |
| CMYK | 0 | 0.84 | 0.04 | 0.22 |
| HSL | 303.21º | 0.72% | 0.45% | - |
| HSV(B) | 303.21º | 0.84% | 0.78% | - |
| XYZ | 33.74 | 17.07 | 50.81 | - |
| YUV | 100.36 | 179.16 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 32 | 191 | 0 | 0.84 | 0.04 | 0.22 | 303.21 | 0.72 | 0.45 |
| Hex | C8 | 20 | BF | 0 | 54 | 4 | 16 | 12F | 48 | 2D |
| Octal | 310 | 40 | 277 | 0 | 124 | 4 | 26 | 457 | 110 | 55 |
| Binary | 11001000 | 100000 | 10111111 | 0 | 1010100 | 100 | 10110 | 100101111 | 1001000 | 101101 |
Color Harmonies of #C820BF
Complementary color
Monochromatic Colors of #C820BF
Black with #C820BF
Text Example
Text Example
White with #C820BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C820BF; }
p { color: rgb(200,32,191); }
H1.HeaderClassName
{
color: #C820BF;
}
.AnyTagClassName
{
color: #C820BF;
}
</style>
background-color css
<style>
a { background-color: #C820BF; }
a { background-color: rgb(200,32,191); }
div.DivClassName
{
background-color: #C820BF;
}
.BgClassName
{
background-color: #C820BF;
}
</style>
border-color css
<style>
span { border-color: #C820BF; }
span { border-color: rgb(200,32,191); }
td.TdClassName
{
border-color: #C820BF;
}
.TagClassName
{
border-color: #C820BF;
}
</style>