Shades of Medium Violet Red #CB148F
Tints of Medium Violet Red #CB148F
RGB
CMYK
RGB Variations
Color information
#CB148F (or 0xCB148F) is known color: Medium Violet Red. HEX triplet: CB, 14 and 8F. RGB value is (203,20,143). Sum of RGB (Red+Green+Blue) = 203+20+143=366 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.46% from 366); Green value is 20 (8.20% from 255 or 5.46% from 366); Blue value is 143 (56.25% from 255 or 39.07% from 366); Max value from RGB is 203 - color contains mainly: red. Hex color #CB148F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB148F is #34EB70. Grayscale: #585858. Windows color (decimal): -3468145 or 9376971. OLE color: 9376971.
HSL color Cylindrical-coordinate representation of color #CB148F: hue angle of 319.67º 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 #CB148F is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 20 | 143 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.20 |
| HSL | 319.67º | 0.82% | 0.44% | - |
| HSV(B) | 319.67º | 0.9% | 0.8% | - |
| XYZ | 29.84 | 15.18 | 27.34 | - |
| YUV | 88.74 | 158.63 | 209.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 20 | 143 | 0 | 0.90 | 0.30 | 0.20 | 319.67 | 0.82 | 0.44 |
| Hex | CB | 14 | 8F | 0 | 5A | 1E | 14 | 140 | 52 | 2C |
| Octal | 313 | 24 | 217 | 0 | 132 | 36 | 24 | 500 | 122 | 54 |
| Binary | 11001011 | 10100 | 10001111 | 0 | 1011010 | 11110 | 10100 | 101000000 | 1010010 | 101100 |
Color Harmonies of #CB148F
Complementary color
Monochromatic Colors of #CB148F
Black with #CB148F
Text Example
Text Example
White with #CB148F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB148F; }
p { color: rgb(203,20,143); }
H1.HeaderClassName
{
color: #CB148F;
}
.AnyTagClassName
{
color: #CB148F;
}
</style>
background-color css
<style>
a { background-color: #CB148F; }
a { background-color: rgb(203,20,143); }
div.DivClassName
{
background-color: #CB148F;
}
.BgClassName
{
background-color: #CB148F;
}
</style>
border-color css
<style>
span { border-color: #CB148F; }
span { border-color: rgb(203,20,143); }
td.TdClassName
{
border-color: #CB148F;
}
.TagClassName
{
border-color: #CB148F;
}
</style>