Shades of Medium Violet Red #CB167B
Tints of Medium Violet Red #CB167B
RGB
CMYK
RGB Variations
Color information
#CB167B (or 0xCB167B) is known color: Medium Violet Red. HEX triplet: CB, 16 and 7B. RGB value is (203,22,123). Sum of RGB (Red+Green+Blue) = 203+22+123=348 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.33% from 348); Green value is 22 (8.98% from 255 or 6.32% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 203 - color contains mainly: red. Hex color #CB167B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB167B is #34E984. Grayscale: #575757. Windows color (decimal): -3467653 or 8066763. OLE color: 8066763.
HSL color Cylindrical-coordinate representation of color #CB167B: hue angle of 326.52º 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 #CB167B is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 22 | 123 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.20 |
| HSL | 326.52º | 0.8% | 0.44% | - |
| HSV(B) | 326.52º | 0.89% | 0.8% | - |
| XYZ | 28.49 | 14.7 | 20.07 | - |
| YUV | 87.63 | 147.97 | 210.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 22 | 123 | 0 | 0.89 | 0.39 | 0.20 | 326.52 | 0.8 | 0.44 |
| Hex | CB | 16 | 7B | 0 | 59 | 27 | 14 | 147 | 50 | 2C |
| Octal | 313 | 26 | 173 | 0 | 131 | 47 | 24 | 507 | 120 | 54 |
| Binary | 11001011 | 10110 | 1111011 | 0 | 1011001 | 100111 | 10100 | 101000111 | 1010000 | 101100 |
Color Harmonies of #CB167B
Complementary color
Monochromatic Colors of #CB167B
Black with #CB167B
Text Example
Text Example
White with #CB167B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB167B; }
p { color: rgb(203,22,123); }
H1.HeaderClassName
{
color: #CB167B;
}
.AnyTagClassName
{
color: #CB167B;
}
</style>
background-color css
<style>
a { background-color: #CB167B; }
a { background-color: rgb(203,22,123); }
div.DivClassName
{
background-color: #CB167B;
}
.BgClassName
{
background-color: #CB167B;
}
</style>
border-color css
<style>
span { border-color: #CB167B; }
span { border-color: rgb(203,22,123); }
td.TdClassName
{
border-color: #CB167B;
}
.TagClassName
{
border-color: #CB167B;
}
</style>