Shades of Deep Magenta #C920B4
Tints of Deep Magenta #C920B4
RGB
CMYK
RGB Variations
Color information
#C920B4 (or 0xC920B4) is known color: Deep Magenta. HEX triplet: C9, 20 and B4. RGB value is (201,32,180). Sum of RGB (Red+Green+Blue) = 201+32+180=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 32 (12.89% from 255 or 7.75% from 413); Blue value is 180 (70.70% from 255 or 43.58% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C920B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C920B4 is #36DF4B. Grayscale: #626262. Windows color (decimal): -3596108 or 11804873. OLE color: 11804873.
HSL color Cylindrical-coordinate representation of color #C920B4: hue angle of 307.46º 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 #C920B4 is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 32 | 180 | - |
| CMYK | 0 | 0.84 | 0.10 | 0.21 |
| HSL | 307.46º | 0.73% | 0.46% | - |
| HSV(B) | 307.46º | 0.84% | 0.79% | - |
| XYZ | 32.84 | 16.75 | 44.68 | - |
| YUV | 99.4 | 173.49 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 180 | 0 | 0.84 | 0.10 | 0.21 | 307.46 | 0.73 | 0.46 |
| Hex | C9 | 20 | B4 | 0 | 54 | A | 15 | 133 | 49 | 2E |
| Octal | 311 | 40 | 264 | 0 | 124 | 12 | 25 | 463 | 111 | 56 |
| Binary | 11001001 | 100000 | 10110100 | 0 | 1010100 | 1010 | 10101 | 100110011 | 1001001 | 101110 |
Color Harmonies of #C920B4
Complementary color
Monochromatic Colors of #C920B4
Black with #C920B4
Text Example
Text Example
White with #C920B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C920B4; }
p { color: rgb(201,32,180); }
H1.HeaderClassName
{
color: #C920B4;
}
.AnyTagClassName
{
color: #C920B4;
}
</style>
background-color css
<style>
a { background-color: #C920B4; }
a { background-color: rgb(201,32,180); }
div.DivClassName
{
background-color: #C920B4;
}
.BgClassName
{
background-color: #C920B4;
}
</style>
border-color css
<style>
span { border-color: #C920B4; }
span { border-color: rgb(201,32,180); }
td.TdClassName
{
border-color: #C920B4;
}
.TagClassName
{
border-color: #C920B4;
}
</style>