Shades of Medium Violet Red #CB1686
Tints of Medium Violet Red #CB1686
RGB
CMYK
RGB Variations
Color information
#CB1686 (or 0xCB1686) is known color: Medium Violet Red. HEX triplet: CB, 16 and 86. RGB value is (203,22,134). Sum of RGB (Red+Green+Blue) = 203+22+134=359 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.55% from 359); Green value is 22 (8.98% from 255 or 6.13% from 359); Blue value is 134 (52.73% from 255 or 37.33% from 359); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1686 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1686 is #34E979. Grayscale: #585858. Windows color (decimal): -3467642 or 8787659. OLE color: 8787659.
HSL color Cylindrical-coordinate representation of color #CB1686: hue angle of 322.87º 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 #CB1686 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 22 | 134 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.20 |
| HSL | 322.87º | 0.8% | 0.44% | - |
| HSV(B) | 322.87º | 0.89% | 0.8% | - |
| XYZ | 29.22 | 14.99 | 23.91 | - |
| YUV | 88.89 | 153.47 | 209.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 22 | 134 | 0 | 0.89 | 0.34 | 0.20 | 322.87 | 0.8 | 0.44 |
| Hex | CB | 16 | 86 | 0 | 59 | 22 | 14 | 143 | 50 | 2C |
| Octal | 313 | 26 | 206 | 0 | 131 | 42 | 24 | 503 | 120 | 54 |
| Binary | 11001011 | 10110 | 10000110 | 0 | 1011001 | 100010 | 10100 | 101000011 | 1010000 | 101100 |
Color Harmonies of #CB1686
Complementary color
Monochromatic Colors of #CB1686
Black with #CB1686
Text Example
Text Example
White with #CB1686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1686; }
p { color: rgb(203,22,134); }
H1.HeaderClassName
{
color: #CB1686;
}
.AnyTagClassName
{
color: #CB1686;
}
</style>
background-color css
<style>
a { background-color: #CB1686; }
a { background-color: rgb(203,22,134); }
div.DivClassName
{
background-color: #CB1686;
}
.BgClassName
{
background-color: #CB1686;
}
</style>
border-color css
<style>
span { border-color: #CB1686; }
span { border-color: rgb(203,22,134); }
td.TdClassName
{
border-color: #CB1686;
}
.TagClassName
{
border-color: #CB1686;
}
</style>