Shades of Medium Violet Red #CB1C80
Tints of Medium Violet Red #CB1C80
RGB
CMYK
RGB Variations
Color information
#CB1C80 (or 0xCB1C80) is known color: Medium Violet Red. HEX triplet: CB, 1C and 80. RGB value is (203,28,128). Sum of RGB (Red+Green+Blue) = 203+28+128=359 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.55% from 359); Green value is 28 (11.33% from 255 or 7.80% from 359); Blue value is 128 (50.39% from 255 or 35.65% from 359); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1C80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB1C80 is #34E37F. Grayscale: #5B5B5B. Windows color (decimal): -3466112 or 8395979. OLE color: 8395979.
HSL color Cylindrical-coordinate representation of color #CB1C80: hue angle of 325.71º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB1C80 is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 28 | 128 | - |
| CMYK | 0 | 0.86 | 0.37 | 0.20 |
| HSL | 325.71º | 0.76% | 0.45% | - |
| HSV(B) | 325.71º | 0.86% | 0.8% | - |
| XYZ | 28.94 | 15.09 | 21.81 | - |
| YUV | 91.73 | 148.48 | 207.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 28 | 128 | 0 | 0.86 | 0.37 | 0.20 | 325.71 | 0.76 | 0.45 |
| Hex | CB | 1C | 80 | 0 | 56 | 25 | 14 | 146 | 4C | 2D |
| Octal | 313 | 34 | 200 | 0 | 126 | 45 | 24 | 506 | 114 | 55 |
| Binary | 11001011 | 11100 | 10000000 | 0 | 1010110 | 100101 | 10100 | 101000110 | 1001100 | 101101 |
Color Harmonies of #CB1C80
Complementary color
Monochromatic Colors of #CB1C80
Black with #CB1C80
Text Example
Text Example
White with #CB1C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1C80; }
p { color: rgb(203,28,128); }
H1.HeaderClassName
{
color: #CB1C80;
}
.AnyTagClassName
{
color: #CB1C80;
}
</style>
background-color css
<style>
a { background-color: #CB1C80; }
a { background-color: rgb(203,28,128); }
div.DivClassName
{
background-color: #CB1C80;
}
.BgClassName
{
background-color: #CB1C80;
}
</style>
border-color css
<style>
span { border-color: #CB1C80; }
span { border-color: rgb(203,28,128); }
td.TdClassName
{
border-color: #CB1C80;
}
.TagClassName
{
border-color: #CB1C80;
}
</style>