Shades of Medium Violet Red #CB1090
Tints of Medium Violet Red #CB1090
RGB
CMYK
RGB Variations
Color information
#CB1090 (or 0xCB1090) is known color: Medium Violet Red. HEX triplet: CB, 10 and 90. RGB value is (203,16,144). Sum of RGB (Red+Green+Blue) = 203+16+144=363 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.92% from 363); Green value is 16 (6.64% from 255 or 4.41% from 363); Blue value is 144 (56.64% from 255 or 39.67% from 363); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1090 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1090 is #34EF6F. Grayscale: #565656. Windows color (decimal): -3469168 or 9441483. OLE color: 9441483.
HSL color Cylindrical-coordinate representation of color #CB1090: hue angle of 318.93º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB1090 is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 16 | 144 | - |
| CMYK | 0 | 0.92 | 0.29 | 0.20 |
| HSL | 318.93º | 0.85% | 0.43% | - |
| HSV(B) | 318.93º | 0.92% | 0.8% | - |
| XYZ | 29.85 | 15.08 | 27.72 | - |
| YUV | 86.51 | 160.45 | 211.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 16 | 144 | 0 | 0.92 | 0.29 | 0.20 | 318.93 | 0.85 | 0.43 |
| Hex | CB | 10 | 90 | 0 | 5C | 1D | 14 | 13F | 55 | 2B |
| Octal | 313 | 20 | 220 | 0 | 134 | 35 | 24 | 477 | 125 | 53 |
| Binary | 11001011 | 10000 | 10010000 | 0 | 1011100 | 11101 | 10100 | 100111111 | 1010101 | 101011 |
Color Harmonies of #CB1090
Complementary color
Monochromatic Colors of #CB1090
Black with #CB1090
Text Example
Text Example
White with #CB1090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1090; }
p { color: rgb(203,16,144); }
H1.HeaderClassName
{
color: #CB1090;
}
.AnyTagClassName
{
color: #CB1090;
}
</style>
background-color css
<style>
a { background-color: #CB1090; }
a { background-color: rgb(203,16,144); }
div.DivClassName
{
background-color: #CB1090;
}
.BgClassName
{
background-color: #CB1090;
}
</style>
border-color css
<style>
span { border-color: #CB1090; }
span { border-color: rgb(203,16,144); }
td.TdClassName
{
border-color: #CB1090;
}
.TagClassName
{
border-color: #CB1090;
}
</style>