Shades of Medium Violet Red #CB1777
Tints of Medium Violet Red #CB1777
RGB
CMYK
RGB Variations
Color information
#CB1777 (or 0xCB1777) is known color: Medium Violet Red. HEX triplet: CB, 17 and 77. RGB value is (203,23,119). Sum of RGB (Red+Green+Blue) = 203+23+119=345 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.84% from 345); Green value is 23 (9.38% from 255 or 6.67% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1777 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1777 is #34E888. Grayscale: #575757. Windows color (decimal): -3467401 or 7804875. OLE color: 7804875.
HSL color Cylindrical-coordinate representation of color #CB1777: hue angle of 328º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB1777 is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 23 | 119 | - |
| CMYK | 0 | 0.89 | 0.41 | 0.20 |
| HSL | 328º | 0.8% | 0.44% | - |
| HSV(B) | 328º | 0.89% | 0.8% | - |
| XYZ | 28.26 | 14.64 | 18.79 | - |
| YUV | 87.76 | 145.63 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 23 | 119 | 0 | 0.89 | 0.41 | 0.20 | 328 | 0.8 | 0.44 |
| Hex | CB | 17 | 77 | 0 | 59 | 29 | 14 | 148 | 50 | 2C |
| Octal | 313 | 27 | 167 | 0 | 131 | 51 | 24 | 510 | 120 | 54 |
| Binary | 11001011 | 10111 | 1110111 | 0 | 1011001 | 101001 | 10100 | 101001000 | 1010000 | 101100 |
Color Harmonies of #CB1777
Complementary color
Monochromatic Colors of #CB1777
Black with #CB1777
Text Example
Text Example
White with #CB1777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1777; }
p { color: rgb(203,23,119); }
H1.HeaderClassName
{
color: #CB1777;
}
.AnyTagClassName
{
color: #CB1777;
}
</style>
background-color css
<style>
a { background-color: #CB1777; }
a { background-color: rgb(203,23,119); }
div.DivClassName
{
background-color: #CB1777;
}
.BgClassName
{
background-color: #CB1777;
}
</style>
border-color css
<style>
span { border-color: #CB1777; }
span { border-color: rgb(203,23,119); }
td.TdClassName
{
border-color: #CB1777;
}
.TagClassName
{
border-color: #CB1777;
}
</style>