Shades of Medium Violet Red #CB128B
Tints of Medium Violet Red #CB128B
RGB
CMYK
RGB Variations
Color information
#CB128B (or 0xCB128B) is known color: Medium Violet Red. HEX triplet: CB, 12 and 8B. RGB value is (203,18,139). Sum of RGB (Red+Green+Blue) = 203+18+139=360 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.39% from 360); Green value is 18 (7.42% from 255 or 5% from 360); Blue value is 139 (54.69% from 255 or 38.61% from 360); Max value from RGB is 203 - color contains mainly: red. Hex color #CB128B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB128B is #34ED74. Grayscale: #565656. Windows color (decimal): -3468661 or 9114315. OLE color: 9114315.
HSL color Cylindrical-coordinate representation of color #CB128B: hue angle of 320.76º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB128B is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 18 | 139 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.20 |
| HSL | 320.76º | 0.84% | 0.43% | - |
| HSV(B) | 320.76º | 0.91% | 0.8% | - |
| XYZ | 29.51 | 14.99 | 25.76 | - |
| YUV | 87.11 | 157.29 | 210.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 18 | 139 | 0 | 0.91 | 0.32 | 0.20 | 320.76 | 0.84 | 0.43 |
| Hex | CB | 12 | 8B | 0 | 5B | 20 | 14 | 141 | 54 | 2B |
| Octal | 313 | 22 | 213 | 0 | 133 | 40 | 24 | 501 | 124 | 53 |
| Binary | 11001011 | 10010 | 10001011 | 0 | 1011011 | 100000 | 10100 | 101000001 | 1010100 | 101011 |
Color Harmonies of #CB128B
Complementary color
Monochromatic Colors of #CB128B
Black with #CB128B
Text Example
Text Example
White with #CB128B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB128B; }
p { color: rgb(203,18,139); }
H1.HeaderClassName
{
color: #CB128B;
}
.AnyTagClassName
{
color: #CB128B;
}
</style>
background-color css
<style>
a { background-color: #CB128B; }
a { background-color: rgb(203,18,139); }
div.DivClassName
{
background-color: #CB128B;
}
.BgClassName
{
background-color: #CB128B;
}
</style>
border-color css
<style>
span { border-color: #CB128B; }
span { border-color: rgb(203,18,139); }
td.TdClassName
{
border-color: #CB128B;
}
.TagClassName
{
border-color: #CB128B;
}
</style>