Shades of Medium Violet Red #CB0D98
Tints of Medium Violet Red #CB0D98
RGB
CMYK
RGB Variations
Color information
#CB0D98 (or 0xCB0D98) is known color: Medium Violet Red. HEX triplet: CB, 0D and 98. RGB value is (203,13,152). Sum of RGB (Red+Green+Blue) = 203+13+152=368 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.16% from 368); Green value is 13 (5.47% from 255 or 3.53% from 368); Blue value is 152 (59.77% from 255 or 41.30% from 368); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0D98 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0D98 is #34F267. Grayscale: #555555. Windows color (decimal): -3469928 or 9965003. OLE color: 9965003.
HSL color Cylindrical-coordinate representation of color #CB0D98: hue angle of 316.11º 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 #CB0D98 is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 13 | 152 | - |
| CMYK | 0 | 0.94 | 0.25 | 0.20 |
| HSL | 316.11º | 0.88% | 0.42% | - |
| HSV(B) | 316.11º | 0.94% | 0.8% | - |
| XYZ | 30.44 | 15.25 | 31.05 | - |
| YUV | 85.66 | 165.45 | 211.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 13 | 152 | 0 | 0.94 | 0.25 | 0.20 | 316.11 | 0.88 | 0.42 |
| Hex | CB | D | 98 | 0 | 5E | 19 | 14 | 13C | 58 | 2A |
| Octal | 313 | 15 | 230 | 0 | 136 | 31 | 24 | 474 | 130 | 52 |
| Binary | 11001011 | 1101 | 10011000 | 0 | 1011110 | 11001 | 10100 | 100111100 | 1011000 | 101010 |
Color Harmonies of #CB0D98
Complementary color
Monochromatic Colors of #CB0D98
Black with #CB0D98
Text Example
Text Example
White with #CB0D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0D98; }
p { color: rgb(203,13,152); }
H1.HeaderClassName
{
color: #CB0D98;
}
.AnyTagClassName
{
color: #CB0D98;
}
</style>
background-color css
<style>
a { background-color: #CB0D98; }
a { background-color: rgb(203,13,152); }
div.DivClassName
{
background-color: #CB0D98;
}
.BgClassName
{
background-color: #CB0D98;
}
</style>
border-color css
<style>
span { border-color: #CB0D98; }
span { border-color: rgb(203,13,152); }
td.TdClassName
{
border-color: #CB0D98;
}
.TagClassName
{
border-color: #CB0D98;
}
</style>