Shades of Medium Violet Red #CB1673
Tints of Medium Violet Red #CB1673
RGB
CMYK
RGB Variations
Color information
#CB1673 (or 0xCB1673) is known color: Medium Violet Red. HEX triplet: CB, 16 and 73. RGB value is (203,22,115). Sum of RGB (Red+Green+Blue) = 203+22+115=340 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.71% from 340); Green value is 22 (8.98% from 255 or 6.47% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1673 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1673 is #34E98C. Grayscale: #565656. Windows color (decimal): -3467661 or 7542475. OLE color: 7542475.
HSL color Cylindrical-coordinate representation of color #CB1673: hue angle of 329.17º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB1673 is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 22 | 115 | - |
| CMYK | 0 | 0.89 | 0.43 | 0.20 |
| HSL | 329.17º | 0.8% | 0.44% | - |
| HSV(B) | 329.17º | 0.89% | 0.8% | - |
| XYZ | 28.01 | 14.51 | 17.54 | - |
| YUV | 86.72 | 143.97 | 210.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 22 | 115 | 0 | 0.89 | 0.43 | 0.20 | 329.17 | 0.8 | 0.44 |
| Hex | CB | 16 | 73 | 0 | 59 | 2B | 14 | 149 | 50 | 2C |
| Octal | 313 | 26 | 163 | 0 | 131 | 53 | 24 | 511 | 120 | 54 |
| Binary | 11001011 | 10110 | 1110011 | 0 | 1011001 | 101011 | 10100 | 101001001 | 1010000 | 101100 |
Color Harmonies of #CB1673
Complementary color
Monochromatic Colors of #CB1673
Black with #CB1673
Text Example
Text Example
White with #CB1673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1673; }
p { color: rgb(203,22,115); }
H1.HeaderClassName
{
color: #CB1673;
}
.AnyTagClassName
{
color: #CB1673;
}
</style>
background-color css
<style>
a { background-color: #CB1673; }
a { background-color: rgb(203,22,115); }
div.DivClassName
{
background-color: #CB1673;
}
.BgClassName
{
background-color: #CB1673;
}
</style>
border-color css
<style>
span { border-color: #CB1673; }
span { border-color: rgb(203,22,115); }
td.TdClassName
{
border-color: #CB1673;
}
.TagClassName
{
border-color: #CB1673;
}
</style>