Shades of Medium Violet Red #CB1999
Tints of Medium Violet Red #CB1999
RGB
CMYK
RGB Variations
Color information
#CB1999 (or 0xCB1999) is known color: Medium Violet Red. HEX triplet: CB, 19 and 99. RGB value is (203,25,153). Sum of RGB (Red+Green+Blue) = 203+25+153=381 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.28% from 381); Green value is 25 (10.16% from 255 or 6.56% from 381); Blue value is 153 (60.16% from 255 or 40.16% from 381); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1999 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1999 is #34E666. Grayscale: #5C5C5C. Windows color (decimal): -3466855 or 10033611. OLE color: 10033611.
HSL color Cylindrical-coordinate representation of color #CB1999: hue angle of 316.85º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB1999 is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 25 | 153 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.20 |
| HSL | 316.85º | 0.78% | 0.45% | - |
| HSV(B) | 316.85º | 0.88% | 0.8% | - |
| XYZ | 30.73 | 15.69 | 31.55 | - |
| YUV | 92.81 | 161.97 | 206.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 25 | 153 | 0 | 0.88 | 0.25 | 0.20 | 316.85 | 0.78 | 0.45 |
| Hex | CB | 19 | 99 | 0 | 58 | 19 | 14 | 13D | 4E | 2D |
| Octal | 313 | 31 | 231 | 0 | 130 | 31 | 24 | 475 | 116 | 55 |
| Binary | 11001011 | 11001 | 10011001 | 0 | 1011000 | 11001 | 10100 | 100111101 | 1001110 | 101101 |
Color Harmonies of #CB1999
Complementary color
Monochromatic Colors of #CB1999
Black with #CB1999
Text Example
Text Example
White with #CB1999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1999; }
p { color: rgb(203,25,153); }
H1.HeaderClassName
{
color: #CB1999;
}
.AnyTagClassName
{
color: #CB1999;
}
</style>
background-color css
<style>
a { background-color: #CB1999; }
a { background-color: rgb(203,25,153); }
div.DivClassName
{
background-color: #CB1999;
}
.BgClassName
{
background-color: #CB1999;
}
</style>
border-color css
<style>
span { border-color: #CB1999; }
span { border-color: rgb(203,25,153); }
td.TdClassName
{
border-color: #CB1999;
}
.TagClassName
{
border-color: #CB1999;
}
</style>