Shades of Medium Violet Red #CB1781
Tints of Medium Violet Red #CB1781
RGB
CMYK
RGB Variations
Color information
#CB1781 (or 0xCB1781) is known color: Medium Violet Red. HEX triplet: CB, 17 and 81. RGB value is (203,23,129). Sum of RGB (Red+Green+Blue) = 203+23+129=355 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.18% from 355); Green value is 23 (9.38% from 255 or 6.48% from 355); Blue value is 129 (50.78% from 255 or 36.34% from 355); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1781 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1781 is #34E87E. Grayscale: #585858. Windows color (decimal): -3467391 or 8460235. OLE color: 8460235.
HSL color Cylindrical-coordinate representation of color #CB1781: hue angle of 324.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB1781 is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 23 | 129 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.20 |
| HSL | 324.67º | 0.8% | 0.44% | - |
| HSV(B) | 324.67º | 0.89% | 0.8% | - |
| XYZ | 28.9 | 14.89 | 22.12 | - |
| YUV | 88.9 | 150.63 | 209.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 23 | 129 | 0 | 0.89 | 0.36 | 0.20 | 324.67 | 0.8 | 0.44 |
| Hex | CB | 17 | 81 | 0 | 59 | 24 | 14 | 145 | 50 | 2C |
| Octal | 313 | 27 | 201 | 0 | 131 | 44 | 24 | 505 | 120 | 54 |
| Binary | 11001011 | 10111 | 10000001 | 0 | 1011001 | 100100 | 10100 | 101000101 | 1010000 | 101100 |
Color Harmonies of #CB1781
Complementary color
Monochromatic Colors of #CB1781
Black with #CB1781
Text Example
Text Example
White with #CB1781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1781; }
p { color: rgb(203,23,129); }
H1.HeaderClassName
{
color: #CB1781;
}
.AnyTagClassName
{
color: #CB1781;
}
</style>
background-color css
<style>
a { background-color: #CB1781; }
a { background-color: rgb(203,23,129); }
div.DivClassName
{
background-color: #CB1781;
}
.BgClassName
{
background-color: #CB1781;
}
</style>
border-color css
<style>
span { border-color: #CB1781; }
span { border-color: rgb(203,23,129); }
td.TdClassName
{
border-color: #CB1781;
}
.TagClassName
{
border-color: #CB1781;
}
</style>