Shades of Medium Violet Red #CB1497
Tints of Medium Violet Red #CB1497
RGB
CMYK
RGB Variations
Color information
#CB1497 (or 0xCB1497) is known color: Medium Violet Red. HEX triplet: CB, 14 and 97. RGB value is (203,20,151). Sum of RGB (Red+Green+Blue) = 203+20+151=374 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.28% from 374); Green value is 20 (8.20% from 255 or 5.35% from 374); Blue value is 151 (59.38% from 255 or 40.37% from 374); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1497 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1497 is #34EB68. Grayscale: #595959. Windows color (decimal): -3468137 or 9901259. OLE color: 9901259.
HSL color Cylindrical-coordinate representation of color #CB1497: hue angle of 317.05º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB1497 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 20 | 151 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.20 |
| HSL | 317.05º | 0.82% | 0.44% | - |
| HSV(B) | 317.05º | 0.9% | 0.8% | - |
| XYZ | 30.46 | 15.43 | 30.65 | - |
| YUV | 89.65 | 162.63 | 208.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 20 | 151 | 0 | 0.90 | 0.26 | 0.20 | 317.05 | 0.82 | 0.44 |
| Hex | CB | 14 | 97 | 0 | 5A | 1A | 14 | 13D | 52 | 2C |
| Octal | 313 | 24 | 227 | 0 | 132 | 32 | 24 | 475 | 122 | 54 |
| Binary | 11001011 | 10100 | 10010111 | 0 | 1011010 | 11010 | 10100 | 100111101 | 1010010 | 101100 |
Color Harmonies of #CB1497
Complementary color
Monochromatic Colors of #CB1497
Black with #CB1497
Text Example
Text Example
White with #CB1497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1497; }
p { color: rgb(203,20,151); }
H1.HeaderClassName
{
color: #CB1497;
}
.AnyTagClassName
{
color: #CB1497;
}
</style>
background-color css
<style>
a { background-color: #CB1497; }
a { background-color: rgb(203,20,151); }
div.DivClassName
{
background-color: #CB1497;
}
.BgClassName
{
background-color: #CB1497;
}
</style>
border-color css
<style>
span { border-color: #CB1497; }
span { border-color: rgb(203,20,151); }
td.TdClassName
{
border-color: #CB1497;
}
.TagClassName
{
border-color: #CB1497;
}
</style>