Shades of Medium Violet Red #CB1699
Tints of Medium Violet Red #CB1699
RGB
CMYK
RGB Variations
Color information
#CB1699 (or 0xCB1699) is known color: Medium Violet Red. HEX triplet: CB, 16 and 99. RGB value is (203,22,153). Sum of RGB (Red+Green+Blue) = 203+22+153=378 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.70% from 378); Green value is 22 (8.98% from 255 or 5.82% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1699 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1699 is #34E966. Grayscale: #5A5A5A. Windows color (decimal): -3467623 or 10032843. OLE color: 10032843.
HSL color Cylindrical-coordinate representation of color #CB1699: hue angle of 316.57º 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 #CB1699 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 22 | 153 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.20 |
| HSL | 316.57º | 0.8% | 0.44% | - |
| HSV(B) | 316.57º | 0.89% | 0.8% | - |
| XYZ | 30.67 | 15.57 | 31.53 | - |
| YUV | 91.05 | 162.97 | 207.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 22 | 153 | 0 | 0.89 | 0.25 | 0.20 | 316.57 | 0.8 | 0.44 |
| Hex | CB | 16 | 99 | 0 | 59 | 19 | 14 | 13D | 50 | 2C |
| Octal | 313 | 26 | 231 | 0 | 131 | 31 | 24 | 475 | 120 | 54 |
| Binary | 11001011 | 10110 | 10011001 | 0 | 1011001 | 11001 | 10100 | 100111101 | 1010000 | 101100 |
Color Harmonies of #CB1699
Complementary color
Monochromatic Colors of #CB1699
Black with #CB1699
Text Example
Text Example
White with #CB1699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1699; }
p { color: rgb(203,22,153); }
H1.HeaderClassName
{
color: #CB1699;
}
.AnyTagClassName
{
color: #CB1699;
}
</style>
background-color css
<style>
a { background-color: #CB1699; }
a { background-color: rgb(203,22,153); }
div.DivClassName
{
background-color: #CB1699;
}
.BgClassName
{
background-color: #CB1699;
}
</style>
border-color css
<style>
span { border-color: #CB1699; }
span { border-color: rgb(203,22,153); }
td.TdClassName
{
border-color: #CB1699;
}
.TagClassName
{
border-color: #CB1699;
}
</style>