Shades of Medium Violet Red #CB2575
Tints of Medium Violet Red #CB2575
RGB
CMYK
RGB Variations
Color information
#CB2575 (or 0xCB2575) is known color: Medium Violet Red. HEX triplet: CB, 25 and 75. RGB value is (203,37,117). Sum of RGB (Red+Green+Blue) = 203+37+117=357 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.86% from 357); Green value is 37 (14.84% from 255 or 10.36% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2575 is #34DA8A. Grayscale: #5F5F5F. Windows color (decimal): -3463819 or 7677387. OLE color: 7677387.
HSL color Cylindrical-coordinate representation of color #CB2575: hue angle of 331.08º 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 #CB2575 is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 37 | 117 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.20 |
| HSL | 331.08º | 0.69% | 0.47% | - |
| HSV(B) | 331.08º | 0.82% | 0.8% | - |
| XYZ | 28.5 | 15.3 | 18.28 | - |
| YUV | 95.75 | 140 | 204.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 37 | 117 | 0 | 0.82 | 0.42 | 0.20 | 331.08 | 0.69 | 0.47 |
| Hex | CB | 25 | 75 | 0 | 52 | 2A | 14 | 14B | 45 | 2F |
| Octal | 313 | 45 | 165 | 0 | 122 | 52 | 24 | 513 | 105 | 57 |
| Binary | 11001011 | 100101 | 1110101 | 0 | 1010010 | 101010 | 10100 | 101001011 | 1000101 | 101111 |
Color Harmonies of #CB2575
Complementary color
Monochromatic Colors of #CB2575
Black with #CB2575
Text Example
Text Example
White with #CB2575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2575; }
p { color: rgb(203,37,117); }
H1.HeaderClassName
{
color: #CB2575;
}
.AnyTagClassName
{
color: #CB2575;
}
</style>
background-color css
<style>
a { background-color: #CB2575; }
a { background-color: rgb(203,37,117); }
div.DivClassName
{
background-color: #CB2575;
}
.BgClassName
{
background-color: #CB2575;
}
</style>
border-color css
<style>
span { border-color: #CB2575; }
span { border-color: rgb(203,37,117); }
td.TdClassName
{
border-color: #CB2575;
}
.TagClassName
{
border-color: #CB2575;
}
</style>