Shades of Medium Violet Red #CB1799
Tints of Medium Violet Red #CB1799
RGB
CMYK
RGB Variations
Color information
#CB1799 (or 0xCB1799) is known color: Medium Violet Red. HEX triplet: CB, 17 and 99. RGB value is (203,23,153). Sum of RGB (Red+Green+Blue) = 203+23+153=379 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.56% from 379); Green value is 23 (9.38% from 255 or 6.07% from 379); Blue value is 153 (60.16% from 255 or 40.37% from 379); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1799 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1799 is #34E866. Grayscale: #5B5B5B. Windows color (decimal): -3467367 or 10033099. OLE color: 10033099.
HSL color Cylindrical-coordinate representation of color #CB1799: hue angle of 316.67º 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 #CB1799 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 23 | 153 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.20 |
| HSL | 316.67º | 0.8% | 0.44% | - |
| HSV(B) | 316.67º | 0.89% | 0.8% | - |
| XYZ | 30.68 | 15.61 | 31.53 | - |
| YUV | 91.64 | 162.63 | 207.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 23 | 153 | 0 | 0.89 | 0.25 | 0.20 | 316.67 | 0.8 | 0.44 |
| Hex | CB | 17 | 99 | 0 | 59 | 19 | 14 | 13D | 50 | 2C |
| Octal | 313 | 27 | 231 | 0 | 131 | 31 | 24 | 475 | 120 | 54 |
| Binary | 11001011 | 10111 | 10011001 | 0 | 1011001 | 11001 | 10100 | 100111101 | 1010000 | 101100 |
Color Harmonies of #CB1799
Complementary color
Monochromatic Colors of #CB1799
Black with #CB1799
Text Example
Text Example
White with #CB1799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1799; }
p { color: rgb(203,23,153); }
H1.HeaderClassName
{
color: #CB1799;
}
.AnyTagClassName
{
color: #CB1799;
}
</style>
background-color css
<style>
a { background-color: #CB1799; }
a { background-color: rgb(203,23,153); }
div.DivClassName
{
background-color: #CB1799;
}
.BgClassName
{
background-color: #CB1799;
}
</style>
border-color css
<style>
span { border-color: #CB1799; }
span { border-color: rgb(203,23,153); }
td.TdClassName
{
border-color: #CB1799;
}
.TagClassName
{
border-color: #CB1799;
}
</style>