Shades of Medium Violet Red #CB0977
Tints of Medium Violet Red #CB0977
RGB
CMYK
RGB Variations
Color information
#CB0977 (or 0xCB0977) is known color: Medium Violet Red. HEX triplet: CB, 09 and 77. RGB value is (203,9,119). Sum of RGB (Red+Green+Blue) = 203+9+119=331 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.33% from 331); Green value is 9 (3.91% from 255 or 2.72% from 331); Blue value is 119 (46.88% from 255 or 35.95% from 331); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0977 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0977 is #34F688. Grayscale: #4F4F4F. Windows color (decimal): -3470985 or 7801291. OLE color: 7801291.
HSL color Cylindrical-coordinate representation of color #CB0977: hue angle of 325.98º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB0977 is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 9 | 119 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.20 |
| HSL | 325.98º | 0.92% | 0.42% | - |
| HSV(B) | 325.98º | 0.96% | 0.8% | - |
| XYZ | 28.06 | 14.22 | 18.72 | - |
| YUV | 79.55 | 150.27 | 216.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 9 | 119 | 0 | 0.96 | 0.41 | 0.20 | 325.98 | 0.92 | 0.42 |
| Hex | CB | 9 | 77 | 0 | 60 | 29 | 14 | 146 | 5C | 2A |
| Octal | 313 | 11 | 167 | 0 | 140 | 51 | 24 | 506 | 134 | 52 |
| Binary | 11001011 | 1001 | 1110111 | 0 | 1100000 | 101001 | 10100 | 101000110 | 1011100 | 101010 |
Color Harmonies of #CB0977
Complementary color
Monochromatic Colors of #CB0977
Black with #CB0977
Text Example
Text Example
White with #CB0977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0977; }
p { color: rgb(203,9,119); }
H1.HeaderClassName
{
color: #CB0977;
}
.AnyTagClassName
{
color: #CB0977;
}
</style>
background-color css
<style>
a { background-color: #CB0977; }
a { background-color: rgb(203,9,119); }
div.DivClassName
{
background-color: #CB0977;
}
.BgClassName
{
background-color: #CB0977;
}
</style>
border-color css
<style>
span { border-color: #CB0977; }
span { border-color: rgb(203,9,119); }
td.TdClassName
{
border-color: #CB0977;
}
.TagClassName
{
border-color: #CB0977;
}
</style>