Shades of Medium Violet Red #CB0870
Tints of Medium Violet Red #CB0870
RGB
CMYK
RGB Variations
Color information
#CB0870 (or 0xCB0870) is known color: Medium Violet Red. HEX triplet: CB, 08 and 70. RGB value is (203,8,112). Sum of RGB (Red+Green+Blue) = 203+8+112=323 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.85% from 323); Green value is 8 (3.52% from 255 or 2.48% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0870 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0870 is #34F78F. Grayscale: #4D4D4D. Windows color (decimal): -3471248 or 7342283. OLE color: 7342283.
HSL color Cylindrical-coordinate representation of color #CB0870: hue angle of 328º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB0870 is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 8 | 112 | - |
| CMYK | 0 | 0.96 | 0.45 | 0.20 |
| HSL | 328º | 0.92% | 0.41% | - |
| HSV(B) | 328º | 0.96% | 0.8% | - |
| XYZ | 27.64 | 14.04 | 16.58 | - |
| YUV | 78.16 | 147.1 | 217.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 8 | 112 | 0 | 0.96 | 0.45 | 0.20 | 328 | 0.92 | 0.41 |
| Hex | CB | 8 | 70 | 0 | 60 | 2D | 14 | 148 | 5C | 29 |
| Octal | 313 | 10 | 160 | 0 | 140 | 55 | 24 | 510 | 134 | 51 |
| Binary | 11001011 | 1000 | 1110000 | 0 | 1100000 | 101101 | 10100 | 101001000 | 1011100 | 101001 |
Color Harmonies of #CB0870
Complementary color
Monochromatic Colors of #CB0870
Black with #CB0870
Text Example
Text Example
White with #CB0870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0870; }
p { color: rgb(203,8,112); }
H1.HeaderClassName
{
color: #CB0870;
}
.AnyTagClassName
{
color: #CB0870;
}
</style>
background-color css
<style>
a { background-color: #CB0870; }
a { background-color: rgb(203,8,112); }
div.DivClassName
{
background-color: #CB0870;
}
.BgClassName
{
background-color: #CB0870;
}
</style>
border-color css
<style>
span { border-color: #CB0870; }
span { border-color: rgb(203,8,112); }
td.TdClassName
{
border-color: #CB0870;
}
.TagClassName
{
border-color: #CB0870;
}
</style>