Shades of Medium Violet Red #CB0890
Tints of Medium Violet Red #CB0890
RGB
CMYK
RGB Variations
Color information
#CB0890 (or 0xCB0890) is known color: Medium Violet Red. HEX triplet: CB, 08 and 90. RGB value is (203,8,144). Sum of RGB (Red+Green+Blue) = 203+8+144=355 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.18% from 355); Green value is 8 (3.52% from 255 or 2.25% from 355); Blue value is 144 (56.64% from 255 or 40.56% from 355); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0890 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0890 is #34F76F. Grayscale: #515151. Windows color (decimal): -3471216 or 9439435. OLE color: 9439435.
HSL color Cylindrical-coordinate representation of color #CB0890: hue angle of 318.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 #CB0890 is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 8 | 144 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.20 |
| HSL | 318.15º | 0.92% | 0.41% | - |
| HSV(B) | 318.15º | 0.96% | 0.8% | - |
| XYZ | 29.75 | 14.88 | 27.69 | - |
| YUV | 81.81 | 163.1 | 214.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 8 | 144 | 0 | 0.96 | 0.29 | 0.20 | 318.15 | 0.92 | 0.41 |
| Hex | CB | 8 | 90 | 0 | 60 | 1D | 14 | 13E | 5C | 29 |
| Octal | 313 | 10 | 220 | 0 | 140 | 35 | 24 | 476 | 134 | 51 |
| Binary | 11001011 | 1000 | 10010000 | 0 | 1100000 | 11101 | 10100 | 100111110 | 1011100 | 101001 |
Color Harmonies of #CB0890
Complementary color
Monochromatic Colors of #CB0890
Black with #CB0890
Text Example
Text Example
White with #CB0890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0890; }
p { color: rgb(203,8,144); }
H1.HeaderClassName
{
color: #CB0890;
}
.AnyTagClassName
{
color: #CB0890;
}
</style>
background-color css
<style>
a { background-color: #CB0890; }
a { background-color: rgb(203,8,144); }
div.DivClassName
{
background-color: #CB0890;
}
.BgClassName
{
background-color: #CB0890;
}
</style>
border-color css
<style>
span { border-color: #CB0890; }
span { border-color: rgb(203,8,144); }
td.TdClassName
{
border-color: #CB0890;
}
.TagClassName
{
border-color: #CB0890;
}
</style>