Shades of Medium Violet Red #CB2577
Tints of Medium Violet Red #CB2577
RGB
CMYK
RGB Variations
Color information
#CB2577 (or 0xCB2577) is known color: Medium Violet Red. HEX triplet: CB, 25 and 77. RGB value is (203,37,119). Sum of RGB (Red+Green+Blue) = 203+37+119=359 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.55% from 359); Green value is 37 (14.84% from 255 or 10.31% from 359); Blue value is 119 (46.88% from 255 or 33.15% from 359); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2577 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2577 is #34DA88. Grayscale: #5F5F5F. Windows color (decimal): -3463817 or 7808459. OLE color: 7808459.
HSL color Cylindrical-coordinate representation of color #CB2577: hue angle of 330.36º degrees, saturation: 0.69, 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 #CB2577 is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 37 | 119 | - |
| CMYK | 0 | 0.82 | 0.41 | 0.20 |
| HSL | 330.36º | 0.69% | 0.47% | - |
| HSV(B) | 330.36º | 0.82% | 0.8% | - |
| XYZ | 28.62 | 15.35 | 18.91 | - |
| YUV | 95.98 | 141 | 204.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 37 | 119 | 0 | 0.82 | 0.41 | 0.20 | 330.36 | 0.69 | 0.47 |
| Hex | CB | 25 | 77 | 0 | 52 | 29 | 14 | 14A | 45 | 2F |
| Octal | 313 | 45 | 167 | 0 | 122 | 51 | 24 | 512 | 105 | 57 |
| Binary | 11001011 | 100101 | 1110111 | 0 | 1010010 | 101001 | 10100 | 101001010 | 1000101 | 101111 |
Color Harmonies of #CB2577
Complementary color
Monochromatic Colors of #CB2577
Black with #CB2577
Text Example
Text Example
White with #CB2577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2577; }
p { color: rgb(203,37,119); }
H1.HeaderClassName
{
color: #CB2577;
}
.AnyTagClassName
{
color: #CB2577;
}
</style>
background-color css
<style>
a { background-color: #CB2577; }
a { background-color: rgb(203,37,119); }
div.DivClassName
{
background-color: #CB2577;
}
.BgClassName
{
background-color: #CB2577;
}
</style>
border-color css
<style>
span { border-color: #CB2577; }
span { border-color: rgb(203,37,119); }
td.TdClassName
{
border-color: #CB2577;
}
.TagClassName
{
border-color: #CB2577;
}
</style>