Shades of Medium Violet Red #CB1570
Tints of Medium Violet Red #CB1570
RGB
CMYK
RGB Variations
Color information
#CB1570 (or 0xCB1570) is known color: Medium Violet Red. HEX triplet: CB, 15 and 70. RGB value is (203,21,112). Sum of RGB (Red+Green+Blue) = 203+21+112=336 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.42% from 336); Green value is 21 (8.59% from 255 or 6.25% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1570 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1570 is #34EA8F. Grayscale: #555555. Windows color (decimal): -3467920 or 7345611. OLE color: 7345611.
HSL color Cylindrical-coordinate representation of color #CB1570: hue angle of 330º degrees, saturation: 0.81, 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 #CB1570 is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 21 | 112 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.20 |
| HSL | 330º | 0.81% | 0.44% | - |
| HSV(B) | 330º | 0.9% | 0.8% | - |
| XYZ | 27.82 | 14.4 | 16.64 | - |
| YUV | 85.79 | 142.8 | 211.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 21 | 112 | 0 | 0.90 | 0.45 | 0.20 | 330 | 0.81 | 0.44 |
| Hex | CB | 15 | 70 | 0 | 5A | 2D | 14 | 14A | 51 | 2C |
| Octal | 313 | 25 | 160 | 0 | 132 | 55 | 24 | 512 | 121 | 54 |
| Binary | 11001011 | 10101 | 1110000 | 0 | 1011010 | 101101 | 10100 | 101001010 | 1010001 | 101100 |
Color Harmonies of #CB1570
Complementary color
Monochromatic Colors of #CB1570
Black with #CB1570
Text Example
Text Example
White with #CB1570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1570; }
p { color: rgb(203,21,112); }
H1.HeaderClassName
{
color: #CB1570;
}
.AnyTagClassName
{
color: #CB1570;
}
</style>
background-color css
<style>
a { background-color: #CB1570; }
a { background-color: rgb(203,21,112); }
div.DivClassName
{
background-color: #CB1570;
}
.BgClassName
{
background-color: #CB1570;
}
</style>
border-color css
<style>
span { border-color: #CB1570; }
span { border-color: rgb(203,21,112); }
td.TdClassName
{
border-color: #CB1570;
}
.TagClassName
{
border-color: #CB1570;
}
</style>