Shades of Medium Violet Red #CB0880
Tints of Medium Violet Red #CB0880
RGB
CMYK
RGB Variations
Color information
#CB0880 (or 0xCB0880) is known color: Medium Violet Red. HEX triplet: CB, 08 and 80. RGB value is (203,8,128). Sum of RGB (Red+Green+Blue) = 203+8+128=339 (44% of max value = 765). Red value is 203 (79.69% from 255 or 59.88% from 339); Green value is 8 (3.52% from 255 or 2.36% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0880 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0880 is #34F77F. Grayscale: #4F4F4F. Windows color (decimal): -3471232 or 8390859. OLE color: 8390859.
HSL color Cylindrical-coordinate representation of color #CB0880: hue angle of 323.08º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB0880 is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 8 | 128 | - |
| CMYK | 0 | 0.96 | 0.37 | 0.20 |
| HSL | 323.08º | 0.92% | 0.41% | - |
| HSV(B) | 323.08º | 0.96% | 0.8% | - |
| XYZ | 28.61 | 14.43 | 21.7 | - |
| YUV | 79.99 | 155.1 | 215.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 8 | 128 | 0 | 0.96 | 0.37 | 0.20 | 323.08 | 0.92 | 0.41 |
| Hex | CB | 8 | 80 | 0 | 60 | 25 | 14 | 143 | 5C | 29 |
| Octal | 313 | 10 | 200 | 0 | 140 | 45 | 24 | 503 | 134 | 51 |
| Binary | 11001011 | 1000 | 10000000 | 0 | 1100000 | 100101 | 10100 | 101000011 | 1011100 | 101001 |
Color Harmonies of #CB0880
Complementary color
Monochromatic Colors of #CB0880
Black with #CB0880
Text Example
Text Example
White with #CB0880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0880; }
p { color: rgb(203,8,128); }
H1.HeaderClassName
{
color: #CB0880;
}
.AnyTagClassName
{
color: #CB0880;
}
</style>
background-color css
<style>
a { background-color: #CB0880; }
a { background-color: rgb(203,8,128); }
div.DivClassName
{
background-color: #CB0880;
}
.BgClassName
{
background-color: #CB0880;
}
</style>
border-color css
<style>
span { border-color: #CB0880; }
span { border-color: rgb(203,8,128); }
td.TdClassName
{
border-color: #CB0880;
}
.TagClassName
{
border-color: #CB0880;
}
</style>