Shades of Medium Violet Red #CB0873
Tints of Medium Violet Red #CB0873
RGB
CMYK
RGB Variations
Color information
#CB0873 (or 0xCB0873) is known color: Medium Violet Red. HEX triplet: CB, 08 and 73. RGB value is (203,8,115). Sum of RGB (Red+Green+Blue) = 203+8+115=326 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.27% from 326); Green value is 8 (3.52% from 255 or 2.45% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0873 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0873 is #34F78C. Grayscale: #4E4E4E. Windows color (decimal): -3471245 or 7538891. OLE color: 7538891.
HSL color Cylindrical-coordinate representation of color #CB0873: hue angle of 327.08º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB0873 is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 8 | 115 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.20 |
| HSL | 327.08º | 0.92% | 0.41% | - |
| HSV(B) | 327.08º | 0.96% | 0.8% | - |
| XYZ | 27.81 | 14.11 | 17.48 | - |
| YUV | 78.5 | 148.6 | 216.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 8 | 115 | 0 | 0.96 | 0.43 | 0.20 | 327.08 | 0.92 | 0.41 |
| Hex | CB | 8 | 73 | 0 | 60 | 2B | 14 | 147 | 5C | 29 |
| Octal | 313 | 10 | 163 | 0 | 140 | 53 | 24 | 507 | 134 | 51 |
| Binary | 11001011 | 1000 | 1110011 | 0 | 1100000 | 101011 | 10100 | 101000111 | 1011100 | 101001 |
Color Harmonies of #CB0873
Complementary color
Monochromatic Colors of #CB0873
Black with #CB0873
Text Example
Text Example
White with #CB0873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0873; }
p { color: rgb(203,8,115); }
H1.HeaderClassName
{
color: #CB0873;
}
.AnyTagClassName
{
color: #CB0873;
}
</style>
background-color css
<style>
a { background-color: #CB0873; }
a { background-color: rgb(203,8,115); }
div.DivClassName
{
background-color: #CB0873;
}
.BgClassName
{
background-color: #CB0873;
}
</style>
border-color css
<style>
span { border-color: #CB0873; }
span { border-color: rgb(203,8,115); }
td.TdClassName
{
border-color: #CB0873;
}
.TagClassName
{
border-color: #CB0873;
}
</style>