Shades of Medium Violet Red #CB1798
Tints of Medium Violet Red #CB1798
RGB
CMYK
RGB Variations
Color information
#CB1798 (or 0xCB1798) is known color: Medium Violet Red. HEX triplet: CB, 17 and 98. RGB value is (203,23,152). Sum of RGB (Red+Green+Blue) = 203+23+152=378 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.70% from 378); Green value is 23 (9.38% from 255 or 6.08% from 378); Blue value is 152 (59.77% from 255 or 40.21% from 378); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1798 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1798 is #34E867. Grayscale: #5B5B5B. Windows color (decimal): -3467368 or 9967563. OLE color: 9967563.
HSL color Cylindrical-coordinate representation of color #CB1798: hue angle of 317º 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 #CB1798 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 23 | 152 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.20 |
| HSL | 317º | 0.8% | 0.44% | - |
| HSV(B) | 317º | 0.89% | 0.8% | - |
| XYZ | 30.6 | 15.58 | 31.1 | - |
| YUV | 91.53 | 162.13 | 207.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 23 | 152 | 0 | 0.89 | 0.25 | 0.20 | 317 | 0.8 | 0.44 |
| Hex | CB | 17 | 98 | 0 | 59 | 19 | 14 | 13D | 50 | 2C |
| Octal | 313 | 27 | 230 | 0 | 131 | 31 | 24 | 475 | 120 | 54 |
| Binary | 11001011 | 10111 | 10011000 | 0 | 1011001 | 11001 | 10100 | 100111101 | 1010000 | 101100 |
Color Harmonies of #CB1798
Complementary color
Monochromatic Colors of #CB1798
Black with #CB1798
Text Example
Text Example
White with #CB1798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1798; }
p { color: rgb(203,23,152); }
H1.HeaderClassName
{
color: #CB1798;
}
.AnyTagClassName
{
color: #CB1798;
}
</style>
background-color css
<style>
a { background-color: #CB1798; }
a { background-color: rgb(203,23,152); }
div.DivClassName
{
background-color: #CB1798;
}
.BgClassName
{
background-color: #CB1798;
}
</style>
border-color css
<style>
span { border-color: #CB1798; }
span { border-color: rgb(203,23,152); }
td.TdClassName
{
border-color: #CB1798;
}
.TagClassName
{
border-color: #CB1798;
}
</style>