Shades of Medium Violet Red #CB0377
Tints of Medium Violet Red #CB0377
RGB
CMYK
RGB Variations
Color information
#CB0377 (or 0xCB0377) is known color: Medium Violet Red. HEX triplet: CB, 03 and 77. RGB value is (203,3,119). Sum of RGB (Red+Green+Blue) = 203+3+119=325 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.46% from 325); Green value is 3 (1.56% from 255 or 0.92% from 325); Blue value is 119 (46.88% from 255 or 36.62% from 325); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0377 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0377 is #34FC88. Grayscale: #4B4B4B. Windows color (decimal): -3472521 or 7799755. OLE color: 7799755.
HSL color Cylindrical-coordinate representation of color #CB0377: hue angle of 325.2º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB0377 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 3 | 119 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.20 |
| HSL | 325.2º | 0.97% | 0.4% | - |
| HSV(B) | 325.2º | 0.99% | 0.8% | - |
| XYZ | 27.99 | 14.09 | 18.7 | - |
| YUV | 76.02 | 152.26 | 218.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 3 | 119 | 0 | 0.99 | 0.41 | 0.20 | 325.2 | 0.97 | 0.4 |
| Hex | CB | 3 | 77 | 0 | 63 | 29 | 14 | 145 | 61 | 28 |
| Octal | 313 | 3 | 167 | 0 | 143 | 51 | 24 | 505 | 141 | 50 |
| Binary | 11001011 | 11 | 1110111 | 0 | 1100011 | 101001 | 10100 | 101000101 | 1100001 | 101000 |
Color Harmonies of #CB0377
Complementary color
Monochromatic Colors of #CB0377
Black with #CB0377
Text Example
Text Example
White with #CB0377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0377; }
p { color: rgb(203,3,119); }
H1.HeaderClassName
{
color: #CB0377;
}
.AnyTagClassName
{
color: #CB0377;
}
</style>
background-color css
<style>
a { background-color: #CB0377; }
a { background-color: rgb(203,3,119); }
div.DivClassName
{
background-color: #CB0377;
}
.BgClassName
{
background-color: #CB0377;
}
</style>
border-color css
<style>
span { border-color: #CB0377; }
span { border-color: rgb(203,3,119); }
td.TdClassName
{
border-color: #CB0377;
}
.TagClassName
{
border-color: #CB0377;
}
</style>