Shades of Medium Violet Red #CB1195
Tints of Medium Violet Red #CB1195
RGB
CMYK
RGB Variations
Color information
#CB1195 (or 0xCB1195) is known color: Medium Violet Red. HEX triplet: CB, 11 and 95. RGB value is (203,17,149). Sum of RGB (Red+Green+Blue) = 203+17+149=369 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.01% from 369); Green value is 17 (7.03% from 255 or 4.61% from 369); Blue value is 149 (58.59% from 255 or 40.38% from 369); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1195 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1195 is #34EE6A. Grayscale: #575757. Windows color (decimal): -3468907 or 9769419. OLE color: 9769419.
HSL color Cylindrical-coordinate representation of color #CB1195: hue angle of 317.42º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB1195 is Cyan = 0, Magento = 0.92, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 17 | 149 | - |
| CMYK | 0 | 0.92 | 0.27 | 0.20 |
| HSL | 317.42º | 0.85% | 0.43% | - |
| HSV(B) | 317.42º | 0.92% | 0.8% | - |
| XYZ | 30.25 | 15.27 | 29.79 | - |
| YUV | 87.66 | 162.62 | 210.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 17 | 149 | 0 | 0.92 | 0.27 | 0.20 | 317.42 | 0.85 | 0.43 |
| Hex | CB | 11 | 95 | 0 | 5C | 1B | 14 | 13D | 55 | 2B |
| Octal | 313 | 21 | 225 | 0 | 134 | 33 | 24 | 475 | 125 | 53 |
| Binary | 11001011 | 10001 | 10010101 | 0 | 1011100 | 11011 | 10100 | 100111101 | 1010101 | 101011 |
Color Harmonies of #CB1195
Complementary color
Monochromatic Colors of #CB1195
Black with #CB1195
Text Example
Text Example
White with #CB1195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1195; }
p { color: rgb(203,17,149); }
H1.HeaderClassName
{
color: #CB1195;
}
.AnyTagClassName
{
color: #CB1195;
}
</style>
background-color css
<style>
a { background-color: #CB1195; }
a { background-color: rgb(203,17,149); }
div.DivClassName
{
background-color: #CB1195;
}
.BgClassName
{
background-color: #CB1195;
}
</style>
border-color css
<style>
span { border-color: #CB1195; }
span { border-color: rgb(203,17,149); }
td.TdClassName
{
border-color: #CB1195;
}
.TagClassName
{
border-color: #CB1195;
}
</style>