Shades of Medium Violet Red #CB1997
Tints of Medium Violet Red #CB1997
RGB
CMYK
RGB Variations
Color information
#CB1997 (or 0xCB1997) is known color: Medium Violet Red. HEX triplet: CB, 19 and 97. RGB value is (203,25,151). Sum of RGB (Red+Green+Blue) = 203+25+151=379 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.56% from 379); Green value is 25 (10.16% from 255 or 6.60% from 379); Blue value is 151 (59.38% from 255 or 39.84% from 379); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1997 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1997 is #34E668. Grayscale: #5C5C5C. Windows color (decimal): -3466857 or 9902539. OLE color: 9902539.
HSL color Cylindrical-coordinate representation of color #CB1997: hue angle of 317.53º 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 #CB1997 is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 25 | 151 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.20 |
| HSL | 317.53º | 0.78% | 0.45% | - |
| HSV(B) | 317.53º | 0.88% | 0.8% | - |
| XYZ | 30.56 | 15.63 | 30.68 | - |
| YUV | 92.59 | 160.97 | 206.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 25 | 151 | 0 | 0.88 | 0.26 | 0.20 | 317.53 | 0.78 | 0.45 |
| Hex | CB | 19 | 97 | 0 | 58 | 1A | 14 | 13E | 4E | 2D |
| Octal | 313 | 31 | 227 | 0 | 130 | 32 | 24 | 476 | 116 | 55 |
| Binary | 11001011 | 11001 | 10010111 | 0 | 1011000 | 11010 | 10100 | 100111110 | 1001110 | 101101 |
Color Harmonies of #CB1997
Complementary color
Monochromatic Colors of #CB1997
Black with #CB1997
Text Example
Text Example
White with #CB1997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1997; }
p { color: rgb(203,25,151); }
H1.HeaderClassName
{
color: #CB1997;
}
.AnyTagClassName
{
color: #CB1997;
}
</style>
background-color css
<style>
a { background-color: #CB1997; }
a { background-color: rgb(203,25,151); }
div.DivClassName
{
background-color: #CB1997;
}
.BgClassName
{
background-color: #CB1997;
}
</style>
border-color css
<style>
span { border-color: #CB1997; }
span { border-color: rgb(203,25,151); }
td.TdClassName
{
border-color: #CB1997;
}
.TagClassName
{
border-color: #CB1997;
}
</style>