Shades of Medium Violet Red #CB1F80
Tints of Medium Violet Red #CB1F80
RGB
CMYK
RGB Variations
Color information
#CB1F80 (or 0xCB1F80) is known color: Medium Violet Red. HEX triplet: CB, 1F and 80. RGB value is (203,31,128). Sum of RGB (Red+Green+Blue) = 203+31+128=362 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.08% from 362); Green value is 31 (12.5% from 255 or 8.56% from 362); Blue value is 128 (50.39% from 255 or 35.36% from 362); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1F80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB1F80 is #34E07F. Grayscale: #5D5D5D. Windows color (decimal): -3465344 or 8396747. OLE color: 8396747.
HSL color Cylindrical-coordinate representation of color #CB1F80: hue angle of 326.16º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB1F80 is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 31 | 128 | - |
| CMYK | 0 | 0.85 | 0.37 | 0.20 |
| HSL | 326.16º | 0.74% | 0.46% | - |
| HSV(B) | 326.16º | 0.85% | 0.8% | - |
| XYZ | 29.01 | 15.24 | 21.83 | - |
| YUV | 93.49 | 147.48 | 206.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 31 | 128 | 0 | 0.85 | 0.37 | 0.20 | 326.16 | 0.74 | 0.46 |
| Hex | CB | 1F | 80 | 0 | 55 | 25 | 14 | 146 | 4A | 2E |
| Octal | 313 | 37 | 200 | 0 | 125 | 45 | 24 | 506 | 112 | 56 |
| Binary | 11001011 | 11111 | 10000000 | 0 | 1010101 | 100101 | 10100 | 101000110 | 1001010 | 101110 |
Color Harmonies of #CB1F80
Complementary color
Monochromatic Colors of #CB1F80
Black with #CB1F80
Text Example
Text Example
White with #CB1F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1F80; }
p { color: rgb(203,31,128); }
H1.HeaderClassName
{
color: #CB1F80;
}
.AnyTagClassName
{
color: #CB1F80;
}
</style>
background-color css
<style>
a { background-color: #CB1F80; }
a { background-color: rgb(203,31,128); }
div.DivClassName
{
background-color: #CB1F80;
}
.BgClassName
{
background-color: #CB1F80;
}
</style>
border-color css
<style>
span { border-color: #CB1F80; }
span { border-color: rgb(203,31,128); }
td.TdClassName
{
border-color: #CB1F80;
}
.TagClassName
{
border-color: #CB1F80;
}
</style>