Shades of Medium Violet Red #CB098D
Tints of Medium Violet Red #CB098D
RGB
CMYK
RGB Variations
Color information
#CB098D (or 0xCB098D) is known color: Medium Violet Red. HEX triplet: CB, 09 and 8D. RGB value is (203,9,141). Sum of RGB (Red+Green+Blue) = 203+9+141=353 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.51% from 353); Green value is 9 (3.91% from 255 or 2.55% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 203 - color contains mainly: red. Hex color #CB098D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB098D is #34F672. Grayscale: #515151. Windows color (decimal): -3470963 or 9243083. OLE color: 9243083.
HSL color Cylindrical-coordinate representation of color #CB098D: hue angle of 319.18º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB098D is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 9 | 141 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.20 |
| HSL | 319.18º | 0.92% | 0.42% | - |
| HSV(B) | 319.18º | 0.96% | 0.8% | - |
| XYZ | 29.53 | 14.81 | 26.5 | - |
| YUV | 82.05 | 161.27 | 214.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 9 | 141 | 0 | 0.96 | 0.31 | 0.20 | 319.18 | 0.92 | 0.42 |
| Hex | CB | 9 | 8D | 0 | 60 | 1F | 14 | 13F | 5C | 2A |
| Octal | 313 | 11 | 215 | 0 | 140 | 37 | 24 | 477 | 134 | 52 |
| Binary | 11001011 | 1001 | 10001101 | 0 | 1100000 | 11111 | 10100 | 100111111 | 1011100 | 101010 |
Color Harmonies of #CB098D
Complementary color
Monochromatic Colors of #CB098D
Black with #CB098D
Text Example
Text Example
White with #CB098D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB098D; }
p { color: rgb(203,9,141); }
H1.HeaderClassName
{
color: #CB098D;
}
.AnyTagClassName
{
color: #CB098D;
}
</style>
background-color css
<style>
a { background-color: #CB098D; }
a { background-color: rgb(203,9,141); }
div.DivClassName
{
background-color: #CB098D;
}
.BgClassName
{
background-color: #CB098D;
}
</style>
border-color css
<style>
span { border-color: #CB098D; }
span { border-color: rgb(203,9,141); }
td.TdClassName
{
border-color: #CB098D;
}
.TagClassName
{
border-color: #CB098D;
}
</style>