Shades of Medium Violet Red #CB2479
Tints of Medium Violet Red #CB2479
RGB
CMYK
RGB Variations
Color information
#CB2479 (or 0xCB2479) is known color: Medium Violet Red. HEX triplet: CB, 24 and 79. RGB value is (203,36,121). Sum of RGB (Red+Green+Blue) = 203+36+121=360 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.39% from 360); Green value is 36 (14.45% from 255 or 10% from 360); Blue value is 121 (47.66% from 255 or 33.61% from 360); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2479 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2479 is #34DB86. Grayscale: #5F5F5F. Windows color (decimal): -3464071 or 7939275. OLE color: 7939275.
HSL color Cylindrical-coordinate representation of color #CB2479: hue angle of 329.46º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB2479 is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 36 | 121 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.20 |
| HSL | 329.46º | 0.7% | 0.47% | - |
| HSV(B) | 329.46º | 0.82% | 0.8% | - |
| XYZ | 28.71 | 15.34 | 19.54 | - |
| YUV | 95.62 | 142.33 | 204.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 36 | 121 | 0 | 0.82 | 0.40 | 0.20 | 329.46 | 0.7 | 0.47 |
| Hex | CB | 24 | 79 | 0 | 52 | 28 | 14 | 149 | 46 | 2F |
| Octal | 313 | 44 | 171 | 0 | 122 | 50 | 24 | 511 | 106 | 57 |
| Binary | 11001011 | 100100 | 1111001 | 0 | 1010010 | 101000 | 10100 | 101001001 | 1000110 | 101111 |
Color Harmonies of #CB2479
Complementary color
Monochromatic Colors of #CB2479
Black with #CB2479
Text Example
Text Example
White with #CB2479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2479; }
p { color: rgb(203,36,121); }
H1.HeaderClassName
{
color: #CB2479;
}
.AnyTagClassName
{
color: #CB2479;
}
</style>
background-color css
<style>
a { background-color: #CB2479; }
a { background-color: rgb(203,36,121); }
div.DivClassName
{
background-color: #CB2479;
}
.BgClassName
{
background-color: #CB2479;
}
</style>
border-color css
<style>
span { border-color: #CB2479; }
span { border-color: rgb(203,36,121); }
td.TdClassName
{
border-color: #CB2479;
}
.TagClassName
{
border-color: #CB2479;
}
</style>