Shades of Medium Violet Red #CB0886
Tints of Medium Violet Red #CB0886
RGB
CMYK
RGB Variations
Color information
#CB0886 (or 0xCB0886) is known color: Medium Violet Red. HEX triplet: CB, 08 and 86. RGB value is (203,8,134). Sum of RGB (Red+Green+Blue) = 203+8+134=345 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.84% from 345); Green value is 8 (3.52% from 255 or 2.32% from 345); Blue value is 134 (52.73% from 255 or 38.84% from 345); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0886 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0886 is #34F779. Grayscale: #505050. Windows color (decimal): -3471226 or 8784075. OLE color: 8784075.
HSL color Cylindrical-coordinate representation of color #CB0886: hue angle of 321.23º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB0886 is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 8 | 134 | - |
| CMYK | 0 | 0.96 | 0.34 | 0.20 |
| HSL | 321.23º | 0.92% | 0.41% | - |
| HSV(B) | 321.23º | 0.96% | 0.8% | - |
| XYZ | 29.02 | 14.59 | 23.84 | - |
| YUV | 80.67 | 158.1 | 215.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 8 | 134 | 0 | 0.96 | 0.34 | 0.20 | 321.23 | 0.92 | 0.41 |
| Hex | CB | 8 | 86 | 0 | 60 | 22 | 14 | 141 | 5C | 29 |
| Octal | 313 | 10 | 206 | 0 | 140 | 42 | 24 | 501 | 134 | 51 |
| Binary | 11001011 | 1000 | 10000110 | 0 | 1100000 | 100010 | 10100 | 101000001 | 1011100 | 101001 |
Color Harmonies of #CB0886
Complementary color
Monochromatic Colors of #CB0886
Black with #CB0886
Text Example
Text Example
White with #CB0886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0886; }
p { color: rgb(203,8,134); }
H1.HeaderClassName
{
color: #CB0886;
}
.AnyTagClassName
{
color: #CB0886;
}
</style>
background-color css
<style>
a { background-color: #CB0886; }
a { background-color: rgb(203,8,134); }
div.DivClassName
{
background-color: #CB0886;
}
.BgClassName
{
background-color: #CB0886;
}
</style>
border-color css
<style>
span { border-color: #CB0886; }
span { border-color: rgb(203,8,134); }
td.TdClassName
{
border-color: #CB0886;
}
.TagClassName
{
border-color: #CB0886;
}
</style>