Shades of Medium Violet Red #CB078D
Tints of Medium Violet Red #CB078D
RGB
CMYK
RGB Variations
Color information
#CB078D (or 0xCB078D) is known color: Medium Violet Red. HEX triplet: CB, 07 and 8D. RGB value is (203,7,141). Sum of RGB (Red+Green+Blue) = 203+7+141=351 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.83% from 351); Green value is 7 (3.12% from 255 or 1.99% from 351); Blue value is 141 (55.47% from 255 or 40.17% from 351); Max value from RGB is 203 - color contains mainly: red. Hex color #CB078D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB078D is #34F872. Grayscale: #505050. Windows color (decimal): -3471475 or 9242571. OLE color: 9242571.
HSL color Cylindrical-coordinate representation of color #CB078D: hue angle of 318.98º 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 #CB078D is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 7 | 141 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.20 |
| HSL | 318.98º | 0.93% | 0.41% | - |
| HSV(B) | 318.98º | 0.97% | 0.8% | - |
| XYZ | 29.51 | 14.77 | 26.5 | - |
| YUV | 80.88 | 161.93 | 215.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 7 | 141 | 0 | 0.97 | 0.31 | 0.20 | 318.98 | 0.93 | 0.41 |
| Hex | CB | 7 | 8D | 0 | 61 | 1F | 14 | 13F | 5D | 29 |
| Octal | 313 | 7 | 215 | 0 | 141 | 37 | 24 | 477 | 135 | 51 |
| Binary | 11001011 | 111 | 10001101 | 0 | 1100001 | 11111 | 10100 | 100111111 | 1011101 | 101001 |
Color Harmonies of #CB078D
Complementary color
Monochromatic Colors of #CB078D
Black with #CB078D
Text Example
Text Example
White with #CB078D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB078D; }
p { color: rgb(203,7,141); }
H1.HeaderClassName
{
color: #CB078D;
}
.AnyTagClassName
{
color: #CB078D;
}
</style>
background-color css
<style>
a { background-color: #CB078D; }
a { background-color: rgb(203,7,141); }
div.DivClassName
{
background-color: #CB078D;
}
.BgClassName
{
background-color: #CB078D;
}
</style>
border-color css
<style>
span { border-color: #CB078D; }
span { border-color: rgb(203,7,141); }
td.TdClassName
{
border-color: #CB078D;
}
.TagClassName
{
border-color: #CB078D;
}
</style>