Shades of Medium Violet Red #CB168B
Tints of Medium Violet Red #CB168B
RGB
CMYK
RGB Variations
Color information
#CB168B (or 0xCB168B) is known color: Medium Violet Red. HEX triplet: CB, 16 and 8B. RGB value is (203,22,139). Sum of RGB (Red+Green+Blue) = 203+22+139=364 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.77% from 364); Green value is 22 (8.98% from 255 or 6.04% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 203 - color contains mainly: red. Hex color #CB168B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB168B is #34E974. Grayscale: #595959. Windows color (decimal): -3467637 or 9115339. OLE color: 9115339.
HSL color Cylindrical-coordinate representation of color #CB168B: hue angle of 321.22º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB168B is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 22 | 139 | - |
| CMYK | 0 | 0.89 | 0.32 | 0.20 |
| HSL | 321.22º | 0.8% | 0.44% | - |
| HSV(B) | 321.22º | 0.89% | 0.8% | - |
| XYZ | 29.58 | 15.13 | 25.79 | - |
| YUV | 89.46 | 155.97 | 208.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 22 | 139 | 0 | 0.89 | 0.32 | 0.20 | 321.22 | 0.8 | 0.44 |
| Hex | CB | 16 | 8B | 0 | 59 | 20 | 14 | 141 | 50 | 2C |
| Octal | 313 | 26 | 213 | 0 | 131 | 40 | 24 | 501 | 120 | 54 |
| Binary | 11001011 | 10110 | 10001011 | 0 | 1011001 | 100000 | 10100 | 101000001 | 1010000 | 101100 |
Color Harmonies of #CB168B
Complementary color
Monochromatic Colors of #CB168B
Black with #CB168B
Text Example
Text Example
White with #CB168B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB168B; }
p { color: rgb(203,22,139); }
H1.HeaderClassName
{
color: #CB168B;
}
.AnyTagClassName
{
color: #CB168B;
}
</style>
background-color css
<style>
a { background-color: #CB168B; }
a { background-color: rgb(203,22,139); }
div.DivClassName
{
background-color: #CB168B;
}
.BgClassName
{
background-color: #CB168B;
}
</style>
border-color css
<style>
span { border-color: #CB168B; }
span { border-color: rgb(203,22,139); }
td.TdClassName
{
border-color: #CB168B;
}
.TagClassName
{
border-color: #CB168B;
}
</style>