Shades of Medium Violet Red #CB028C
Tints of Medium Violet Red #CB028C
RGB
CMYK
RGB Variations
Color information
#CB028C (or 0xCB028C) is known color: Medium Violet Red. HEX triplet: CB, 02 and 8C. RGB value is (203,2,140). Sum of RGB (Red+Green+Blue) = 203+2+140=345 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.84% from 345); Green value is 2 (1.17% from 255 or 0.58% from 345); Blue value is 140 (55.08% from 255 or 40.58% from 345); Max value from RGB is 203 - color contains mainly: red. Hex color #CB028C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB028C is #34FD73. Grayscale: #4D4D4D. Windows color (decimal): -3472756 or 9175755. OLE color: 9175755.
HSL color Cylindrical-coordinate representation of color #CB028C: hue angle of 318.81º 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 #CB028C is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 2 | 140 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.20 |
| HSL | 318.81º | 0.98% | 0.4% | - |
| HSV(B) | 318.81º | 0.99% | 0.8% | - |
| XYZ | 29.38 | 14.63 | 26.09 | - |
| YUV | 77.83 | 163.09 | 217.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 2 | 140 | 0 | 0.99 | 0.31 | 0.20 | 318.81 | 0.98 | 0.4 |
| Hex | CB | 2 | 8C | 0 | 63 | 1F | 14 | 13F | 62 | 28 |
| Octal | 313 | 2 | 214 | 0 | 143 | 37 | 24 | 477 | 142 | 50 |
| Binary | 11001011 | 10 | 10001100 | 0 | 1100011 | 11111 | 10100 | 100111111 | 1100010 | 101000 |
Color Harmonies of #CB028C
Complementary color
Monochromatic Colors of #CB028C
Black with #CB028C
Text Example
Text Example
White with #CB028C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB028C; }
p { color: rgb(203,2,140); }
H1.HeaderClassName
{
color: #CB028C;
}
.AnyTagClassName
{
color: #CB028C;
}
</style>
background-color css
<style>
a { background-color: #CB028C; }
a { background-color: rgb(203,2,140); }
div.DivClassName
{
background-color: #CB028C;
}
.BgClassName
{
background-color: #CB028C;
}
</style>
border-color css
<style>
span { border-color: #CB028C; }
span { border-color: rgb(203,2,140); }
td.TdClassName
{
border-color: #CB028C;
}
.TagClassName
{
border-color: #CB028C;
}
</style>