Shades of Deep Magenta #C924B0
Tints of Deep Magenta #C924B0
RGB
CMYK
RGB Variations
Color information
#C924B0 (or 0xC924B0) is known color: Deep Magenta. HEX triplet: C9, 24 and B0. RGB value is (201,36,176). Sum of RGB (Red+Green+Blue) = 201+36+176=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 36 (14.45% from 255 or 8.72% from 413); Blue value is 176 (69.14% from 255 or 42.62% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C924B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C924B0 is #36DB4F. Grayscale: #646464. Windows color (decimal): -3595088 or 11543753. OLE color: 11543753.
HSL color Cylindrical-coordinate representation of color #C924B0: hue angle of 309.09º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C924B0 is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 36 | 176 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.21 |
| HSL | 309.09º | 0.7% | 0.46% | - |
| HSV(B) | 309.09º | 0.82% | 0.79% | - |
| XYZ | 32.55 | 16.81 | 42.6 | - |
| YUV | 101.3 | 170.16 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 36 | 176 | 0 | 0.82 | 0.12 | 0.21 | 309.09 | 0.7 | 0.46 |
| Hex | C9 | 24 | B0 | 0 | 52 | C | 15 | 135 | 46 | 2E |
| Octal | 311 | 44 | 260 | 0 | 122 | 14 | 25 | 465 | 106 | 56 |
| Binary | 11001001 | 100100 | 10110000 | 0 | 1010010 | 1100 | 10101 | 100110101 | 1000110 | 101110 |
Color Harmonies of #C924B0
Complementary color
Monochromatic Colors of #C924B0
Black with #C924B0
Text Example
Text Example
White with #C924B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C924B0; }
p { color: rgb(201,36,176); }
H1.HeaderClassName
{
color: #C924B0;
}
.AnyTagClassName
{
color: #C924B0;
}
</style>
background-color css
<style>
a { background-color: #C924B0; }
a { background-color: rgb(201,36,176); }
div.DivClassName
{
background-color: #C924B0;
}
.BgClassName
{
background-color: #C924B0;
}
</style>
border-color css
<style>
span { border-color: #C924B0; }
span { border-color: rgb(201,36,176); }
td.TdClassName
{
border-color: #C924B0;
}
.TagClassName
{
border-color: #C924B0;
}
</style>