Shades of Medium Violet Red #CB128D
Tints of Medium Violet Red #CB128D
RGB
CMYK
RGB Variations
Color information
#CB128D (or 0xCB128D) is known color: Medium Violet Red. HEX triplet: CB, 12 and 8D. RGB value is (203,18,141). Sum of RGB (Red+Green+Blue) = 203+18+141=362 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.08% from 362); Green value is 18 (7.42% from 255 or 4.97% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 203 - color contains mainly: red. Hex color #CB128D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB128D is #34ED72. Grayscale: #575757. Windows color (decimal): -3468659 or 9245387. OLE color: 9245387.
HSL color Cylindrical-coordinate representation of color #CB128D: hue angle of 320.11º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB128D is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 18 | 141 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.20 |
| HSL | 320.11º | 0.84% | 0.43% | - |
| HSV(B) | 320.11º | 0.91% | 0.8% | - |
| XYZ | 29.65 | 15.05 | 26.54 | - |
| YUV | 87.34 | 158.29 | 210.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 18 | 141 | 0 | 0.91 | 0.31 | 0.20 | 320.11 | 0.84 | 0.43 |
| Hex | CB | 12 | 8D | 0 | 5B | 1F | 14 | 140 | 54 | 2B |
| Octal | 313 | 22 | 215 | 0 | 133 | 37 | 24 | 500 | 124 | 53 |
| Binary | 11001011 | 10010 | 10001101 | 0 | 1011011 | 11111 | 10100 | 101000000 | 1010100 | 101011 |
Color Harmonies of #CB128D
Complementary color
Monochromatic Colors of #CB128D
Black with #CB128D
Text Example
Text Example
White with #CB128D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB128D; }
p { color: rgb(203,18,141); }
H1.HeaderClassName
{
color: #CB128D;
}
.AnyTagClassName
{
color: #CB128D;
}
</style>
background-color css
<style>
a { background-color: #CB128D; }
a { background-color: rgb(203,18,141); }
div.DivClassName
{
background-color: #CB128D;
}
.BgClassName
{
background-color: #CB128D;
}
</style>
border-color css
<style>
span { border-color: #CB128D; }
span { border-color: rgb(203,18,141); }
td.TdClassName
{
border-color: #CB128D;
}
.TagClassName
{
border-color: #CB128D;
}
</style>