Shades of Deep Magenta #C006CB
Tints of Deep Magenta #C006CB
RGB
CMYK
RGB Variations
Color information
#C006CB (or 0xC006CB) is known color: Deep Magenta. HEX triplet: C0, 06 and CB. RGB value is (192,6,203). Sum of RGB (Red+Green+Blue) = 192+6+203=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 6 (2.73% from 255 or 1.50% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #C006CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C006CB is #3FF934. Grayscale: #535353. Windows color (decimal): -4192565 or 13305536. OLE color: 13305536.
HSL color Cylindrical-coordinate representation of color #C006CB: hue angle of 296.65º 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 #C006CB is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 6 | 203 | - |
| CMYK | 0.05 | 0.97 | 0 | 0.20 |
| HSL | 296.65º | 0.94% | 0.41% | - |
| HSV(B) | 296.65º | 0.97% | 0.8% | - |
| XYZ | 32.58 | 15.65 | 57.8 | - |
| YUV | 84.07 | 195.12 | 204.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 6 | 203 | 0.05 | 0.97 | 0 | 0.20 | 296.65 | 0.94 | 0.41 |
| Hex | C0 | 6 | CB | 5 | 61 | 0 | 14 | 129 | 5E | 29 |
| Octal | 300 | 6 | 313 | 5 | 141 | 0 | 24 | 451 | 136 | 51 |
| Binary | 11000000 | 110 | 11001011 | 101 | 1100001 | 0 | 10100 | 100101001 | 1011110 | 101001 |
Color Harmonies of #C006CB
Complementary color
Monochromatic Colors of #C006CB
Black with #C006CB
Text Example
Text Example
White with #C006CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C006CB; }
p { color: rgb(192,6,203); }
H1.HeaderClassName
{
color: #C006CB;
}
.AnyTagClassName
{
color: #C006CB;
}
</style>
background-color css
<style>
a { background-color: #C006CB; }
a { background-color: rgb(192,6,203); }
div.DivClassName
{
background-color: #C006CB;
}
.BgClassName
{
background-color: #C006CB;
}
</style>
border-color css
<style>
span { border-color: #C006CB; }
span { border-color: rgb(192,6,203); }
td.TdClassName
{
border-color: #C006CB;
}
.TagClassName
{
border-color: #C006CB;
}
</style>