Shades of Medium Violet Red #CB0C76
Tints of Medium Violet Red #CB0C76
RGB
CMYK
RGB Variations
Color information
#CB0C76 (or 0xCB0C76) is known color: Medium Violet Red. HEX triplet: CB, 0C and 76. RGB value is (203,12,118). Sum of RGB (Red+Green+Blue) = 203+12+118=333 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.96% from 333); Green value is 12 (5.08% from 255 or 3.60% from 333); Blue value is 118 (46.48% from 255 or 35.44% from 333); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0C76 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0C76 is #34F389. Grayscale: #505050. Windows color (decimal): -3470218 or 7736523. OLE color: 7736523.
HSL color Cylindrical-coordinate representation of color #CB0C76: hue angle of 326.7º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB0C76 is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 12 | 118 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.20 |
| HSL | 326.7º | 0.89% | 0.42% | - |
| HSV(B) | 326.7º | 0.94% | 0.8% | - |
| XYZ | 28.03 | 14.27 | 18.42 | - |
| YUV | 81.19 | 148.78 | 214.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 12 | 118 | 0 | 0.94 | 0.42 | 0.20 | 326.7 | 0.89 | 0.42 |
| Hex | CB | C | 76 | 0 | 5E | 2A | 14 | 147 | 59 | 2A |
| Octal | 313 | 14 | 166 | 0 | 136 | 52 | 24 | 507 | 131 | 52 |
| Binary | 11001011 | 1100 | 1110110 | 0 | 1011110 | 101010 | 10100 | 101000111 | 1011001 | 101010 |
Color Harmonies of #CB0C76
Complementary color
Monochromatic Colors of #CB0C76
Black with #CB0C76
Text Example
Text Example
White with #CB0C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0C76; }
p { color: rgb(203,12,118); }
H1.HeaderClassName
{
color: #CB0C76;
}
.AnyTagClassName
{
color: #CB0C76;
}
</style>
background-color css
<style>
a { background-color: #CB0C76; }
a { background-color: rgb(203,12,118); }
div.DivClassName
{
background-color: #CB0C76;
}
.BgClassName
{
background-color: #CB0C76;
}
</style>
border-color css
<style>
span { border-color: #CB0C76; }
span { border-color: rgb(203,12,118); }
td.TdClassName
{
border-color: #CB0C76;
}
.TagClassName
{
border-color: #CB0C76;
}
</style>