Shades of Deep Magenta #CB06B2
Tints of Deep Magenta #CB06B2
RGB
CMYK
RGB Variations
Color information
#CB06B2 (or 0xCB06B2) is known color: Deep Magenta. HEX triplet: CB, 06 and B2. RGB value is (203,6,178). Sum of RGB (Red+Green+Blue) = 203+6+178=387 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.45% from 387); Green value is 6 (2.73% from 255 or 1.55% from 387); Blue value is 178 (69.92% from 255 or 45.99% from 387); Max value from RGB is 203 - color contains mainly: red. Hex color #CB06B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB06B2 is #34F94D. Grayscale: #545454. Windows color (decimal): -3471694 or 11667147. OLE color: 11667147.
HSL color Cylindrical-coordinate representation of color #CB06B2: hue angle of 307.61º 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 #CB06B2 is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 6 | 178 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.20 |
| HSL | 307.61º | 0.94% | 0.41% | - |
| HSV(B) | 307.61º | 0.97% | 0.8% | - |
| XYZ | 32.73 | 16.04 | 43.49 | - |
| YUV | 84.51 | 180.77 | 212.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 6 | 178 | 0 | 0.97 | 0.12 | 0.20 | 307.61 | 0.94 | 0.41 |
| Hex | CB | 6 | B2 | 0 | 61 | C | 14 | 134 | 5E | 29 |
| Octal | 313 | 6 | 262 | 0 | 141 | 14 | 24 | 464 | 136 | 51 |
| Binary | 11001011 | 110 | 10110010 | 0 | 1100001 | 1100 | 10100 | 100110100 | 1011110 | 101001 |
Color Harmonies of #CB06B2
Complementary color
Monochromatic Colors of #CB06B2
Black with #CB06B2
Text Example
Text Example
White with #CB06B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB06B2; }
p { color: rgb(203,6,178); }
H1.HeaderClassName
{
color: #CB06B2;
}
.AnyTagClassName
{
color: #CB06B2;
}
</style>
background-color css
<style>
a { background-color: #CB06B2; }
a { background-color: rgb(203,6,178); }
div.DivClassName
{
background-color: #CB06B2;
}
.BgClassName
{
background-color: #CB06B2;
}
</style>
border-color css
<style>
span { border-color: #CB06B2; }
span { border-color: rgb(203,6,178); }
td.TdClassName
{
border-color: #CB06B2;
}
.TagClassName
{
border-color: #CB06B2;
}
</style>