Shades of Medium Violet Red #CB0477
Tints of Medium Violet Red #CB0477
RGB
CMYK
RGB Variations
Color information
#CB0477 (or 0xCB0477) is known color: Medium Violet Red. HEX triplet: CB, 04 and 77. RGB value is (203,4,119). Sum of RGB (Red+Green+Blue) = 203+4+119=326 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.27% from 326); Green value is 4 (1.95% from 255 or 1.23% from 326); Blue value is 119 (46.88% from 255 or 36.50% from 326); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0477 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0477 is #34FB88. Grayscale: #4C4C4C. Windows color (decimal): -3472265 or 7800011. OLE color: 7800011.
HSL color Cylindrical-coordinate representation of color #CB0477: hue angle of 325.33º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB0477 is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 4 | 119 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.20 |
| HSL | 325.33º | 0.96% | 0.41% | - |
| HSV(B) | 325.33º | 0.98% | 0.8% | - |
| XYZ | 28 | 14.12 | 18.7 | - |
| YUV | 76.61 | 151.93 | 218.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 4 | 119 | 0 | 0.98 | 0.41 | 0.20 | 325.33 | 0.96 | 0.41 |
| Hex | CB | 4 | 77 | 0 | 62 | 29 | 14 | 145 | 60 | 29 |
| Octal | 313 | 4 | 167 | 0 | 142 | 51 | 24 | 505 | 140 | 51 |
| Binary | 11001011 | 100 | 1110111 | 0 | 1100010 | 101001 | 10100 | 101000101 | 1100000 | 101001 |
Color Harmonies of #CB0477
Complementary color
Monochromatic Colors of #CB0477
Black with #CB0477
Text Example
Text Example
White with #CB0477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0477; }
p { color: rgb(203,4,119); }
H1.HeaderClassName
{
color: #CB0477;
}
.AnyTagClassName
{
color: #CB0477;
}
</style>
background-color css
<style>
a { background-color: #CB0477; }
a { background-color: rgb(203,4,119); }
div.DivClassName
{
background-color: #CB0477;
}
.BgClassName
{
background-color: #CB0477;
}
</style>
border-color css
<style>
span { border-color: #CB0477; }
span { border-color: rgb(203,4,119); }
td.TdClassName
{
border-color: #CB0477;
}
.TagClassName
{
border-color: #CB0477;
}
</style>