Shades of Medium Violet Red #CB1396
Tints of Medium Violet Red #CB1396
RGB
CMYK
RGB Variations
Color information
#CB1396 (or 0xCB1396) is known color: Medium Violet Red. HEX triplet: CB, 13 and 96. RGB value is (203,19,150). Sum of RGB (Red+Green+Blue) = 203+19+150=372 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.57% from 372); Green value is 19 (7.81% from 255 or 5.11% from 372); Blue value is 150 (58.98% from 255 or 40.32% from 372); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1396 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1396 is #34EC69. Grayscale: #585858. Windows color (decimal): -3468394 or 9835467. OLE color: 9835467.
HSL color Cylindrical-coordinate representation of color #CB1396: hue angle of 317.28º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB1396 is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 19 | 150 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.20 |
| HSL | 317.28º | 0.83% | 0.44% | - |
| HSV(B) | 317.28º | 0.91% | 0.8% | - |
| XYZ | 30.37 | 15.36 | 30.22 | - |
| YUV | 88.95 | 162.46 | 209.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 19 | 150 | 0 | 0.91 | 0.26 | 0.20 | 317.28 | 0.83 | 0.44 |
| Hex | CB | 13 | 96 | 0 | 5B | 1A | 14 | 13D | 53 | 2C |
| Octal | 313 | 23 | 226 | 0 | 133 | 32 | 24 | 475 | 123 | 54 |
| Binary | 11001011 | 10011 | 10010110 | 0 | 1011011 | 11010 | 10100 | 100111101 | 1010011 | 101100 |
Color Harmonies of #CB1396
Complementary color
Monochromatic Colors of #CB1396
Black with #CB1396
Text Example
Text Example
White with #CB1396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1396; }
p { color: rgb(203,19,150); }
H1.HeaderClassName
{
color: #CB1396;
}
.AnyTagClassName
{
color: #CB1396;
}
</style>
background-color css
<style>
a { background-color: #CB1396; }
a { background-color: rgb(203,19,150); }
div.DivClassName
{
background-color: #CB1396;
}
.BgClassName
{
background-color: #CB1396;
}
</style>
border-color css
<style>
span { border-color: #CB1396; }
span { border-color: rgb(203,19,150); }
td.TdClassName
{
border-color: #CB1396;
}
.TagClassName
{
border-color: #CB1396;
}
</style>