Shades of Medium Violet Red #CB1488
Tints of Medium Violet Red #CB1488
RGB
CMYK
RGB Variations
Color information
#CB1488 (or 0xCB1488) is known color: Medium Violet Red. HEX triplet: CB, 14 and 88. RGB value is (203,20,136). Sum of RGB (Red+Green+Blue) = 203+20+136=359 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.55% from 359); Green value is 20 (8.20% from 255 or 5.57% from 359); Blue value is 136 (53.52% from 255 or 37.88% from 359); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1488 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1488 is #34EB77. Grayscale: #575757. Windows color (decimal): -3468152 or 8918219. OLE color: 8918219.
HSL color Cylindrical-coordinate representation of color #CB1488: hue angle of 321.97º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB1488 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 20 | 136 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.20 |
| HSL | 321.97º | 0.82% | 0.44% | - |
| HSV(B) | 321.97º | 0.9% | 0.8% | - |
| XYZ | 29.32 | 14.97 | 24.64 | - |
| YUV | 87.94 | 155.13 | 210.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 20 | 136 | 0 | 0.90 | 0.33 | 0.20 | 321.97 | 0.82 | 0.44 |
| Hex | CB | 14 | 88 | 0 | 5A | 21 | 14 | 142 | 52 | 2C |
| Octal | 313 | 24 | 210 | 0 | 132 | 41 | 24 | 502 | 122 | 54 |
| Binary | 11001011 | 10100 | 10001000 | 0 | 1011010 | 100001 | 10100 | 101000010 | 1010010 | 101100 |
Color Harmonies of #CB1488
Complementary color
Monochromatic Colors of #CB1488
Black with #CB1488
Text Example
Text Example
White with #CB1488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1488; }
p { color: rgb(203,20,136); }
H1.HeaderClassName
{
color: #CB1488;
}
.AnyTagClassName
{
color: #CB1488;
}
</style>
background-color css
<style>
a { background-color: #CB1488; }
a { background-color: rgb(203,20,136); }
div.DivClassName
{
background-color: #CB1488;
}
.BgClassName
{
background-color: #CB1488;
}
</style>
border-color css
<style>
span { border-color: #CB1488; }
span { border-color: rgb(203,20,136); }
td.TdClassName
{
border-color: #CB1488;
}
.TagClassName
{
border-color: #CB1488;
}
</style>