Shades of Medium Violet Red #CB119A
Tints of Medium Violet Red #CB119A
RGB
CMYK
RGB Variations
Color information
#CB119A (or 0xCB119A) is known color: Medium Violet Red. HEX triplet: CB, 11 and 9A. RGB value is (203,17,154). Sum of RGB (Red+Green+Blue) = 203+17+154=374 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.28% from 374); Green value is 17 (7.03% from 255 or 4.55% from 374); Blue value is 154 (60.55% from 255 or 41.18% from 374); Max value from RGB is 203 - color contains mainly: red. Hex color #CB119A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB119A is #34EE65. Grayscale: #575757. Windows color (decimal): -3468902 or 10097099. OLE color: 10097099.
HSL color Cylindrical-coordinate representation of color #CB119A: hue angle of 315.81º 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 #CB119A is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 17 | 154 | - |
| CMYK | 0 | 0.92 | 0.24 | 0.20 |
| HSL | 315.81º | 0.85% | 0.43% | - |
| HSV(B) | 315.81º | 0.92% | 0.8% | - |
| XYZ | 30.66 | 15.43 | 31.93 | - |
| YUV | 88.23 | 165.12 | 209.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 17 | 154 | 0 | 0.92 | 0.24 | 0.20 | 315.81 | 0.85 | 0.43 |
| Hex | CB | 11 | 9A | 0 | 5C | 18 | 14 | 13C | 55 | 2B |
| Octal | 313 | 21 | 232 | 0 | 134 | 30 | 24 | 474 | 125 | 53 |
| Binary | 11001011 | 10001 | 10011010 | 0 | 1011100 | 11000 | 10100 | 100111100 | 1010101 | 101011 |
Color Harmonies of #CB119A
Complementary color
Monochromatic Colors of #CB119A
Black with #CB119A
Text Example
Text Example
White with #CB119A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB119A; }
p { color: rgb(203,17,154); }
H1.HeaderClassName
{
color: #CB119A;
}
.AnyTagClassName
{
color: #CB119A;
}
</style>
background-color css
<style>
a { background-color: #CB119A; }
a { background-color: rgb(203,17,154); }
div.DivClassName
{
background-color: #CB119A;
}
.BgClassName
{
background-color: #CB119A;
}
</style>
border-color css
<style>
span { border-color: #CB119A; }
span { border-color: rgb(203,17,154); }
td.TdClassName
{
border-color: #CB119A;
}
.TagClassName
{
border-color: #CB119A;
}
</style>