Shades of Medium Violet Red #CB0186
Tints of Medium Violet Red #CB0186
RGB
CMYK
RGB Variations
Color information
#CB0186 (or 0xCB0186) is known color: Medium Violet Red. HEX triplet: CB, 01 and 86. RGB value is (203,1,134). Sum of RGB (Red+Green+Blue) = 203+1+134=338 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.06% from 338); Green value is 1 (0.78% from 255 or 0.30% from 338); Blue value is 134 (52.73% from 255 or 39.64% from 338); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0186 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0186 is #34FE79. Grayscale: #4C4C4C. Windows color (decimal): -3473018 or 8782283. OLE color: 8782283.
HSL color Cylindrical-coordinate representation of color #CB0186: hue angle of 320.5º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB0186 is Cyan = 0, Magento = 1.00, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 1 | 134 | - |
| CMYK | 0 | 1.00 | 0.34 | 0.20 |
| HSL | 320.5º | 0.99% | 0.4% | - |
| HSV(B) | 320.5º | 1% | 0.8% | - |
| XYZ | 28.94 | 14.44 | 23.82 | - |
| YUV | 76.56 | 160.42 | 218.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 1 | 134 | 0 | 1.00 | 0.34 | 0.20 | 320.5 | 0.99 | 0.4 |
| Hex | CB | 1 | 86 | 0 | 64 | 22 | 14 | 140 | 63 | 28 |
| Octal | 313 | 1 | 206 | 0 | 144 | 42 | 24 | 500 | 143 | 50 |
| Binary | 11001011 | 1 | 10000110 | 0 | 1100100 | 100010 | 10100 | 101000000 | 1100011 | 101000 |
Color Harmonies of #CB0186
Complementary color
Monochromatic Colors of #CB0186
Black with #CB0186
Text Example
Text Example
White with #CB0186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0186; }
p { color: rgb(203,1,134); }
H1.HeaderClassName
{
color: #CB0186;
}
.AnyTagClassName
{
color: #CB0186;
}
</style>
background-color css
<style>
a { background-color: #CB0186; }
a { background-color: rgb(203,1,134); }
div.DivClassName
{
background-color: #CB0186;
}
.BgClassName
{
background-color: #CB0186;
}
</style>
border-color css
<style>
span { border-color: #CB0186; }
span { border-color: rgb(203,1,134); }
td.TdClassName
{
border-color: #CB0186;
}
.TagClassName
{
border-color: #CB0186;
}
</style>