Shades of Deep Magenta #CB06BF
Tints of Deep Magenta #CB06BF
RGB
CMYK
RGB Variations
Color information
#CB06BF (or 0xCB06BF) is known color: Deep Magenta. HEX triplet: CB, 06 and BF. RGB value is (203,6,191). Sum of RGB (Red+Green+Blue) = 203+6+191=400 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.75% from 400); Green value is 6 (2.73% from 255 or 1.5% from 400); Blue value is 191 (75% from 255 or 47.75% from 400); Max value from RGB is 203 - color contains mainly: red. Hex color #CB06BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB06BF is #34F940. Grayscale: #555555. Windows color (decimal): -3471681 or 12519115. OLE color: 12519115.
HSL color Cylindrical-coordinate representation of color #CB06BF: hue angle of 303.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 #CB06BF is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 6 | 191 | - |
| CMYK | 0 | 0.97 | 0.06 | 0.20 |
| HSL | 303.65º | 0.94% | 0.41% | - |
| HSV(B) | 303.65º | 0.97% | 0.8% | - |
| XYZ | 34.1 | 16.59 | 50.69 | - |
| YUV | 85.99 | 187.27 | 211.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 6 | 191 | 0 | 0.97 | 0.06 | 0.20 | 303.65 | 0.94 | 0.41 |
| Hex | CB | 6 | BF | 0 | 61 | 6 | 14 | 130 | 5E | 29 |
| Octal | 313 | 6 | 277 | 0 | 141 | 6 | 24 | 460 | 136 | 51 |
| Binary | 11001011 | 110 | 10111111 | 0 | 1100001 | 110 | 10100 | 100110000 | 1011110 | 101001 |
Color Harmonies of #CB06BF
Complementary color
Monochromatic Colors of #CB06BF
Black with #CB06BF
Text Example
Text Example
White with #CB06BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB06BF; }
p { color: rgb(203,6,191); }
H1.HeaderClassName
{
color: #CB06BF;
}
.AnyTagClassName
{
color: #CB06BF;
}
</style>
background-color css
<style>
a { background-color: #CB06BF; }
a { background-color: rgb(203,6,191); }
div.DivClassName
{
background-color: #CB06BF;
}
.BgClassName
{
background-color: #CB06BF;
}
</style>
border-color css
<style>
span { border-color: #CB06BF; }
span { border-color: rgb(203,6,191); }
td.TdClassName
{
border-color: #CB06BF;
}
.TagClassName
{
border-color: #CB06BF;
}
</style>