Shades of Medium Violet Red #CB0088
Tints of Medium Violet Red #CB0088
RGB
CMYK
RGB Variations
Color information
#CB0088 (or 0xCB0088) is known color: Medium Violet Red. HEX triplet: CB, 00 and 88. RGB value is (203,0,136). Sum of RGB (Red+Green+Blue) = 203+0+136=339 (44% of max value = 765). Red value is 203 (79.69% from 255 or 59.88% from 339); Green value is 0 (0.39% from 255 or 0% from 339); Blue value is 136 (53.52% from 255 or 40.12% from 339); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0088 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0088 is #34FF77. Grayscale: #4B4B4B. Windows color (decimal): -3473272 or 8913099. OLE color: 8913099.
HSL color Cylindrical-coordinate representation of color #CB0088: hue angle of 319.8º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB0088 is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 0 | 136 | - |
| CMYK | 0 | 1 | 0.33 | 0.20 |
| HSL | 319.8º | 1% | 0.4% | - |
| HSV(B) | 319.8º | 1% | 0.8% | - |
| XYZ | 29.07 | 14.47 | 24.55 | - |
| YUV | 76.2 | 161.75 | 218.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 0 | 136 | 0 | 1 | 0.33 | 0.20 | 319.8 | 1 | 0.4 |
| Hex | CB | 0 | 88 | 0 | 64 | 21 | 14 | 140 | 64 | 28 |
| Octal | 313 | 0 | 210 | 0 | 144 | 41 | 24 | 500 | 144 | 50 |
| Binary | 11001011 | 0 | 10001000 | 0 | 1100100 | 100001 | 10100 | 101000000 | 1100100 | 101000 |
Color Harmonies of #CB0088
Complementary color
Monochromatic Colors of #CB0088
Black with #CB0088
Text Example
Text Example
White with #CB0088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0088; }
p { color: rgb(203,0,136); }
H1.HeaderClassName
{
color: #CB0088;
}
.AnyTagClassName
{
color: #CB0088;
}
</style>
background-color css
<style>
a { background-color: #CB0088; }
a { background-color: rgb(203,0,136); }
div.DivClassName
{
background-color: #CB0088;
}
.BgClassName
{
background-color: #CB0088;
}
</style>
border-color css
<style>
span { border-color: #CB0088; }
span { border-color: rgb(203,0,136); }
td.TdClassName
{
border-color: #CB0088;
}
.TagClassName
{
border-color: #CB0088;
}
</style>