Shades of Deep Magenta #C922BD
Tints of Deep Magenta #C922BD
RGB
CMYK
RGB Variations
Color information
#C922BD (or 0xC922BD) is known color: Deep Magenta. HEX triplet: C9, 22 and BD. RGB value is (201,34,189). Sum of RGB (Red+Green+Blue) = 201+34+189=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 34 (13.67% from 255 or 8.02% from 424); Blue value is 189 (74.22% from 255 or 44.58% from 424); Max value from RGB is 201 - color contains mainly: red. Hex color #C922BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C922BD is #36DD42. Grayscale: #656565. Windows color (decimal): -3595587 or 12395209. OLE color: 12395209.
HSL color Cylindrical-coordinate representation of color #C922BD: hue angle of 304.31º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C922BD is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 34 | 189 | - |
| CMYK | 0 | 0.83 | 0.06 | 0.21 |
| HSL | 304.31º | 0.71% | 0.46% | - |
| HSV(B) | 304.31º | 0.83% | 0.79% | - |
| XYZ | 33.84 | 17.24 | 49.69 | - |
| YUV | 101.6 | 177.33 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 34 | 189 | 0 | 0.83 | 0.06 | 0.21 | 304.31 | 0.71 | 0.46 |
| Hex | C9 | 22 | BD | 0 | 53 | 6 | 15 | 130 | 47 | 2E |
| Octal | 311 | 42 | 275 | 0 | 123 | 6 | 25 | 460 | 107 | 56 |
| Binary | 11001001 | 100010 | 10111101 | 0 | 1010011 | 110 | 10101 | 100110000 | 1000111 | 101110 |
Color Harmonies of #C922BD
Complementary color
Monochromatic Colors of #C922BD
Black with #C922BD
Text Example
Text Example
White with #C922BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C922BD; }
p { color: rgb(201,34,189); }
H1.HeaderClassName
{
color: #C922BD;
}
.AnyTagClassName
{
color: #C922BD;
}
</style>
background-color css
<style>
a { background-color: #C922BD; }
a { background-color: rgb(201,34,189); }
div.DivClassName
{
background-color: #C922BD;
}
.BgClassName
{
background-color: #C922BD;
}
</style>
border-color css
<style>
span { border-color: #C922BD; }
span { border-color: rgb(201,34,189); }
td.TdClassName
{
border-color: #C922BD;
}
.TagClassName
{
border-color: #C922BD;
}
</style>