Shades of Medium Violet Red #CB149F
Tints of Medium Violet Red #CB149F
RGB
CMYK
RGB Variations
Color information
#CB149F (or 0xCB149F) is known color: Medium Violet Red. HEX triplet: CB, 14 and 9F. RGB value is (203,20,159). Sum of RGB (Red+Green+Blue) = 203+20+159=382 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.14% from 382); Green value is 20 (8.20% from 255 or 5.24% from 382); Blue value is 159 (62.5% from 255 or 41.62% from 382); Max value from RGB is 203 - color contains mainly: red. Hex color #CB149F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB149F is #34EB60. Grayscale: #5A5A5A. Windows color (decimal): -3468129 or 10425547. OLE color: 10425547.
HSL color Cylindrical-coordinate representation of color #CB149F: hue angle of 314.43º 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 #CB149F is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 20 | 159 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.20 |
| HSL | 314.43º | 0.82% | 0.44% | - |
| HSV(B) | 314.43º | 0.9% | 0.8% | - |
| XYZ | 31.14 | 15.7 | 34.19 | - |
| YUV | 90.56 | 166.63 | 208.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 20 | 159 | 0 | 0.90 | 0.22 | 0.20 | 314.43 | 0.82 | 0.44 |
| Hex | CB | 14 | 9F | 0 | 5A | 16 | 14 | 13A | 52 | 2C |
| Octal | 313 | 24 | 237 | 0 | 132 | 26 | 24 | 472 | 122 | 54 |
| Binary | 11001011 | 10100 | 10011111 | 0 | 1011010 | 10110 | 10100 | 100111010 | 1010010 | 101100 |
Color Harmonies of #CB149F
Complementary color
Monochromatic Colors of #CB149F
Black with #CB149F
Text Example
Text Example
White with #CB149F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB149F; }
p { color: rgb(203,20,159); }
H1.HeaderClassName
{
color: #CB149F;
}
.AnyTagClassName
{
color: #CB149F;
}
</style>
background-color css
<style>
a { background-color: #CB149F; }
a { background-color: rgb(203,20,159); }
div.DivClassName
{
background-color: #CB149F;
}
.BgClassName
{
background-color: #CB149F;
}
</style>
border-color css
<style>
span { border-color: #CB149F; }
span { border-color: rgb(203,20,159); }
td.TdClassName
{
border-color: #CB149F;
}
.TagClassName
{
border-color: #CB149F;
}
</style>