Shades of Medium Violet Red #CB148D
Tints of Medium Violet Red #CB148D
RGB
CMYK
RGB Variations
Color information
#CB148D (or 0xCB148D) is known color: Medium Violet Red. HEX triplet: CB, 14 and 8D. RGB value is (203,20,141). Sum of RGB (Red+Green+Blue) = 203+20+141=364 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.77% from 364); Green value is 20 (8.20% from 255 or 5.49% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 203 - color contains mainly: red. Hex color #CB148D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB148D is #34EB72. Grayscale: #585858. Windows color (decimal): -3468147 or 9245899. OLE color: 9245899.
HSL color Cylindrical-coordinate representation of color #CB148D: hue angle of 320.33º 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 #CB148D is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 20 | 141 | - |
| CMYK | 0 | 0.90 | 0.31 | 0.20 |
| HSL | 320.33º | 0.82% | 0.44% | - |
| HSV(B) | 320.33º | 0.9% | 0.8% | - |
| XYZ | 29.69 | 15.12 | 26.55 | - |
| YUV | 88.51 | 157.63 | 209.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 20 | 141 | 0 | 0.90 | 0.31 | 0.20 | 320.33 | 0.82 | 0.44 |
| Hex | CB | 14 | 8D | 0 | 5A | 1F | 14 | 140 | 52 | 2C |
| Octal | 313 | 24 | 215 | 0 | 132 | 37 | 24 | 500 | 122 | 54 |
| Binary | 11001011 | 10100 | 10001101 | 0 | 1011010 | 11111 | 10100 | 101000000 | 1010010 | 101100 |
Color Harmonies of #CB148D
Complementary color
Monochromatic Colors of #CB148D
Black with #CB148D
Text Example
Text Example
White with #CB148D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB148D; }
p { color: rgb(203,20,141); }
H1.HeaderClassName
{
color: #CB148D;
}
.AnyTagClassName
{
color: #CB148D;
}
</style>
background-color css
<style>
a { background-color: #CB148D; }
a { background-color: rgb(203,20,141); }
div.DivClassName
{
background-color: #CB148D;
}
.BgClassName
{
background-color: #CB148D;
}
</style>
border-color css
<style>
span { border-color: #CB148D; }
span { border-color: rgb(203,20,141); }
td.TdClassName
{
border-color: #CB148D;
}
.TagClassName
{
border-color: #CB148D;
}
</style>