Shades of Medium Violet Red #CB1778
Tints of Medium Violet Red #CB1778
RGB
CMYK
RGB Variations
Color information
#CB1778 (or 0xCB1778) is known color: Medium Violet Red. HEX triplet: CB, 17 and 78. RGB value is (203,23,120). Sum of RGB (Red+Green+Blue) = 203+23+120=346 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.67% from 346); Green value is 23 (9.38% from 255 or 6.65% from 346); Blue value is 120 (47.27% from 255 or 34.68% from 346); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1778 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1778 is #34E887. Grayscale: #575757. Windows color (decimal): -3467400 or 7870411. OLE color: 7870411.
HSL color Cylindrical-coordinate representation of color #CB1778: hue angle of 327.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB1778 is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 23 | 120 | - |
| CMYK | 0 | 0.89 | 0.41 | 0.20 |
| HSL | 327.67º | 0.8% | 0.44% | - |
| HSV(B) | 327.67º | 0.89% | 0.8% | - |
| XYZ | 28.33 | 14.67 | 19.11 | - |
| YUV | 87.88 | 146.13 | 210.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 23 | 120 | 0 | 0.89 | 0.41 | 0.20 | 327.67 | 0.8 | 0.44 |
| Hex | CB | 17 | 78 | 0 | 59 | 29 | 14 | 148 | 50 | 2C |
| Octal | 313 | 27 | 170 | 0 | 131 | 51 | 24 | 510 | 120 | 54 |
| Binary | 11001011 | 10111 | 1111000 | 0 | 1011001 | 101001 | 10100 | 101001000 | 1010000 | 101100 |
Color Harmonies of #CB1778
Complementary color
Monochromatic Colors of #CB1778
Black with #CB1778
Text Example
Text Example
White with #CB1778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1778; }
p { color: rgb(203,23,120); }
H1.HeaderClassName
{
color: #CB1778;
}
.AnyTagClassName
{
color: #CB1778;
}
</style>
background-color css
<style>
a { background-color: #CB1778; }
a { background-color: rgb(203,23,120); }
div.DivClassName
{
background-color: #CB1778;
}
.BgClassName
{
background-color: #CB1778;
}
</style>
border-color css
<style>
span { border-color: #CB1778; }
span { border-color: rgb(203,23,120); }
td.TdClassName
{
border-color: #CB1778;
}
.TagClassName
{
border-color: #CB1778;
}
</style>