Shades of Medium Violet Red #CB079C
Tints of Medium Violet Red #CB079C
RGB
CMYK
RGB Variations
Color information
#CB079C (or 0xCB079C) is known color: Medium Violet Red. HEX triplet: CB, 07 and 9C. RGB value is (203,7,156). Sum of RGB (Red+Green+Blue) = 203+7+156=366 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.46% from 366); Green value is 7 (3.12% from 255 or 1.91% from 366); Blue value is 156 (61.33% from 255 or 42.62% from 366); Max value from RGB is 203 - color contains mainly: red. Hex color #CB079C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB079C is #34F863. Grayscale: #525252. Windows color (decimal): -3471460 or 10225611. OLE color: 10225611.
HSL color Cylindrical-coordinate representation of color #CB079C: hue angle of 314.39º 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 #CB079C is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 7 | 156 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.20 |
| HSL | 314.39º | 0.93% | 0.41% | - |
| HSV(B) | 314.39º | 0.97% | 0.8% | - |
| XYZ | 30.71 | 15.25 | 32.78 | - |
| YUV | 82.59 | 169.43 | 213.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 7 | 156 | 0 | 0.97 | 0.23 | 0.20 | 314.39 | 0.93 | 0.41 |
| Hex | CB | 7 | 9C | 0 | 61 | 17 | 14 | 13A | 5D | 29 |
| Octal | 313 | 7 | 234 | 0 | 141 | 27 | 24 | 472 | 135 | 51 |
| Binary | 11001011 | 111 | 10011100 | 0 | 1100001 | 10111 | 10100 | 100111010 | 1011101 | 101001 |
Color Harmonies of #CB079C
Complementary color
Monochromatic Colors of #CB079C
Black with #CB079C
Text Example
Text Example
White with #CB079C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB079C; }
p { color: rgb(203,7,156); }
H1.HeaderClassName
{
color: #CB079C;
}
.AnyTagClassName
{
color: #CB079C;
}
</style>
background-color css
<style>
a { background-color: #CB079C; }
a { background-color: rgb(203,7,156); }
div.DivClassName
{
background-color: #CB079C;
}
.BgClassName
{
background-color: #CB079C;
}
</style>
border-color css
<style>
span { border-color: #CB079C; }
span { border-color: rgb(203,7,156); }
td.TdClassName
{
border-color: #CB079C;
}
.TagClassName
{
border-color: #CB079C;
}
</style>