Shades of Medium Violet Red #CB1779
Tints of Medium Violet Red #CB1779
RGB
CMYK
RGB Variations
Color information
#CB1779 (or 0xCB1779) is known color: Medium Violet Red. HEX triplet: CB, 17 and 79. RGB value is (203,23,121). Sum of RGB (Red+Green+Blue) = 203+23+121=347 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.50% from 347); Green value is 23 (9.38% from 255 or 6.63% from 347); Blue value is 121 (47.66% from 255 or 34.87% from 347); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1779 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1779 is #34E886. Grayscale: #575757. Windows color (decimal): -3467399 or 7935947. OLE color: 7935947.
HSL color Cylindrical-coordinate representation of color #CB1779: hue angle of 327.33º 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 #CB1779 is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 23 | 121 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.20 |
| HSL | 327.33º | 0.8% | 0.44% | - |
| HSV(B) | 327.33º | 0.89% | 0.8% | - |
| XYZ | 28.39 | 14.69 | 19.43 | - |
| YUV | 87.99 | 146.63 | 210.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 23 | 121 | 0 | 0.89 | 0.40 | 0.20 | 327.33 | 0.8 | 0.44 |
| Hex | CB | 17 | 79 | 0 | 59 | 28 | 14 | 147 | 50 | 2C |
| Octal | 313 | 27 | 171 | 0 | 131 | 50 | 24 | 507 | 120 | 54 |
| Binary | 11001011 | 10111 | 1111001 | 0 | 1011001 | 101000 | 10100 | 101000111 | 1010000 | 101100 |
Color Harmonies of #CB1779
Complementary color
Monochromatic Colors of #CB1779
Black with #CB1779
Text Example
Text Example
White with #CB1779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1779; }
p { color: rgb(203,23,121); }
H1.HeaderClassName
{
color: #CB1779;
}
.AnyTagClassName
{
color: #CB1779;
}
</style>
background-color css
<style>
a { background-color: #CB1779; }
a { background-color: rgb(203,23,121); }
div.DivClassName
{
background-color: #CB1779;
}
.BgClassName
{
background-color: #CB1779;
}
</style>
border-color css
<style>
span { border-color: #CB1779; }
span { border-color: rgb(203,23,121); }
td.TdClassName
{
border-color: #CB1779;
}
.TagClassName
{
border-color: #CB1779;
}
</style>