Shades of Medium Violet Red #CB0B9B
Tints of Medium Violet Red #CB0B9B
RGB
CMYK
RGB Variations
Color information
#CB0B9B (or 0xCB0B9B) is known color: Medium Violet Red. HEX triplet: CB, 0B and 9B. RGB value is (203,11,155). Sum of RGB (Red+Green+Blue) = 203+11+155=369 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.01% from 369); Green value is 11 (4.69% from 255 or 2.98% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0B9B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0B9B is #34F464. Grayscale: #545454. Windows color (decimal): -3470437 or 10161099. OLE color: 10161099.
HSL color Cylindrical-coordinate representation of color #CB0B9B: hue angle of 315º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB0B9B is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 11 | 155 | - |
| CMYK | 0 | 0.95 | 0.24 | 0.20 |
| HSL | 315º | 0.9% | 0.42% | - |
| HSV(B) | 315º | 0.95% | 0.8% | - |
| XYZ | 30.66 | 15.3 | 32.35 | - |
| YUV | 84.82 | 167.61 | 212.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 11 | 155 | 0 | 0.95 | 0.24 | 0.20 | 315 | 0.9 | 0.42 |
| Hex | CB | B | 9B | 0 | 5F | 18 | 14 | 13B | 5A | 2A |
| Octal | 313 | 13 | 233 | 0 | 137 | 30 | 24 | 473 | 132 | 52 |
| Binary | 11001011 | 1011 | 10011011 | 0 | 1011111 | 11000 | 10100 | 100111011 | 1011010 | 101010 |
Color Harmonies of #CB0B9B
Complementary color
Monochromatic Colors of #CB0B9B
Black with #CB0B9B
Text Example
Text Example
White with #CB0B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0B9B; }
p { color: rgb(203,11,155); }
H1.HeaderClassName
{
color: #CB0B9B;
}
.AnyTagClassName
{
color: #CB0B9B;
}
</style>
background-color css
<style>
a { background-color: #CB0B9B; }
a { background-color: rgb(203,11,155); }
div.DivClassName
{
background-color: #CB0B9B;
}
.BgClassName
{
background-color: #CB0B9B;
}
</style>
border-color css
<style>
span { border-color: #CB0B9B; }
span { border-color: rgb(203,11,155); }
td.TdClassName
{
border-color: #CB0B9B;
}
.TagClassName
{
border-color: #CB0B9B;
}
</style>