Shades of Medium Violet Red #CB1385
Tints of Medium Violet Red #CB1385
RGB
CMYK
RGB Variations
Color information
#CB1385 (or 0xCB1385) is known color: Medium Violet Red. HEX triplet: CB, 13 and 85. RGB value is (203,19,133). Sum of RGB (Red+Green+Blue) = 203+19+133=355 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.18% from 355); Green value is 19 (7.81% from 255 or 5.35% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1385 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1385 is #34EC7A. Grayscale: #565656. Windows color (decimal): -3468411 or 8721355. OLE color: 8721355.
HSL color Cylindrical-coordinate representation of color #CB1385: hue angle of 322.83º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB1385 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 19 | 133 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.20 |
| HSL | 322.83º | 0.83% | 0.44% | - |
| HSV(B) | 322.83º | 0.91% | 0.8% | - |
| XYZ | 29.1 | 14.86 | 23.52 | - |
| YUV | 87.01 | 153.96 | 210.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 19 | 133 | 0 | 0.91 | 0.34 | 0.20 | 322.83 | 0.83 | 0.44 |
| Hex | CB | 13 | 85 | 0 | 5B | 22 | 14 | 143 | 53 | 2C |
| Octal | 313 | 23 | 205 | 0 | 133 | 42 | 24 | 503 | 123 | 54 |
| Binary | 11001011 | 10011 | 10000101 | 0 | 1011011 | 100010 | 10100 | 101000011 | 1010011 | 101100 |
Color Harmonies of #CB1385
Complementary color
Monochromatic Colors of #CB1385
Black with #CB1385
Text Example
Text Example
White with #CB1385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1385; }
p { color: rgb(203,19,133); }
H1.HeaderClassName
{
color: #CB1385;
}
.AnyTagClassName
{
color: #CB1385;
}
</style>
background-color css
<style>
a { background-color: #CB1385; }
a { background-color: rgb(203,19,133); }
div.DivClassName
{
background-color: #CB1385;
}
.BgClassName
{
background-color: #CB1385;
}
</style>
border-color css
<style>
span { border-color: #CB1385; }
span { border-color: rgb(203,19,133); }
td.TdClassName
{
border-color: #CB1385;
}
.TagClassName
{
border-color: #CB1385;
}
</style>