Shades of Deep Magenta #C906CB
Tints of Deep Magenta #C906CB
RGB
CMYK
RGB Variations
Color information
#C906CB (or 0xC906CB) is known color: Deep Magenta. HEX triplet: C9, 06 and CB. RGB value is (201,6,203). Sum of RGB (Red+Green+Blue) = 201+6+203=410 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.02% from 410); Green value is 6 (2.73% from 255 or 1.46% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #C906CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C906CB is #36F934. Grayscale: #565656. Windows color (decimal): -3602741 or 13305545. OLE color: 13305545.
HSL color Cylindrical-coordinate representation of color #C906CB: hue angle of 299.39º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C906CB is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 6 | 203 | - |
| CMYK | 0.01 | 0.97 | 0 | 0.20 |
| HSL | 299.39º | 0.94% | 0.41% | - |
| HSV(B) | 299.39º | 0.97% | 0.8% | - |
| XYZ | 34.93 | 16.86 | 57.91 | - |
| YUV | 86.76 | 193.6 | 209.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 6 | 203 | 0.01 | 0.97 | 0 | 0.20 | 299.39 | 0.94 | 0.41 |
| Hex | C9 | 6 | CB | 1 | 61 | 0 | 14 | 12B | 5E | 29 |
| Octal | 311 | 6 | 313 | 1 | 141 | 0 | 24 | 453 | 136 | 51 |
| Binary | 11001001 | 110 | 11001011 | 1 | 1100001 | 0 | 10100 | 100101011 | 1011110 | 101001 |
Color Harmonies of #C906CB
Complementary color
Monochromatic Colors of #C906CB
Black with #C906CB
Text Example
Text Example
White with #C906CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C906CB; }
p { color: rgb(201,6,203); }
H1.HeaderClassName
{
color: #C906CB;
}
.AnyTagClassName
{
color: #C906CB;
}
</style>
background-color css
<style>
a { background-color: #C906CB; }
a { background-color: rgb(201,6,203); }
div.DivClassName
{
background-color: #C906CB;
}
.BgClassName
{
background-color: #C906CB;
}
</style>
border-color css
<style>
span { border-color: #C906CB; }
span { border-color: rgb(201,6,203); }
td.TdClassName
{
border-color: #C906CB;
}
.TagClassName
{
border-color: #C906CB;
}
</style>