Shades of Medium Violet Red #CB0579
Tints of Medium Violet Red #CB0579
RGB
CMYK
RGB Variations
Color information
#CB0579 (or 0xCB0579) is known color: Medium Violet Red. HEX triplet: CB, 05 and 79. RGB value is (203,5,121). Sum of RGB (Red+Green+Blue) = 203+5+121=329 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.70% from 329); Green value is 5 (2.34% from 255 or 1.52% from 329); Blue value is 121 (47.66% from 255 or 36.78% from 329); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0579 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0579 is #34FA86. Grayscale: #4D4D4D. Windows color (decimal): -3472007 or 7931339. OLE color: 7931339.
HSL color Cylindrical-coordinate representation of color #CB0579: hue angle of 324.85º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB0579 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 5 | 121 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.20 |
| HSL | 324.85º | 0.95% | 0.41% | - |
| HSV(B) | 324.85º | 0.98% | 0.8% | - |
| XYZ | 28.13 | 14.19 | 19.34 | - |
| YUV | 77.43 | 152.6 | 217.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 5 | 121 | 0 | 0.98 | 0.40 | 0.20 | 324.85 | 0.95 | 0.41 |
| Hex | CB | 5 | 79 | 0 | 62 | 28 | 14 | 145 | 5F | 29 |
| Octal | 313 | 5 | 171 | 0 | 142 | 50 | 24 | 505 | 137 | 51 |
| Binary | 11001011 | 101 | 1111001 | 0 | 1100010 | 101000 | 10100 | 101000101 | 1011111 | 101001 |
Color Harmonies of #CB0579
Complementary color
Monochromatic Colors of #CB0579
Black with #CB0579
Text Example
Text Example
White with #CB0579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0579; }
p { color: rgb(203,5,121); }
H1.HeaderClassName
{
color: #CB0579;
}
.AnyTagClassName
{
color: #CB0579;
}
</style>
background-color css
<style>
a { background-color: #CB0579; }
a { background-color: rgb(203,5,121); }
div.DivClassName
{
background-color: #CB0579;
}
.BgClassName
{
background-color: #CB0579;
}
</style>
border-color css
<style>
span { border-color: #CB0579; }
span { border-color: rgb(203,5,121); }
td.TdClassName
{
border-color: #CB0579;
}
.TagClassName
{
border-color: #CB0579;
}
</style>