Shades of Medium Violet Red #CB1572
Tints of Medium Violet Red #CB1572
RGB
CMYK
RGB Variations
Color information
#CB1572 (or 0xCB1572) is known color: Medium Violet Red. HEX triplet: CB, 15 and 72. RGB value is (203,21,114). Sum of RGB (Red+Green+Blue) = 203+21+114=338 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.06% from 338); Green value is 21 (8.59% from 255 or 6.21% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1572 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1572 is #34EA8D. Grayscale: #555555. Windows color (decimal): -3467918 or 7476683. OLE color: 7476683.
HSL color Cylindrical-coordinate representation of color #CB1572: hue angle of 329.34º 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 #CB1572 is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 21 | 114 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.20 |
| HSL | 329.34º | 0.81% | 0.44% | - |
| HSV(B) | 329.34º | 0.9% | 0.8% | - |
| XYZ | 27.93 | 14.45 | 17.24 | - |
| YUV | 86.02 | 143.8 | 211.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 21 | 114 | 0 | 0.90 | 0.44 | 0.20 | 329.34 | 0.81 | 0.44 |
| Hex | CB | 15 | 72 | 0 | 5A | 2C | 14 | 149 | 51 | 2C |
| Octal | 313 | 25 | 162 | 0 | 132 | 54 | 24 | 511 | 121 | 54 |
| Binary | 11001011 | 10101 | 1110010 | 0 | 1011010 | 101100 | 10100 | 101001001 | 1010001 | 101100 |
Color Harmonies of #CB1572
Complementary color
Monochromatic Colors of #CB1572
Black with #CB1572
Text Example
Text Example
White with #CB1572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1572; }
p { color: rgb(203,21,114); }
H1.HeaderClassName
{
color: #CB1572;
}
.AnyTagClassName
{
color: #CB1572;
}
</style>
background-color css
<style>
a { background-color: #CB1572; }
a { background-color: rgb(203,21,114); }
div.DivClassName
{
background-color: #CB1572;
}
.BgClassName
{
background-color: #CB1572;
}
</style>
border-color css
<style>
span { border-color: #CB1572; }
span { border-color: rgb(203,21,114); }
td.TdClassName
{
border-color: #CB1572;
}
.TagClassName
{
border-color: #CB1572;
}
</style>