Shades of Medium Violet Red #CB0670
Tints of Medium Violet Red #CB0670
RGB
CMYK
RGB Variations
Color information
#CB0670 (or 0xCB0670) is known color: Medium Violet Red. HEX triplet: CB, 06 and 70. RGB value is (203,6,112). Sum of RGB (Red+Green+Blue) = 203+6+112=321 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.24% from 321); Green value is 6 (2.73% from 255 or 1.87% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0670 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0670 is #34F98F. Grayscale: #4C4C4C. Windows color (decimal): -3471760 or 7341771. OLE color: 7341771.
HSL color Cylindrical-coordinate representation of color #CB0670: hue angle of 327.72º degrees, saturation: 0.94, 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 #CB0670 is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 6 | 112 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.20 |
| HSL | 327.72º | 0.94% | 0.41% | - |
| HSV(B) | 327.72º | 0.97% | 0.8% | - |
| XYZ | 27.62 | 14 | 16.58 | - |
| YUV | 76.99 | 147.77 | 217.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 6 | 112 | 0 | 0.97 | 0.45 | 0.20 | 327.72 | 0.94 | 0.41 |
| Hex | CB | 6 | 70 | 0 | 61 | 2D | 14 | 148 | 5E | 29 |
| Octal | 313 | 6 | 160 | 0 | 141 | 55 | 24 | 510 | 136 | 51 |
| Binary | 11001011 | 110 | 1110000 | 0 | 1100001 | 101101 | 10100 | 101001000 | 1011110 | 101001 |
Color Harmonies of #CB0670
Complementary color
Monochromatic Colors of #CB0670
Black with #CB0670
Text Example
Text Example
White with #CB0670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0670; }
p { color: rgb(203,6,112); }
H1.HeaderClassName
{
color: #CB0670;
}
.AnyTagClassName
{
color: #CB0670;
}
</style>
background-color css
<style>
a { background-color: #CB0670; }
a { background-color: rgb(203,6,112); }
div.DivClassName
{
background-color: #CB0670;
}
.BgClassName
{
background-color: #CB0670;
}
</style>
border-color css
<style>
span { border-color: #CB0670; }
span { border-color: rgb(203,6,112); }
td.TdClassName
{
border-color: #CB0670;
}
.TagClassName
{
border-color: #CB0670;
}
</style>