Shades of Medium Violet Red #CB1873
Tints of Medium Violet Red #CB1873
RGB
CMYK
RGB Variations
Color information
#CB1873 (or 0xCB1873) is known color: Medium Violet Red. HEX triplet: CB, 18 and 73. RGB value is (203,24,115). Sum of RGB (Red+Green+Blue) = 203+24+115=342 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.36% from 342); Green value is 24 (9.77% from 255 or 7.02% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1873 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1873 is #34E78C. Grayscale: #575757. Windows color (decimal): -3467149 or 7542987. OLE color: 7542987.
HSL color Cylindrical-coordinate representation of color #CB1873: hue angle of 329.5º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB1873 is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 24 | 115 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.20 |
| HSL | 329.5º | 0.79% | 0.45% | - |
| HSV(B) | 329.5º | 0.88% | 0.8% | - |
| XYZ | 28.05 | 14.59 | 17.56 | - |
| YUV | 87.9 | 143.3 | 210.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 24 | 115 | 0 | 0.88 | 0.43 | 0.20 | 329.5 | 0.79 | 0.45 |
| Hex | CB | 18 | 73 | 0 | 58 | 2B | 14 | 149 | 4F | 2D |
| Octal | 313 | 30 | 163 | 0 | 130 | 53 | 24 | 511 | 117 | 55 |
| Binary | 11001011 | 11000 | 1110011 | 0 | 1011000 | 101011 | 10100 | 101001001 | 1001111 | 101101 |
Color Harmonies of #CB1873
Complementary color
Monochromatic Colors of #CB1873
Black with #CB1873
Text Example
Text Example
White with #CB1873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1873; }
p { color: rgb(203,24,115); }
H1.HeaderClassName
{
color: #CB1873;
}
.AnyTagClassName
{
color: #CB1873;
}
</style>
background-color css
<style>
a { background-color: #CB1873; }
a { background-color: rgb(203,24,115); }
div.DivClassName
{
background-color: #CB1873;
}
.BgClassName
{
background-color: #CB1873;
}
</style>
border-color css
<style>
span { border-color: #CB1873; }
span { border-color: rgb(203,24,115); }
td.TdClassName
{
border-color: #CB1873;
}
.TagClassName
{
border-color: #CB1873;
}
</style>