Shades of Medium Violet Red #CB06A2
Tints of Medium Violet Red #CB06A2
RGB
CMYK
RGB Variations
Color information
#CB06A2 (or 0xCB06A2) is known color: Medium Violet Red. HEX triplet: CB, 06 and A2. RGB value is (203,6,162). Sum of RGB (Red+Green+Blue) = 203+6+162=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 6 (2.73% from 255 or 1.62% from 371); Blue value is 162 (63.67% from 255 or 43.67% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CB06A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB06A2 is #34F95D. Grayscale: #525252. Windows color (decimal): -3471710 or 10618571. OLE color: 10618571.
HSL color Cylindrical-coordinate representation of color #CB06A2: hue angle of 312.49º 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 #CB06A2 is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 6 | 162 | - |
| CMYK | 0 | 0.97 | 0.20 | 0.20 |
| HSL | 312.49º | 0.94% | 0.41% | - |
| HSV(B) | 312.49º | 0.97% | 0.8% | - |
| XYZ | 31.22 | 15.44 | 35.52 | - |
| YUV | 82.69 | 172.77 | 213.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 6 | 162 | 0 | 0.97 | 0.20 | 0.20 | 312.49 | 0.94 | 0.41 |
| Hex | CB | 6 | A2 | 0 | 61 | 14 | 14 | 138 | 5E | 29 |
| Octal | 313 | 6 | 242 | 0 | 141 | 24 | 24 | 470 | 136 | 51 |
| Binary | 11001011 | 110 | 10100010 | 0 | 1100001 | 10100 | 10100 | 100111000 | 1011110 | 101001 |
Color Harmonies of #CB06A2
Complementary color
Monochromatic Colors of #CB06A2
Black with #CB06A2
Text Example
Text Example
White with #CB06A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB06A2; }
p { color: rgb(203,6,162); }
H1.HeaderClassName
{
color: #CB06A2;
}
.AnyTagClassName
{
color: #CB06A2;
}
</style>
background-color css
<style>
a { background-color: #CB06A2; }
a { background-color: rgb(203,6,162); }
div.DivClassName
{
background-color: #CB06A2;
}
.BgClassName
{
background-color: #CB06A2;
}
</style>
border-color css
<style>
span { border-color: #CB06A2; }
span { border-color: rgb(203,6,162); }
td.TdClassName
{
border-color: #CB06A2;
}
.TagClassName
{
border-color: #CB06A2;
}
</style>