Shades of Deep Magenta #C920BD
Tints of Deep Magenta #C920BD
RGB
CMYK
RGB Variations
Color information
#C920BD (or 0xC920BD) is known color: Deep Magenta. HEX triplet: C9, 20 and BD. RGB value is (201,32,189). Sum of RGB (Red+Green+Blue) = 201+32+189=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 32 (12.89% from 255 or 7.58% from 422); Blue value is 189 (74.22% from 255 or 44.79% from 422); Max value from RGB is 201 - color contains mainly: red. Hex color #C920BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C920BD is #36DF42. Grayscale: #636363. Windows color (decimal): -3596099 or 12394697. OLE color: 12394697.
HSL color Cylindrical-coordinate representation of color #C920BD: hue angle of 304.26º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C920BD is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 32 | 189 | - |
| CMYK | 0 | 0.84 | 0.06 | 0.21 |
| HSL | 304.26º | 0.73% | 0.46% | - |
| HSV(B) | 304.26º | 0.84% | 0.79% | - |
| XYZ | 33.79 | 17.12 | 49.67 | - |
| YUV | 100.43 | 177.99 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 189 | 0 | 0.84 | 0.06 | 0.21 | 304.26 | 0.73 | 0.46 |
| Hex | C9 | 20 | BD | 0 | 54 | 6 | 15 | 130 | 49 | 2E |
| Octal | 311 | 40 | 275 | 0 | 124 | 6 | 25 | 460 | 111 | 56 |
| Binary | 11001001 | 100000 | 10111101 | 0 | 1010100 | 110 | 10101 | 100110000 | 1001001 | 101110 |
Color Harmonies of #C920BD
Complementary color
Monochromatic Colors of #C920BD
Black with #C920BD
Text Example
Text Example
White with #C920BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C920BD; }
p { color: rgb(201,32,189); }
H1.HeaderClassName
{
color: #C920BD;
}
.AnyTagClassName
{
color: #C920BD;
}
</style>
background-color css
<style>
a { background-color: #C920BD; }
a { background-color: rgb(201,32,189); }
div.DivClassName
{
background-color: #C920BD;
}
.BgClassName
{
background-color: #C920BD;
}
</style>
border-color css
<style>
span { border-color: #C920BD; }
span { border-color: rgb(201,32,189); }
td.TdClassName
{
border-color: #C920BD;
}
.TagClassName
{
border-color: #C920BD;
}
</style>