Shades of Medium Violet Red #CB147B
Tints of Medium Violet Red #CB147B
RGB
CMYK
RGB Variations
Color information
#CB147B (or 0xCB147B) is known color: Medium Violet Red. HEX triplet: CB, 14 and 7B. RGB value is (203,20,123). Sum of RGB (Red+Green+Blue) = 203+20+123=346 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.67% from 346); Green value is 20 (8.20% from 255 or 5.78% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 203 - color contains mainly: red. Hex color #CB147B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB147B is #34EB84. Grayscale: #565656. Windows color (decimal): -3468165 or 8066251. OLE color: 8066251.
HSL color Cylindrical-coordinate representation of color #CB147B: hue angle of 326.23º 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 #CB147B is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 20 | 123 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.20 |
| HSL | 326.23º | 0.82% | 0.44% | - |
| HSV(B) | 326.23º | 0.9% | 0.8% | - |
| XYZ | 28.45 | 14.63 | 20.06 | - |
| YUV | 86.46 | 148.63 | 211.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 20 | 123 | 0 | 0.90 | 0.39 | 0.20 | 326.23 | 0.82 | 0.44 |
| Hex | CB | 14 | 7B | 0 | 5A | 27 | 14 | 146 | 52 | 2C |
| Octal | 313 | 24 | 173 | 0 | 132 | 47 | 24 | 506 | 122 | 54 |
| Binary | 11001011 | 10100 | 1111011 | 0 | 1011010 | 100111 | 10100 | 101000110 | 1010010 | 101100 |
Color Harmonies of #CB147B
Complementary color
Monochromatic Colors of #CB147B
Black with #CB147B
Text Example
Text Example
White with #CB147B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB147B; }
p { color: rgb(203,20,123); }
H1.HeaderClassName
{
color: #CB147B;
}
.AnyTagClassName
{
color: #CB147B;
}
</style>
background-color css
<style>
a { background-color: #CB147B; }
a { background-color: rgb(203,20,123); }
div.DivClassName
{
background-color: #CB147B;
}
.BgClassName
{
background-color: #CB147B;
}
</style>
border-color css
<style>
span { border-color: #CB147B; }
span { border-color: rgb(203,20,123); }
td.TdClassName
{
border-color: #CB147B;
}
.TagClassName
{
border-color: #CB147B;
}
</style>