Shades of Medium Violet Red #CB149B
Tints of Medium Violet Red #CB149B
RGB
CMYK
RGB Variations
Color information
#CB149B (or 0xCB149B) is known color: Medium Violet Red. HEX triplet: CB, 14 and 9B. RGB value is (203,20,155). Sum of RGB (Red+Green+Blue) = 203+20+155=378 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.70% from 378); Green value is 20 (8.20% from 255 or 5.29% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 203 - color contains mainly: red. Hex color #CB149B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB149B is #34EB64. Grayscale: #595959. Windows color (decimal): -3468133 or 10163403. OLE color: 10163403.
HSL color Cylindrical-coordinate representation of color #CB149B: hue angle of 315.74º 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 #CB149B is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 20 | 155 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.20 |
| HSL | 315.74º | 0.82% | 0.44% | - |
| HSV(B) | 315.74º | 0.9% | 0.8% | - |
| XYZ | 30.8 | 15.56 | 32.39 | - |
| YUV | 90.11 | 164.63 | 208.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 20 | 155 | 0 | 0.90 | 0.24 | 0.20 | 315.74 | 0.82 | 0.44 |
| Hex | CB | 14 | 9B | 0 | 5A | 18 | 14 | 13C | 52 | 2C |
| Octal | 313 | 24 | 233 | 0 | 132 | 30 | 24 | 474 | 122 | 54 |
| Binary | 11001011 | 10100 | 10011011 | 0 | 1011010 | 11000 | 10100 | 100111100 | 1010010 | 101100 |
Color Harmonies of #CB149B
Complementary color
Monochromatic Colors of #CB149B
Black with #CB149B
Text Example
Text Example
White with #CB149B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB149B; }
p { color: rgb(203,20,155); }
H1.HeaderClassName
{
color: #CB149B;
}
.AnyTagClassName
{
color: #CB149B;
}
</style>
background-color css
<style>
a { background-color: #CB149B; }
a { background-color: rgb(203,20,155); }
div.DivClassName
{
background-color: #CB149B;
}
.BgClassName
{
background-color: #CB149B;
}
</style>
border-color css
<style>
span { border-color: #CB149B; }
span { border-color: rgb(203,20,155); }
td.TdClassName
{
border-color: #CB149B;
}
.TagClassName
{
border-color: #CB149B;
}
</style>