Shades of Medium Violet Red #CB048B
Tints of Medium Violet Red #CB048B
RGB
CMYK
RGB Variations
Color information
#CB048B (or 0xCB048B) is known color: Medium Violet Red. HEX triplet: CB, 04 and 8B. RGB value is (203,4,139). Sum of RGB (Red+Green+Blue) = 203+4+139=346 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.67% from 346); Green value is 4 (1.95% from 255 or 1.16% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 203 - color contains mainly: red. Hex color #CB048B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB048B is #34FB74. Grayscale: #4E4E4E. Windows color (decimal): -3472245 or 9110731. OLE color: 9110731.
HSL color Cylindrical-coordinate representation of color #CB048B: hue angle of 319.3º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB048B is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 4 | 139 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.20 |
| HSL | 319.3º | 0.96% | 0.41% | - |
| HSV(B) | 319.3º | 0.98% | 0.8% | - |
| XYZ | 29.33 | 14.65 | 25.71 | - |
| YUV | 78.89 | 161.93 | 216.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 4 | 139 | 0 | 0.98 | 0.32 | 0.20 | 319.3 | 0.96 | 0.41 |
| Hex | CB | 4 | 8B | 0 | 62 | 20 | 14 | 13F | 60 | 29 |
| Octal | 313 | 4 | 213 | 0 | 142 | 40 | 24 | 477 | 140 | 51 |
| Binary | 11001011 | 100 | 10001011 | 0 | 1100010 | 100000 | 10100 | 100111111 | 1100000 | 101001 |
Color Harmonies of #CB048B
Complementary color
Monochromatic Colors of #CB048B
Black with #CB048B
Text Example
Text Example
White with #CB048B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB048B; }
p { color: rgb(203,4,139); }
H1.HeaderClassName
{
color: #CB048B;
}
.AnyTagClassName
{
color: #CB048B;
}
</style>
background-color css
<style>
a { background-color: #CB048B; }
a { background-color: rgb(203,4,139); }
div.DivClassName
{
background-color: #CB048B;
}
.BgClassName
{
background-color: #CB048B;
}
</style>
border-color css
<style>
span { border-color: #CB048B; }
span { border-color: rgb(203,4,139); }
td.TdClassName
{
border-color: #CB048B;
}
.TagClassName
{
border-color: #CB048B;
}
</style>