Shades of Medium Violet Red #CB0278
Tints of Medium Violet Red #CB0278
RGB
CMYK
RGB Variations
Color information
#CB0278 (or 0xCB0278) is known color: Medium Violet Red. HEX triplet: CB, 02 and 78. RGB value is (203,2,120). Sum of RGB (Red+Green+Blue) = 203+2+120=325 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.46% from 325); Green value is 2 (1.17% from 255 or 0.62% from 325); Blue value is 120 (47.27% from 255 or 36.92% from 325); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0278 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0278 is #34FD87. Grayscale: #4B4B4B. Windows color (decimal): -3472776 or 7865035. OLE color: 7865035.
HSL color Cylindrical-coordinate representation of color #CB0278: hue angle of 324.78º 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 #CB0278 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 2 | 120 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.20 |
| HSL | 324.78º | 0.98% | 0.4% | - |
| HSV(B) | 324.78º | 0.99% | 0.8% | - |
| XYZ | 28.04 | 14.1 | 19.01 | - |
| YUV | 75.55 | 153.09 | 218.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 2 | 120 | 0 | 0.99 | 0.41 | 0.20 | 324.78 | 0.98 | 0.4 |
| Hex | CB | 2 | 78 | 0 | 63 | 29 | 14 | 145 | 62 | 28 |
| Octal | 313 | 2 | 170 | 0 | 143 | 51 | 24 | 505 | 142 | 50 |
| Binary | 11001011 | 10 | 1111000 | 0 | 1100011 | 101001 | 10100 | 101000101 | 1100010 | 101000 |
Color Harmonies of #CB0278
Complementary color
Monochromatic Colors of #CB0278
Black with #CB0278
Text Example
Text Example
White with #CB0278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0278; }
p { color: rgb(203,2,120); }
H1.HeaderClassName
{
color: #CB0278;
}
.AnyTagClassName
{
color: #CB0278;
}
</style>
background-color css
<style>
a { background-color: #CB0278; }
a { background-color: rgb(203,2,120); }
div.DivClassName
{
background-color: #CB0278;
}
.BgClassName
{
background-color: #CB0278;
}
</style>
border-color css
<style>
span { border-color: #CB0278; }
span { border-color: rgb(203,2,120); }
td.TdClassName
{
border-color: #CB0278;
}
.TagClassName
{
border-color: #CB0278;
}
</style>