Shades of Medium Violet Red #CB048A
Tints of Medium Violet Red #CB048A
RGB
CMYK
RGB Variations
Color information
#CB048A (or 0xCB048A) is known color: Medium Violet Red. HEX triplet: CB, 04 and 8A. RGB value is (203,4,138). Sum of RGB (Red+Green+Blue) = 203+4+138=345 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.84% from 345); Green value is 4 (1.95% from 255 or 1.16% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 203 - color contains mainly: red. Hex color #CB048A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB048A is #34FB75. Grayscale: #4E4E4E. Windows color (decimal): -3472246 or 9045195. OLE color: 9045195.
HSL color Cylindrical-coordinate representation of color #CB048A: hue angle of 319.6º 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 #CB048A is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 4 | 138 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.20 |
| HSL | 319.6º | 0.96% | 0.41% | - |
| HSV(B) | 319.6º | 0.98% | 0.8% | - |
| XYZ | 29.26 | 14.62 | 25.32 | - |
| YUV | 78.78 | 161.43 | 216.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 4 | 138 | 0 | 0.98 | 0.32 | 0.20 | 319.6 | 0.96 | 0.41 |
| Hex | CB | 4 | 8A | 0 | 62 | 20 | 14 | 140 | 60 | 29 |
| Octal | 313 | 4 | 212 | 0 | 142 | 40 | 24 | 500 | 140 | 51 |
| Binary | 11001011 | 100 | 10001010 | 0 | 1100010 | 100000 | 10100 | 101000000 | 1100000 | 101001 |
Color Harmonies of #CB048A
Complementary color
Monochromatic Colors of #CB048A
Black with #CB048A
Text Example
Text Example
White with #CB048A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB048A; }
p { color: rgb(203,4,138); }
H1.HeaderClassName
{
color: #CB048A;
}
.AnyTagClassName
{
color: #CB048A;
}
</style>
background-color css
<style>
a { background-color: #CB048A; }
a { background-color: rgb(203,4,138); }
div.DivClassName
{
background-color: #CB048A;
}
.BgClassName
{
background-color: #CB048A;
}
</style>
border-color css
<style>
span { border-color: #CB048A; }
span { border-color: rgb(203,4,138); }
td.TdClassName
{
border-color: #CB048A;
}
.TagClassName
{
border-color: #CB048A;
}
</style>