Shades of Deep Magenta #CB06A7
Tints of Deep Magenta #CB06A7
RGB
CMYK
RGB Variations
Color information
#CB06A7 (or 0xCB06A7) is known color: Deep Magenta. HEX triplet: CB, 06 and A7. RGB value is (203,6,167). Sum of RGB (Red+Green+Blue) = 203+6+167=376 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.99% from 376); Green value is 6 (2.73% from 255 or 1.60% from 376); Blue value is 167 (65.62% from 255 or 44.41% from 376); Max value from RGB is 203 - color contains mainly: red. Hex color #CB06A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB06A7 is #34F958. Grayscale: #525252. Windows color (decimal): -3471705 or 10946251. OLE color: 10946251.
HSL color Cylindrical-coordinate representation of color #CB06A7: hue angle of 310.96º 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 #CB06A7 is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 6 | 167 | - |
| CMYK | 0 | 0.97 | 0.18 | 0.20 |
| HSL | 310.96º | 0.94% | 0.41% | - |
| HSV(B) | 310.96º | 0.97% | 0.8% | - |
| XYZ | 31.67 | 15.62 | 37.9 | - |
| YUV | 83.26 | 175.27 | 213.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 6 | 167 | 0 | 0.97 | 0.18 | 0.20 | 310.96 | 0.94 | 0.41 |
| Hex | CB | 6 | A7 | 0 | 61 | 12 | 14 | 137 | 5E | 29 |
| Octal | 313 | 6 | 247 | 0 | 141 | 22 | 24 | 467 | 136 | 51 |
| Binary | 11001011 | 110 | 10100111 | 0 | 1100001 | 10010 | 10100 | 100110111 | 1011110 | 101001 |
Color Harmonies of #CB06A7
Complementary color
Monochromatic Colors of #CB06A7
Black with #CB06A7
Text Example
Text Example
White with #CB06A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB06A7; }
p { color: rgb(203,6,167); }
H1.HeaderClassName
{
color: #CB06A7;
}
.AnyTagClassName
{
color: #CB06A7;
}
</style>
background-color css
<style>
a { background-color: #CB06A7; }
a { background-color: rgb(203,6,167); }
div.DivClassName
{
background-color: #CB06A7;
}
.BgClassName
{
background-color: #CB06A7;
}
</style>
border-color css
<style>
span { border-color: #CB06A7; }
span { border-color: rgb(203,6,167); }
td.TdClassName
{
border-color: #CB06A7;
}
.TagClassName
{
border-color: #CB06A7;
}
</style>