Shades of Medium Violet Red #CB0177
Tints of Medium Violet Red #CB0177
RGB
CMYK
RGB Variations
Color information
#CB0177 (or 0xCB0177) is known color: Medium Violet Red. HEX triplet: CB, 01 and 77. RGB value is (203,1,119). Sum of RGB (Red+Green+Blue) = 203+1+119=323 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.85% from 323); Green value is 1 (0.78% from 255 or 0.31% from 323); Blue value is 119 (46.88% from 255 or 36.84% from 323); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0177 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0177 is #34FE88. Grayscale: #4A4A4A. Windows color (decimal): -3473033 or 7799243. OLE color: 7799243.
HSL color Cylindrical-coordinate representation of color #CB0177: hue angle of 324.95º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB0177 is Cyan = 0, Magento = 1.00, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 1 | 119 | - |
| CMYK | 0 | 1.00 | 0.41 | 0.20 |
| HSL | 324.95º | 0.99% | 0.4% | - |
| HSV(B) | 324.95º | 1% | 0.8% | - |
| XYZ | 27.97 | 14.05 | 18.69 | - |
| YUV | 74.85 | 152.92 | 219.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 1 | 119 | 0 | 1.00 | 0.41 | 0.20 | 324.95 | 0.99 | 0.4 |
| Hex | CB | 1 | 77 | 0 | 64 | 29 | 14 | 145 | 63 | 28 |
| Octal | 313 | 1 | 167 | 0 | 144 | 51 | 24 | 505 | 143 | 50 |
| Binary | 11001011 | 1 | 1110111 | 0 | 1100100 | 101001 | 10100 | 101000101 | 1100011 | 101000 |
Color Harmonies of #CB0177
Complementary color
Monochromatic Colors of #CB0177
Black with #CB0177
Text Example
Text Example
White with #CB0177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0177; }
p { color: rgb(203,1,119); }
H1.HeaderClassName
{
color: #CB0177;
}
.AnyTagClassName
{
color: #CB0177;
}
</style>
background-color css
<style>
a { background-color: #CB0177; }
a { background-color: rgb(203,1,119); }
div.DivClassName
{
background-color: #CB0177;
}
.BgClassName
{
background-color: #CB0177;
}
</style>
border-color css
<style>
span { border-color: #CB0177; }
span { border-color: rgb(203,1,119); }
td.TdClassName
{
border-color: #CB0177;
}
.TagClassName
{
border-color: #CB0177;
}
</style>