Shades of Medium Violet Red #CB1278
Tints of Medium Violet Red #CB1278
RGB
CMYK
RGB Variations
Color information
#CB1278 (or 0xCB1278) is known color: Medium Violet Red. HEX triplet: CB, 12 and 78. RGB value is (203,18,120). Sum of RGB (Red+Green+Blue) = 203+18+120=341 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.53% from 341); Green value is 18 (7.42% from 255 or 5.28% from 341); Blue value is 120 (47.27% from 255 or 35.19% from 341); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1278 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1278 is #34ED87. Grayscale: #545454. Windows color (decimal): -3468680 or 7869131. OLE color: 7869131.
HSL color Cylindrical-coordinate representation of color #CB1278: hue angle of 326.92º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB1278 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 18 | 120 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.20 |
| HSL | 326.92º | 0.84% | 0.43% | - |
| HSV(B) | 326.92º | 0.91% | 0.8% | - |
| XYZ | 28.24 | 14.49 | 19.08 | - |
| YUV | 84.94 | 147.79 | 212.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 18 | 120 | 0 | 0.91 | 0.41 | 0.20 | 326.92 | 0.84 | 0.43 |
| Hex | CB | 12 | 78 | 0 | 5B | 29 | 14 | 147 | 54 | 2B |
| Octal | 313 | 22 | 170 | 0 | 133 | 51 | 24 | 507 | 124 | 53 |
| Binary | 11001011 | 10010 | 1111000 | 0 | 1011011 | 101001 | 10100 | 101000111 | 1010100 | 101011 |
Color Harmonies of #CB1278
Complementary color
Monochromatic Colors of #CB1278
Black with #CB1278
Text Example
Text Example
White with #CB1278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1278; }
p { color: rgb(203,18,120); }
H1.HeaderClassName
{
color: #CB1278;
}
.AnyTagClassName
{
color: #CB1278;
}
</style>
background-color css
<style>
a { background-color: #CB1278; }
a { background-color: rgb(203,18,120); }
div.DivClassName
{
background-color: #CB1278;
}
.BgClassName
{
background-color: #CB1278;
}
</style>
border-color css
<style>
span { border-color: #CB1278; }
span { border-color: rgb(203,18,120); }
td.TdClassName
{
border-color: #CB1278;
}
.TagClassName
{
border-color: #CB1278;
}
</style>