Shades of Medium Violet Red #CB1698
Tints of Medium Violet Red #CB1698
RGB
CMYK
RGB Variations
Color information
#CB1698 (or 0xCB1698) is known color: Medium Violet Red. HEX triplet: CB, 16 and 98. RGB value is (203,22,152). Sum of RGB (Red+Green+Blue) = 203+22+152=377 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.85% from 377); Green value is 22 (8.98% from 255 or 5.84% from 377); Blue value is 152 (59.77% from 255 or 40.32% from 377); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1698 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1698 is #34E967. Grayscale: #5A5A5A. Windows color (decimal): -3467624 or 9967307. OLE color: 9967307.
HSL color Cylindrical-coordinate representation of color #CB1698: hue angle of 316.91º 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 #CB1698 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 22 | 152 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.20 |
| HSL | 316.91º | 0.8% | 0.44% | - |
| HSV(B) | 316.91º | 0.89% | 0.8% | - |
| XYZ | 30.58 | 15.54 | 31.09 | - |
| YUV | 90.94 | 162.47 | 207.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 22 | 152 | 0 | 0.89 | 0.25 | 0.20 | 316.91 | 0.8 | 0.44 |
| Hex | CB | 16 | 98 | 0 | 59 | 19 | 14 | 13D | 50 | 2C |
| Octal | 313 | 26 | 230 | 0 | 131 | 31 | 24 | 475 | 120 | 54 |
| Binary | 11001011 | 10110 | 10011000 | 0 | 1011001 | 11001 | 10100 | 100111101 | 1010000 | 101100 |
Color Harmonies of #CB1698
Complementary color
Monochromatic Colors of #CB1698
Black with #CB1698
Text Example
Text Example
White with #CB1698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1698; }
p { color: rgb(203,22,152); }
H1.HeaderClassName
{
color: #CB1698;
}
.AnyTagClassName
{
color: #CB1698;
}
</style>
background-color css
<style>
a { background-color: #CB1698; }
a { background-color: rgb(203,22,152); }
div.DivClassName
{
background-color: #CB1698;
}
.BgClassName
{
background-color: #CB1698;
}
</style>
border-color css
<style>
span { border-color: #CB1698; }
span { border-color: rgb(203,22,152); }
td.TdClassName
{
border-color: #CB1698;
}
.TagClassName
{
border-color: #CB1698;
}
</style>