Shades of Deep Magenta #C906BD
Tints of Deep Magenta #C906BD
RGB
CMYK
RGB Variations
Color information
#C906BD (or 0xC906BD) is known color: Deep Magenta. HEX triplet: C9, 06 and BD. RGB value is (201,6,189). Sum of RGB (Red+Green+Blue) = 201+6+189=396 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.76% from 396); Green value is 6 (2.73% from 255 or 1.52% from 396); Blue value is 189 (74.22% from 255 or 47.73% from 396); Max value from RGB is 201 - color contains mainly: red. Hex color #C906BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C906BD is #36F942. Grayscale: #545454. Windows color (decimal): -3602755 or 12388041. OLE color: 12388041.
HSL color Cylindrical-coordinate representation of color #C906BD: hue angle of 303.69º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C906BD is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 6 | 189 | - |
| CMYK | 0 | 0.97 | 0.06 | 0.21 |
| HSL | 303.69º | 0.94% | 0.41% | - |
| HSV(B) | 303.69º | 0.97% | 0.79% | - |
| XYZ | 33.34 | 16.22 | 49.52 | - |
| YUV | 85.17 | 186.6 | 210.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 6 | 189 | 0 | 0.97 | 0.06 | 0.21 | 303.69 | 0.94 | 0.41 |
| Hex | C9 | 6 | BD | 0 | 61 | 6 | 15 | 130 | 5E | 29 |
| Octal | 311 | 6 | 275 | 0 | 141 | 6 | 25 | 460 | 136 | 51 |
| Binary | 11001001 | 110 | 10111101 | 0 | 1100001 | 110 | 10101 | 100110000 | 1011110 | 101001 |
Color Harmonies of #C906BD
Complementary color
Monochromatic Colors of #C906BD
Black with #C906BD
Text Example
Text Example
White with #C906BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C906BD; }
p { color: rgb(201,6,189); }
H1.HeaderClassName
{
color: #C906BD;
}
.AnyTagClassName
{
color: #C906BD;
}
</style>
background-color css
<style>
a { background-color: #C906BD; }
a { background-color: rgb(201,6,189); }
div.DivClassName
{
background-color: #C906BD;
}
.BgClassName
{
background-color: #C906BD;
}
</style>
border-color css
<style>
span { border-color: #C906BD; }
span { border-color: rgb(201,6,189); }
td.TdClassName
{
border-color: #C906BD;
}
.TagClassName
{
border-color: #C906BD;
}
</style>