Shades of Medium Violet Red #CB0685
Tints of Medium Violet Red #CB0685
RGB
CMYK
RGB Variations
Color information
#CB0685 (or 0xCB0685) is known color: Medium Violet Red. HEX triplet: CB, 06 and 85. RGB value is (203,6,133). Sum of RGB (Red+Green+Blue) = 203+6+133=342 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.36% from 342); Green value is 6 (2.73% from 255 or 1.75% from 342); Blue value is 133 (52.34% from 255 or 38.89% from 342); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0685 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0685 is #34F97A. Grayscale: #4F4F4F. Windows color (decimal): -3471739 or 8718027. OLE color: 8718027.
HSL color Cylindrical-coordinate representation of color #CB0685: hue angle of 321.32º 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 #CB0685 is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 6 | 133 | - |
| CMYK | 0 | 0.97 | 0.34 | 0.20 |
| HSL | 321.32º | 0.94% | 0.41% | - |
| HSV(B) | 321.32º | 0.97% | 0.8% | - |
| XYZ | 28.93 | 14.52 | 23.47 | - |
| YUV | 79.38 | 158.27 | 216.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 6 | 133 | 0 | 0.97 | 0.34 | 0.20 | 321.32 | 0.94 | 0.41 |
| Hex | CB | 6 | 85 | 0 | 61 | 22 | 14 | 141 | 5E | 29 |
| Octal | 313 | 6 | 205 | 0 | 141 | 42 | 24 | 501 | 136 | 51 |
| Binary | 11001011 | 110 | 10000101 | 0 | 1100001 | 100010 | 10100 | 101000001 | 1011110 | 101001 |
Color Harmonies of #CB0685
Complementary color
Monochromatic Colors of #CB0685
Black with #CB0685
Text Example
Text Example
White with #CB0685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0685; }
p { color: rgb(203,6,133); }
H1.HeaderClassName
{
color: #CB0685;
}
.AnyTagClassName
{
color: #CB0685;
}
</style>
background-color css
<style>
a { background-color: #CB0685; }
a { background-color: rgb(203,6,133); }
div.DivClassName
{
background-color: #CB0685;
}
.BgClassName
{
background-color: #CB0685;
}
</style>
border-color css
<style>
span { border-color: #CB0685; }
span { border-color: rgb(203,6,133); }
td.TdClassName
{
border-color: #CB0685;
}
.TagClassName
{
border-color: #CB0685;
}
</style>