Shades of Medium Violet Red #CB147A
Tints of Medium Violet Red #CB147A
RGB
CMYK
RGB Variations
Color information
#CB147A (or 0xCB147A) is known color: Medium Violet Red. HEX triplet: CB, 14 and 7A. RGB value is (203,20,122). Sum of RGB (Red+Green+Blue) = 203+20+122=345 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.84% from 345); Green value is 20 (8.20% from 255 or 5.80% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 203 - color contains mainly: red. Hex color #CB147A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB147A is #34EB85. Grayscale: #565656. Windows color (decimal): -3468166 or 8000715. OLE color: 8000715.
HSL color Cylindrical-coordinate representation of color #CB147A: hue angle of 326.56º 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 #CB147A is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 20 | 122 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.20 |
| HSL | 326.56º | 0.82% | 0.44% | - |
| HSV(B) | 326.56º | 0.9% | 0.8% | - |
| XYZ | 28.39 | 14.6 | 19.73 | - |
| YUV | 86.35 | 148.13 | 211.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 20 | 122 | 0 | 0.90 | 0.40 | 0.20 | 326.56 | 0.82 | 0.44 |
| Hex | CB | 14 | 7A | 0 | 5A | 28 | 14 | 147 | 52 | 2C |
| Octal | 313 | 24 | 172 | 0 | 132 | 50 | 24 | 507 | 122 | 54 |
| Binary | 11001011 | 10100 | 1111010 | 0 | 1011010 | 101000 | 10100 | 101000111 | 1010010 | 101100 |
Color Harmonies of #CB147A
Complementary color
Monochromatic Colors of #CB147A
Black with #CB147A
Text Example
Text Example
White with #CB147A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB147A; }
p { color: rgb(203,20,122); }
H1.HeaderClassName
{
color: #CB147A;
}
.AnyTagClassName
{
color: #CB147A;
}
</style>
background-color css
<style>
a { background-color: #CB147A; }
a { background-color: rgb(203,20,122); }
div.DivClassName
{
background-color: #CB147A;
}
.BgClassName
{
background-color: #CB147A;
}
</style>
border-color css
<style>
span { border-color: #CB147A; }
span { border-color: rgb(203,20,122); }
td.TdClassName
{
border-color: #CB147A;
}
.TagClassName
{
border-color: #CB147A;
}
</style>