Shades of Medium Violet Red #CB0C79
Tints of Medium Violet Red #CB0C79
RGB
CMYK
RGB Variations
Color information
#CB0C79 (or 0xCB0C79) is known color: Medium Violet Red. HEX triplet: CB, 0C and 79. RGB value is (203,12,121). Sum of RGB (Red+Green+Blue) = 203+12+121=336 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.42% from 336); Green value is 12 (5.08% from 255 or 3.57% from 336); Blue value is 121 (47.66% from 255 or 36.01% from 336); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0C79 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0C79 is #34F386. Grayscale: #515151. Windows color (decimal): -3470215 or 7933131. OLE color: 7933131.
HSL color Cylindrical-coordinate representation of color #CB0C79: hue angle of 325.76º 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 #CB0C79 is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 12 | 121 | - |
| CMYK | 0 | 0.94 | 0.40 | 0.20 |
| HSL | 325.76º | 0.89% | 0.42% | - |
| HSV(B) | 325.76º | 0.94% | 0.8% | - |
| XYZ | 28.21 | 14.34 | 19.37 | - |
| YUV | 81.54 | 150.28 | 214.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 12 | 121 | 0 | 0.94 | 0.40 | 0.20 | 325.76 | 0.89 | 0.42 |
| Hex | CB | C | 79 | 0 | 5E | 28 | 14 | 146 | 59 | 2A |
| Octal | 313 | 14 | 171 | 0 | 136 | 50 | 24 | 506 | 131 | 52 |
| Binary | 11001011 | 1100 | 1111001 | 0 | 1011110 | 101000 | 10100 | 101000110 | 1011001 | 101010 |
Color Harmonies of #CB0C79
Complementary color
Monochromatic Colors of #CB0C79
Black with #CB0C79
Text Example
Text Example
White with #CB0C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0C79; }
p { color: rgb(203,12,121); }
H1.HeaderClassName
{
color: #CB0C79;
}
.AnyTagClassName
{
color: #CB0C79;
}
</style>
background-color css
<style>
a { background-color: #CB0C79; }
a { background-color: rgb(203,12,121); }
div.DivClassName
{
background-color: #CB0C79;
}
.BgClassName
{
background-color: #CB0C79;
}
</style>
border-color css
<style>
span { border-color: #CB0C79; }
span { border-color: rgb(203,12,121); }
td.TdClassName
{
border-color: #CB0C79;
}
.TagClassName
{
border-color: #CB0C79;
}
</style>