Shades of Medium Violet Red #CB079E
Tints of Medium Violet Red #CB079E
RGB
CMYK
RGB Variations
Color information
#CB079E (or 0xCB079E) is known color: Medium Violet Red. HEX triplet: CB, 07 and 9E. RGB value is (203,7,158). Sum of RGB (Red+Green+Blue) = 203+7+158=368 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.16% from 368); Green value is 7 (3.12% from 255 or 1.90% from 368); Blue value is 158 (62.11% from 255 or 42.93% from 368); Max value from RGB is 203 - color contains mainly: red. Hex color #CB079E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB079E is #34F861. Grayscale: #525252. Windows color (decimal): -3471458 or 10356683. OLE color: 10356683.
HSL color Cylindrical-coordinate representation of color #CB079E: hue angle of 313.78º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB079E is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 7 | 158 | - |
| CMYK | 0 | 0.97 | 0.22 | 0.20 |
| HSL | 313.78º | 0.93% | 0.41% | - |
| HSV(B) | 313.78º | 0.97% | 0.8% | - |
| XYZ | 30.88 | 15.32 | 33.68 | - |
| YUV | 82.82 | 170.43 | 213.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 7 | 158 | 0 | 0.97 | 0.22 | 0.20 | 313.78 | 0.93 | 0.41 |
| Hex | CB | 7 | 9E | 0 | 61 | 16 | 14 | 13A | 5D | 29 |
| Octal | 313 | 7 | 236 | 0 | 141 | 26 | 24 | 472 | 135 | 51 |
| Binary | 11001011 | 111 | 10011110 | 0 | 1100001 | 10110 | 10100 | 100111010 | 1011101 | 101001 |
Color Harmonies of #CB079E
Complementary color
Monochromatic Colors of #CB079E
Black with #CB079E
Text Example
Text Example
White with #CB079E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB079E; }
p { color: rgb(203,7,158); }
H1.HeaderClassName
{
color: #CB079E;
}
.AnyTagClassName
{
color: #CB079E;
}
</style>
background-color css
<style>
a { background-color: #CB079E; }
a { background-color: rgb(203,7,158); }
div.DivClassName
{
background-color: #CB079E;
}
.BgClassName
{
background-color: #CB079E;
}
</style>
border-color css
<style>
span { border-color: #CB079E; }
span { border-color: rgb(203,7,158); }
td.TdClassName
{
border-color: #CB079E;
}
.TagClassName
{
border-color: #CB079E;
}
</style>