Shades of Medium Violet Red #CB086E
Tints of Medium Violet Red #CB086E
RGB
CMYK
RGB Variations
Color information
#CB086E (or 0xCB086E) is known color: Medium Violet Red. HEX triplet: CB, 08 and 6E. RGB value is (203,8,110). Sum of RGB (Red+Green+Blue) = 203+8+110=321 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.24% from 321); Green value is 8 (3.52% from 255 or 2.49% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 203 - color contains mainly: red. Hex color #CB086E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB086E is #34F791. Grayscale: #4D4D4D. Windows color (decimal): -3471250 or 7211211. OLE color: 7211211.
HSL color Cylindrical-coordinate representation of color #CB086E: hue angle of 328.62º 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 #CB086E is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 8 | 110 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.20 |
| HSL | 328.62º | 0.92% | 0.41% | - |
| HSV(B) | 328.62º | 0.96% | 0.8% | - |
| XYZ | 27.53 | 14 | 16 | - |
| YUV | 77.93 | 146.1 | 217.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 8 | 110 | 0 | 0.96 | 0.46 | 0.20 | 328.62 | 0.92 | 0.41 |
| Hex | CB | 8 | 6E | 0 | 60 | 2E | 14 | 149 | 5C | 29 |
| Octal | 313 | 10 | 156 | 0 | 140 | 56 | 24 | 511 | 134 | 51 |
| Binary | 11001011 | 1000 | 1101110 | 0 | 1100000 | 101110 | 10100 | 101001001 | 1011100 | 101001 |
Color Harmonies of #CB086E
Complementary color
Monochromatic Colors of #CB086E
Black with #CB086E
Text Example
Text Example
White with #CB086E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB086E; }
p { color: rgb(203,8,110); }
H1.HeaderClassName
{
color: #CB086E;
}
.AnyTagClassName
{
color: #CB086E;
}
</style>
background-color css
<style>
a { background-color: #CB086E; }
a { background-color: rgb(203,8,110); }
div.DivClassName
{
background-color: #CB086E;
}
.BgClassName
{
background-color: #CB086E;
}
</style>
border-color css
<style>
span { border-color: #CB086E; }
span { border-color: rgb(203,8,110); }
td.TdClassName
{
border-color: #CB086E;
}
.TagClassName
{
border-color: #CB086E;
}
</style>