Shades of Deep Magenta #C920BF
Tints of Deep Magenta #C920BF
RGB
CMYK
RGB Variations
Color information
#C920BF (or 0xC920BF) is known color: Deep Magenta. HEX triplet: C9, 20 and BF. RGB value is (201,32,191). Sum of RGB (Red+Green+Blue) = 201+32+191=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 32 (12.89% from 255 or 7.55% from 424); Blue value is 191 (75% from 255 or 45.05% from 424); Max value from RGB is 201 - color contains mainly: red. Hex color #C920BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C920BF is #36DF40. Grayscale: #646464. Windows color (decimal): -3596097 or 12525769. OLE color: 12525769.
HSL color Cylindrical-coordinate representation of color #C920BF: hue angle of 303.55º 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 #C920BF is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 32 | 191 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.21 |
| HSL | 303.55º | 0.73% | 0.46% | - |
| HSV(B) | 303.55º | 0.84% | 0.79% | - |
| XYZ | 34.01 | 17.21 | 50.82 | - |
| YUV | 100.66 | 178.99 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 191 | 0 | 0.84 | 0.05 | 0.21 | 303.55 | 0.73 | 0.46 |
| Hex | C9 | 20 | BF | 0 | 54 | 5 | 15 | 130 | 49 | 2E |
| Octal | 311 | 40 | 277 | 0 | 124 | 5 | 25 | 460 | 111 | 56 |
| Binary | 11001001 | 100000 | 10111111 | 0 | 1010100 | 101 | 10101 | 100110000 | 1001001 | 101110 |
Color Harmonies of #C920BF
Complementary color
Monochromatic Colors of #C920BF
Black with #C920BF
Text Example
Text Example
White with #C920BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C920BF; }
p { color: rgb(201,32,191); }
H1.HeaderClassName
{
color: #C920BF;
}
.AnyTagClassName
{
color: #C920BF;
}
</style>
background-color css
<style>
a { background-color: #C920BF; }
a { background-color: rgb(201,32,191); }
div.DivClassName
{
background-color: #C920BF;
}
.BgClassName
{
background-color: #C920BF;
}
</style>
border-color css
<style>
span { border-color: #C920BF; }
span { border-color: rgb(201,32,191); }
td.TdClassName
{
border-color: #C920BF;
}
.TagClassName
{
border-color: #C920BF;
}
</style>