Shades of Medium Violet Red #CB048E
Tints of Medium Violet Red #CB048E
RGB
CMYK
RGB Variations
Color information
#CB048E (or 0xCB048E) is known color: Medium Violet Red. HEX triplet: CB, 04 and 8E. RGB value is (203,4,142). Sum of RGB (Red+Green+Blue) = 203+4+142=349 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.17% from 349); Green value is 4 (1.95% from 255 or 1.15% from 349); Blue value is 142 (55.86% from 255 or 40.69% from 349); Max value from RGB is 203 - color contains mainly: red. Hex color #CB048E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB048E is #34FB71. Grayscale: #4E4E4E. Windows color (decimal): -3472242 or 9307339. OLE color: 9307339.
HSL color Cylindrical-coordinate representation of color #CB048E: hue angle of 318.39º 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 #CB048E is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 4 | 142 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.20 |
| HSL | 318.39º | 0.96% | 0.41% | - |
| HSV(B) | 318.39º | 0.98% | 0.8% | - |
| XYZ | 29.55 | 14.74 | 26.88 | - |
| YUV | 79.23 | 163.43 | 216.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 4 | 142 | 0 | 0.98 | 0.30 | 0.20 | 318.39 | 0.96 | 0.41 |
| Hex | CB | 4 | 8E | 0 | 62 | 1E | 14 | 13E | 60 | 29 |
| Octal | 313 | 4 | 216 | 0 | 142 | 36 | 24 | 476 | 140 | 51 |
| Binary | 11001011 | 100 | 10001110 | 0 | 1100010 | 11110 | 10100 | 100111110 | 1100000 | 101001 |
Color Harmonies of #CB048E
Complementary color
Monochromatic Colors of #CB048E
Black with #CB048E
Text Example
Text Example
White with #CB048E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB048E; }
p { color: rgb(203,4,142); }
H1.HeaderClassName
{
color: #CB048E;
}
.AnyTagClassName
{
color: #CB048E;
}
</style>
background-color css
<style>
a { background-color: #CB048E; }
a { background-color: rgb(203,4,142); }
div.DivClassName
{
background-color: #CB048E;
}
.BgClassName
{
background-color: #CB048E;
}
</style>
border-color css
<style>
span { border-color: #CB048E; }
span { border-color: rgb(203,4,142); }
td.TdClassName
{
border-color: #CB048E;
}
.TagClassName
{
border-color: #CB048E;
}
</style>