Shades of Medium Violet Red #CB089D
Tints of Medium Violet Red #CB089D
RGB
CMYK
RGB Variations
Color information
#CB089D (or 0xCB089D) is known color: Medium Violet Red. HEX triplet: CB, 08 and 9D. RGB value is (203,8,157). Sum of RGB (Red+Green+Blue) = 203+8+157=368 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.16% from 368); Green value is 8 (3.52% from 255 or 2.17% from 368); Blue value is 157 (61.72% from 255 or 42.66% from 368); Max value from RGB is 203 - color contains mainly: red. Hex color #CB089D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB089D is #34F762. Grayscale: #525252. Windows color (decimal): -3471203 or 10291403. OLE color: 10291403.
HSL color Cylindrical-coordinate representation of color #CB089D: hue angle of 314.15º 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 #CB089D is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 8 | 157 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.20 |
| HSL | 314.15º | 0.92% | 0.41% | - |
| HSV(B) | 314.15º | 0.96% | 0.8% | - |
| XYZ | 30.8 | 15.3 | 33.23 | - |
| YUV | 83.29 | 169.6 | 213.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 8 | 157 | 0 | 0.96 | 0.23 | 0.20 | 314.15 | 0.92 | 0.41 |
| Hex | CB | 8 | 9D | 0 | 60 | 17 | 14 | 13A | 5C | 29 |
| Octal | 313 | 10 | 235 | 0 | 140 | 27 | 24 | 472 | 134 | 51 |
| Binary | 11001011 | 1000 | 10011101 | 0 | 1100000 | 10111 | 10100 | 100111010 | 1011100 | 101001 |
Color Harmonies of #CB089D
Complementary color
Monochromatic Colors of #CB089D
Black with #CB089D
Text Example
Text Example
White with #CB089D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB089D; }
p { color: rgb(203,8,157); }
H1.HeaderClassName
{
color: #CB089D;
}
.AnyTagClassName
{
color: #CB089D;
}
</style>
background-color css
<style>
a { background-color: #CB089D; }
a { background-color: rgb(203,8,157); }
div.DivClassName
{
background-color: #CB089D;
}
.BgClassName
{
background-color: #CB089D;
}
</style>
border-color css
<style>
span { border-color: #CB089D; }
span { border-color: rgb(203,8,157); }
td.TdClassName
{
border-color: #CB089D;
}
.TagClassName
{
border-color: #CB089D;
}
</style>