Shades of Medium Violet Red #CB1088
Tints of Medium Violet Red #CB1088
RGB
CMYK
RGB Variations
Color information
#CB1088 (or 0xCB1088) is known color: Medium Violet Red. HEX triplet: CB, 10 and 88. RGB value is (203,16,136). Sum of RGB (Red+Green+Blue) = 203+16+136=355 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.18% from 355); Green value is 16 (6.64% from 255 or 4.51% from 355); Blue value is 136 (53.52% from 255 or 38.31% from 355); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1088 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1088 is #34EF77. Grayscale: #555555. Windows color (decimal): -3469176 or 8917195. OLE color: 8917195.
HSL color Cylindrical-coordinate representation of color #CB1088: hue angle of 321.5º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB1088 is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 16 | 136 | - |
| CMYK | 0 | 0.92 | 0.33 | 0.20 |
| HSL | 321.5º | 0.85% | 0.43% | - |
| HSV(B) | 321.5º | 0.92% | 0.8% | - |
| XYZ | 29.26 | 14.84 | 24.62 | - |
| YUV | 85.59 | 156.45 | 211.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 16 | 136 | 0 | 0.92 | 0.33 | 0.20 | 321.5 | 0.85 | 0.43 |
| Hex | CB | 10 | 88 | 0 | 5C | 21 | 14 | 141 | 55 | 2B |
| Octal | 313 | 20 | 210 | 0 | 134 | 41 | 24 | 501 | 125 | 53 |
| Binary | 11001011 | 10000 | 10001000 | 0 | 1011100 | 100001 | 10100 | 101000001 | 1010101 | 101011 |
Color Harmonies of #CB1088
Complementary color
Monochromatic Colors of #CB1088
Black with #CB1088
Text Example
Text Example
White with #CB1088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1088; }
p { color: rgb(203,16,136); }
H1.HeaderClassName
{
color: #CB1088;
}
.AnyTagClassName
{
color: #CB1088;
}
</style>
background-color css
<style>
a { background-color: #CB1088; }
a { background-color: rgb(203,16,136); }
div.DivClassName
{
background-color: #CB1088;
}
.BgClassName
{
background-color: #CB1088;
}
</style>
border-color css
<style>
span { border-color: #CB1088; }
span { border-color: rgb(203,16,136); }
td.TdClassName
{
border-color: #CB1088;
}
.TagClassName
{
border-color: #CB1088;
}
</style>