Shades of Medium Violet Red #CB0B7B
Tints of Medium Violet Red #CB0B7B
RGB
CMYK
RGB Variations
Color information
#CB0B7B (or 0xCB0B7B) is known color: Medium Violet Red. HEX triplet: CB, 0B and 7B. RGB value is (203,11,123). Sum of RGB (Red+Green+Blue) = 203+11+123=337 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.24% from 337); Green value is 11 (4.69% from 255 or 3.26% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0B7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0B7B is #34F484. Grayscale: #505050. Windows color (decimal): -3470469 or 8063947. OLE color: 8063947.
HSL color Cylindrical-coordinate representation of color #CB0B7B: hue angle of 325º 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 #CB0B7B is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 11 | 123 | - |
| CMYK | 0 | 0.95 | 0.39 | 0.20 |
| HSL | 325º | 0.9% | 0.42% | - |
| HSV(B) | 325º | 0.95% | 0.8% | - |
| XYZ | 28.32 | 14.37 | 20.02 | - |
| YUV | 81.18 | 151.61 | 214.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 11 | 123 | 0 | 0.95 | 0.39 | 0.20 | 325 | 0.9 | 0.42 |
| Hex | CB | B | 7B | 0 | 5F | 27 | 14 | 145 | 5A | 2A |
| Octal | 313 | 13 | 173 | 0 | 137 | 47 | 24 | 505 | 132 | 52 |
| Binary | 11001011 | 1011 | 1111011 | 0 | 1011111 | 100111 | 10100 | 101000101 | 1011010 | 101010 |
Color Harmonies of #CB0B7B
Complementary color
Monochromatic Colors of #CB0B7B
Black with #CB0B7B
Text Example
Text Example
White with #CB0B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0B7B; }
p { color: rgb(203,11,123); }
H1.HeaderClassName
{
color: #CB0B7B;
}
.AnyTagClassName
{
color: #CB0B7B;
}
</style>
background-color css
<style>
a { background-color: #CB0B7B; }
a { background-color: rgb(203,11,123); }
div.DivClassName
{
background-color: #CB0B7B;
}
.BgClassName
{
background-color: #CB0B7B;
}
</style>
border-color css
<style>
span { border-color: #CB0B7B; }
span { border-color: rgb(203,11,123); }
td.TdClassName
{
border-color: #CB0B7B;
}
.TagClassName
{
border-color: #CB0B7B;
}
</style>