Shades of Medium Violet Red #CB0D6E
Tints of Medium Violet Red #CB0D6E
RGB
CMYK
RGB Variations
Color information
#CB0D6E (or 0xCB0D6E) is known color: Medium Violet Red. HEX triplet: CB, 0D and 6E. RGB value is (203,13,110). Sum of RGB (Red+Green+Blue) = 203+13+110=326 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.27% from 326); Green value is 13 (5.47% from 255 or 3.99% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0D6E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0D6E is #34F291. Grayscale: #505050. Windows color (decimal): -3469970 or 7212491. OLE color: 7212491.
HSL color Cylindrical-coordinate representation of color #CB0D6E: hue angle of 329.37º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB0D6E is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 13 | 110 | - |
| CMYK | 0 | 0.94 | 0.46 | 0.20 |
| HSL | 329.37º | 0.88% | 0.42% | - |
| HSV(B) | 329.37º | 0.94% | 0.8% | - |
| XYZ | 27.59 | 14.11 | 16.02 | - |
| YUV | 80.87 | 144.45 | 215.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 13 | 110 | 0 | 0.94 | 0.46 | 0.20 | 329.37 | 0.88 | 0.42 |
| Hex | CB | D | 6E | 0 | 5E | 2E | 14 | 149 | 58 | 2A |
| Octal | 313 | 15 | 156 | 0 | 136 | 56 | 24 | 511 | 130 | 52 |
| Binary | 11001011 | 1101 | 1101110 | 0 | 1011110 | 101110 | 10100 | 101001001 | 1011000 | 101010 |
Color Harmonies of #CB0D6E
Complementary color
Monochromatic Colors of #CB0D6E
Black with #CB0D6E
Text Example
Text Example
White with #CB0D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0D6E; }
p { color: rgb(203,13,110); }
H1.HeaderClassName
{
color: #CB0D6E;
}
.AnyTagClassName
{
color: #CB0D6E;
}
</style>
background-color css
<style>
a { background-color: #CB0D6E; }
a { background-color: rgb(203,13,110); }
div.DivClassName
{
background-color: #CB0D6E;
}
.BgClassName
{
background-color: #CB0D6E;
}
</style>
border-color css
<style>
span { border-color: #CB0D6E; }
span { border-color: rgb(203,13,110); }
td.TdClassName
{
border-color: #CB0D6E;
}
.TagClassName
{
border-color: #CB0D6E;
}
</style>