Shades of Medium Violet Red #CB1575
Tints of Medium Violet Red #CB1575
RGB
CMYK
RGB Variations
Color information
#CB1575 (or 0xCB1575) is known color: Medium Violet Red. HEX triplet: CB, 15 and 75. RGB value is (203,21,117). Sum of RGB (Red+Green+Blue) = 203+21+117=341 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.53% from 341); Green value is 21 (8.59% from 255 or 6.16% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1575 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1575 is #34EA8A. Grayscale: #565656. Windows color (decimal): -3467915 or 7673291. OLE color: 7673291.
HSL color Cylindrical-coordinate representation of color #CB1575: hue angle of 328.35º 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 #CB1575 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 21 | 117 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.20 |
| HSL | 328.35º | 0.81% | 0.44% | - |
| HSV(B) | 328.35º | 0.9% | 0.8% | - |
| XYZ | 28.11 | 14.52 | 18.15 | - |
| YUV | 86.36 | 145.3 | 211.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 21 | 117 | 0 | 0.90 | 0.42 | 0.20 | 328.35 | 0.81 | 0.44 |
| Hex | CB | 15 | 75 | 0 | 5A | 2A | 14 | 148 | 51 | 2C |
| Octal | 313 | 25 | 165 | 0 | 132 | 52 | 24 | 510 | 121 | 54 |
| Binary | 11001011 | 10101 | 1110101 | 0 | 1011010 | 101010 | 10100 | 101001000 | 1010001 | 101100 |
Color Harmonies of #CB1575
Complementary color
Monochromatic Colors of #CB1575
Black with #CB1575
Text Example
Text Example
White with #CB1575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1575; }
p { color: rgb(203,21,117); }
H1.HeaderClassName
{
color: #CB1575;
}
.AnyTagClassName
{
color: #CB1575;
}
</style>
background-color css
<style>
a { background-color: #CB1575; }
a { background-color: rgb(203,21,117); }
div.DivClassName
{
background-color: #CB1575;
}
.BgClassName
{
background-color: #CB1575;
}
</style>
border-color css
<style>
span { border-color: #CB1575; }
span { border-color: rgb(203,21,117); }
td.TdClassName
{
border-color: #CB1575;
}
.TagClassName
{
border-color: #CB1575;
}
</style>