Shades of Medium Violet Red #CB1780
Tints of Medium Violet Red #CB1780
RGB
CMYK
RGB Variations
Color information
#CB1780 (or 0xCB1780) is known color: Medium Violet Red. HEX triplet: CB, 17 and 80. RGB value is (203,23,128). Sum of RGB (Red+Green+Blue) = 203+23+128=354 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.34% from 354); Green value is 23 (9.38% from 255 or 6.50% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1780 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB1780 is #34E87F. Grayscale: #585858. Windows color (decimal): -3467392 or 8394699. OLE color: 8394699.
HSL color Cylindrical-coordinate representation of color #CB1780: hue angle of 325º 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 #CB1780 is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 23 | 128 | - |
| CMYK | 0 | 0.89 | 0.37 | 0.20 |
| HSL | 325º | 0.8% | 0.44% | - |
| HSV(B) | 325º | 0.89% | 0.8% | - |
| XYZ | 28.83 | 14.87 | 21.77 | - |
| YUV | 88.79 | 150.13 | 209.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 23 | 128 | 0 | 0.89 | 0.37 | 0.20 | 325 | 0.8 | 0.44 |
| Hex | CB | 17 | 80 | 0 | 59 | 25 | 14 | 145 | 50 | 2C |
| Octal | 313 | 27 | 200 | 0 | 131 | 45 | 24 | 505 | 120 | 54 |
| Binary | 11001011 | 10111 | 10000000 | 0 | 1011001 | 100101 | 10100 | 101000101 | 1010000 | 101100 |
Color Harmonies of #CB1780
Complementary color
Monochromatic Colors of #CB1780
Black with #CB1780
Text Example
Text Example
White with #CB1780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1780; }
p { color: rgb(203,23,128); }
H1.HeaderClassName
{
color: #CB1780;
}
.AnyTagClassName
{
color: #CB1780;
}
</style>
background-color css
<style>
a { background-color: #CB1780; }
a { background-color: rgb(203,23,128); }
div.DivClassName
{
background-color: #CB1780;
}
.BgClassName
{
background-color: #CB1780;
}
</style>
border-color css
<style>
span { border-color: #CB1780; }
span { border-color: rgb(203,23,128); }
td.TdClassName
{
border-color: #CB1780;
}
.TagClassName
{
border-color: #CB1780;
}
</style>