Shades of Medium Violet Red #CB028B
Tints of Medium Violet Red #CB028B
RGB
CMYK
RGB Variations
Color information
#CB028B (or 0xCB028B) is known color: Medium Violet Red. HEX triplet: CB, 02 and 8B. RGB value is (203,2,139). Sum of RGB (Red+Green+Blue) = 203+2+139=344 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.01% from 344); Green value is 2 (1.17% from 255 or 0.58% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 203 - color contains mainly: red. Hex color #CB028B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB028B is #34FD74. Grayscale: #4D4D4D. Windows color (decimal): -3472757 or 9110219. OLE color: 9110219.
HSL color Cylindrical-coordinate representation of color #CB028B: hue angle of 319.1º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB028B is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 2 | 139 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.20 |
| HSL | 319.1º | 0.98% | 0.4% | - |
| HSV(B) | 319.1º | 0.99% | 0.8% | - |
| XYZ | 29.31 | 14.6 | 25.7 | - |
| YUV | 77.72 | 162.59 | 217.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 2 | 139 | 0 | 0.99 | 0.32 | 0.20 | 319.1 | 0.98 | 0.4 |
| Hex | CB | 2 | 8B | 0 | 63 | 20 | 14 | 13F | 62 | 28 |
| Octal | 313 | 2 | 213 | 0 | 143 | 40 | 24 | 477 | 142 | 50 |
| Binary | 11001011 | 10 | 10001011 | 0 | 1100011 | 100000 | 10100 | 100111111 | 1100010 | 101000 |
Color Harmonies of #CB028B
Complementary color
Monochromatic Colors of #CB028B
Black with #CB028B
Text Example
Text Example
White with #CB028B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB028B; }
p { color: rgb(203,2,139); }
H1.HeaderClassName
{
color: #CB028B;
}
.AnyTagClassName
{
color: #CB028B;
}
</style>
background-color css
<style>
a { background-color: #CB028B; }
a { background-color: rgb(203,2,139); }
div.DivClassName
{
background-color: #CB028B;
}
.BgClassName
{
background-color: #CB028B;
}
</style>
border-color css
<style>
span { border-color: #CB028B; }
span { border-color: rgb(203,2,139); }
td.TdClassName
{
border-color: #CB028B;
}
.TagClassName
{
border-color: #CB028B;
}
</style>