Shades of Medium Violet Red #CB0B73
Tints of Medium Violet Red #CB0B73
RGB
CMYK
RGB Variations
Color information
#CB0B73 (or 0xCB0B73) is known color: Medium Violet Red. HEX triplet: CB, 0B and 73. RGB value is (203,11,115). Sum of RGB (Red+Green+Blue) = 203+11+115=329 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.70% from 329); Green value is 11 (4.69% from 255 or 3.34% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0B73 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0B73 is #34F48C. Grayscale: #505050. Windows color (decimal): -3470477 or 7539659. OLE color: 7539659.
HSL color Cylindrical-coordinate representation of color #CB0B73: hue angle of 327.5º 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 #CB0B73 is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 11 | 115 | - |
| CMYK | 0 | 0.95 | 0.43 | 0.20 |
| HSL | 327.5º | 0.9% | 0.42% | - |
| HSV(B) | 327.5º | 0.95% | 0.8% | - |
| XYZ | 27.84 | 14.17 | 17.49 | - |
| YUV | 80.26 | 147.61 | 215.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 11 | 115 | 0 | 0.95 | 0.43 | 0.20 | 327.5 | 0.9 | 0.42 |
| Hex | CB | B | 73 | 0 | 5F | 2B | 14 | 148 | 5A | 2A |
| Octal | 313 | 13 | 163 | 0 | 137 | 53 | 24 | 510 | 132 | 52 |
| Binary | 11001011 | 1011 | 1110011 | 0 | 1011111 | 101011 | 10100 | 101001000 | 1011010 | 101010 |
Color Harmonies of #CB0B73
Complementary color
Monochromatic Colors of #CB0B73
Black with #CB0B73
Text Example
Text Example
White with #CB0B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0B73; }
p { color: rgb(203,11,115); }
H1.HeaderClassName
{
color: #CB0B73;
}
.AnyTagClassName
{
color: #CB0B73;
}
</style>
background-color css
<style>
a { background-color: #CB0B73; }
a { background-color: rgb(203,11,115); }
div.DivClassName
{
background-color: #CB0B73;
}
.BgClassName
{
background-color: #CB0B73;
}
</style>
border-color css
<style>
span { border-color: #CB0B73; }
span { border-color: rgb(203,11,115); }
td.TdClassName
{
border-color: #CB0B73;
}
.TagClassName
{
border-color: #CB0B73;
}
</style>