Shades of Medium Violet Red #CB06A0
Tints of Medium Violet Red #CB06A0
RGB
CMYK
RGB Variations
Color information
#CB06A0 (or 0xCB06A0) is known color: Medium Violet Red. HEX triplet: CB, 06 and A0. RGB value is (203,6,160). Sum of RGB (Red+Green+Blue) = 203+6+160=369 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.01% from 369); Green value is 6 (2.73% from 255 or 1.63% from 369); Blue value is 160 (62.89% from 255 or 43.36% from 369); Max value from RGB is 203 - color contains mainly: red. Hex color #CB06A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB06A0 is #34F95F. Grayscale: #525252. Windows color (decimal): -3471712 or 10487499. OLE color: 10487499.
HSL color Cylindrical-coordinate representation of color #CB06A0: hue angle of 313.1º 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 #CB06A0 is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 6 | 160 | - |
| CMYK | 0 | 0.97 | 0.21 | 0.20 |
| HSL | 313.1º | 0.94% | 0.41% | - |
| HSV(B) | 313.1º | 0.97% | 0.8% | - |
| XYZ | 31.04 | 15.36 | 34.59 | - |
| YUV | 82.46 | 171.77 | 213.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 6 | 160 | 0 | 0.97 | 0.21 | 0.20 | 313.1 | 0.94 | 0.41 |
| Hex | CB | 6 | A0 | 0 | 61 | 15 | 14 | 139 | 5E | 29 |
| Octal | 313 | 6 | 240 | 0 | 141 | 25 | 24 | 471 | 136 | 51 |
| Binary | 11001011 | 110 | 10100000 | 0 | 1100001 | 10101 | 10100 | 100111001 | 1011110 | 101001 |
Color Harmonies of #CB06A0
Complementary color
Monochromatic Colors of #CB06A0
Black with #CB06A0
Text Example
Text Example
White with #CB06A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB06A0; }
p { color: rgb(203,6,160); }
H1.HeaderClassName
{
color: #CB06A0;
}
.AnyTagClassName
{
color: #CB06A0;
}
</style>
background-color css
<style>
a { background-color: #CB06A0; }
a { background-color: rgb(203,6,160); }
div.DivClassName
{
background-color: #CB06A0;
}
.BgClassName
{
background-color: #CB06A0;
}
</style>
border-color css
<style>
span { border-color: #CB06A0; }
span { border-color: rgb(203,6,160); }
td.TdClassName
{
border-color: #CB06A0;
}
.TagClassName
{
border-color: #CB06A0;
}
</style>