Shades of Medium Violet Red #CB0280
Tints of Medium Violet Red #CB0280
RGB
CMYK
RGB Variations
Color information
#CB0280 (or 0xCB0280) is known color: Medium Violet Red. HEX triplet: CB, 02 and 80. RGB value is (203,2,128). Sum of RGB (Red+Green+Blue) = 203+2+128=333 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.96% from 333); Green value is 2 (1.17% from 255 or 0.60% from 333); Blue value is 128 (50.39% from 255 or 38.44% from 333); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0280 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB0280 is #34FD7F. Grayscale: #4C4C4C. Windows color (decimal): -3472768 or 8389323. OLE color: 8389323.
HSL color Cylindrical-coordinate representation of color #CB0280: hue angle of 322.39º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB0280 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 2 | 128 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.20 |
| HSL | 322.39º | 0.98% | 0.4% | - |
| HSV(B) | 322.39º | 0.99% | 0.8% | - |
| XYZ | 28.55 | 14.3 | 21.68 | - |
| YUV | 76.46 | 157.09 | 218.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 2 | 128 | 0 | 0.99 | 0.37 | 0.20 | 322.39 | 0.98 | 0.4 |
| Hex | CB | 2 | 80 | 0 | 63 | 25 | 14 | 142 | 62 | 28 |
| Octal | 313 | 2 | 200 | 0 | 143 | 45 | 24 | 502 | 142 | 50 |
| Binary | 11001011 | 10 | 10000000 | 0 | 1100011 | 100101 | 10100 | 101000010 | 1100010 | 101000 |
Color Harmonies of #CB0280
Complementary color
Monochromatic Colors of #CB0280
Black with #CB0280
Text Example
Text Example
White with #CB0280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0280; }
p { color: rgb(203,2,128); }
H1.HeaderClassName
{
color: #CB0280;
}
.AnyTagClassName
{
color: #CB0280;
}
</style>
background-color css
<style>
a { background-color: #CB0280; }
a { background-color: rgb(203,2,128); }
div.DivClassName
{
background-color: #CB0280;
}
.BgClassName
{
background-color: #CB0280;
}
</style>
border-color css
<style>
span { border-color: #CB0280; }
span { border-color: rgb(203,2,128); }
td.TdClassName
{
border-color: #CB0280;
}
.TagClassName
{
border-color: #CB0280;
}
</style>