Shades of Medium Violet Red #CB1583
Tints of Medium Violet Red #CB1583
RGB
CMYK
RGB Variations
Color information
#CB1583 (or 0xCB1583) is known color: Medium Violet Red. HEX triplet: CB, 15 and 83. RGB value is (203,21,131). Sum of RGB (Red+Green+Blue) = 203+21+131=355 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.18% from 355); Green value is 21 (8.59% from 255 or 5.92% from 355); Blue value is 131 (51.56% from 255 or 36.90% from 355); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1583 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1583 is #34EA7C. Grayscale: #575757. Windows color (decimal): -3467901 or 8590795. OLE color: 8590795.
HSL color Cylindrical-coordinate representation of color #CB1583: hue angle of 323.74º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB1583 is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 21 | 131 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.20 |
| HSL | 323.74º | 0.81% | 0.44% | - |
| HSV(B) | 323.74º | 0.9% | 0.8% | - |
| XYZ | 28.99 | 14.87 | 22.82 | - |
| YUV | 87.96 | 152.3 | 210.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 21 | 131 | 0 | 0.90 | 0.35 | 0.20 | 323.74 | 0.81 | 0.44 |
| Hex | CB | 15 | 83 | 0 | 5A | 23 | 14 | 144 | 51 | 2C |
| Octal | 313 | 25 | 203 | 0 | 132 | 43 | 24 | 504 | 121 | 54 |
| Binary | 11001011 | 10101 | 10000011 | 0 | 1011010 | 100011 | 10100 | 101000100 | 1010001 | 101100 |
Color Harmonies of #CB1583
Complementary color
Monochromatic Colors of #CB1583
Black with #CB1583
Text Example
Text Example
White with #CB1583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1583; }
p { color: rgb(203,21,131); }
H1.HeaderClassName
{
color: #CB1583;
}
.AnyTagClassName
{
color: #CB1583;
}
</style>
background-color css
<style>
a { background-color: #CB1583; }
a { background-color: rgb(203,21,131); }
div.DivClassName
{
background-color: #CB1583;
}
.BgClassName
{
background-color: #CB1583;
}
</style>
border-color css
<style>
span { border-color: #CB1583; }
span { border-color: rgb(203,21,131); }
td.TdClassName
{
border-color: #CB1583;
}
.TagClassName
{
border-color: #CB1583;
}
</style>