Shades of Medium Violet Red #CB077C
Tints of Medium Violet Red #CB077C
RGB
CMYK
RGB Variations
Color information
#CB077C (or 0xCB077C) is known color: Medium Violet Red. HEX triplet: CB, 07 and 7C. RGB value is (203,7,124). Sum of RGB (Red+Green+Blue) = 203+7+124=334 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.78% from 334); Green value is 7 (3.12% from 255 or 2.10% from 334); Blue value is 124 (48.83% from 255 or 37.13% from 334); Max value from RGB is 203 - color contains mainly: red. Hex color #CB077C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB077C is #34F883. Grayscale: #4E4E4E. Windows color (decimal): -3471492 or 8128459. OLE color: 8128459.
HSL color Cylindrical-coordinate representation of color #CB077C: hue angle of 324.18º 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 #CB077C is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 7 | 124 | - |
| CMYK | 0 | 0.97 | 0.39 | 0.20 |
| HSL | 324.18º | 0.93% | 0.41% | - |
| HSV(B) | 324.18º | 0.97% | 0.8% | - |
| XYZ | 28.34 | 14.3 | 20.34 | - |
| YUV | 78.94 | 153.43 | 216.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 7 | 124 | 0 | 0.97 | 0.39 | 0.20 | 324.18 | 0.93 | 0.41 |
| Hex | CB | 7 | 7C | 0 | 61 | 27 | 14 | 144 | 5D | 29 |
| Octal | 313 | 7 | 174 | 0 | 141 | 47 | 24 | 504 | 135 | 51 |
| Binary | 11001011 | 111 | 1111100 | 0 | 1100001 | 100111 | 10100 | 101000100 | 1011101 | 101001 |
Color Harmonies of #CB077C
Complementary color
Monochromatic Colors of #CB077C
Black with #CB077C
Text Example
Text Example
White with #CB077C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB077C; }
p { color: rgb(203,7,124); }
H1.HeaderClassName
{
color: #CB077C;
}
.AnyTagClassName
{
color: #CB077C;
}
</style>
background-color css
<style>
a { background-color: #CB077C; }
a { background-color: rgb(203,7,124); }
div.DivClassName
{
background-color: #CB077C;
}
.BgClassName
{
background-color: #CB077C;
}
</style>
border-color css
<style>
span { border-color: #CB077C; }
span { border-color: rgb(203,7,124); }
td.TdClassName
{
border-color: #CB077C;
}
.TagClassName
{
border-color: #CB077C;
}
</style>