Shades of Medium Violet Red #CB146E
Tints of Medium Violet Red #CB146E
RGB
CMYK
RGB Variations
Color information
#CB146E (or 0xCB146E) is known color: Medium Violet Red. HEX triplet: CB, 14 and 6E. RGB value is (203,20,110). Sum of RGB (Red+Green+Blue) = 203+20+110=333 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.96% from 333); Green value is 20 (8.20% from 255 or 6.01% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 203 - color contains mainly: red. Hex color #CB146E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB146E is #34EB91. Grayscale: #545454. Windows color (decimal): -3468178 or 7214283. OLE color: 7214283.
HSL color Cylindrical-coordinate representation of color #CB146E: hue angle of 330.49º 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 #CB146E is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 20 | 110 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.20 |
| HSL | 330.49º | 0.82% | 0.44% | - |
| HSV(B) | 330.49º | 0.9% | 0.8% | - |
| XYZ | 27.69 | 14.32 | 16.06 | - |
| YUV | 84.98 | 142.13 | 212.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 20 | 110 | 0 | 0.90 | 0.46 | 0.20 | 330.49 | 0.82 | 0.44 |
| Hex | CB | 14 | 6E | 0 | 5A | 2E | 14 | 14A | 52 | 2C |
| Octal | 313 | 24 | 156 | 0 | 132 | 56 | 24 | 512 | 122 | 54 |
| Binary | 11001011 | 10100 | 1101110 | 0 | 1011010 | 101110 | 10100 | 101001010 | 1010010 | 101100 |
Color Harmonies of #CB146E
Complementary color
Monochromatic Colors of #CB146E
Black with #CB146E
Text Example
Text Example
White with #CB146E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB146E; }
p { color: rgb(203,20,110); }
H1.HeaderClassName
{
color: #CB146E;
}
.AnyTagClassName
{
color: #CB146E;
}
</style>
background-color css
<style>
a { background-color: #CB146E; }
a { background-color: rgb(203,20,110); }
div.DivClassName
{
background-color: #CB146E;
}
.BgClassName
{
background-color: #CB146E;
}
</style>
border-color css
<style>
span { border-color: #CB146E; }
span { border-color: rgb(203,20,110); }
td.TdClassName
{
border-color: #CB146E;
}
.TagClassName
{
border-color: #CB146E;
}
</style>