Shades of Medium Violet Red #CB2175
Tints of Medium Violet Red #CB2175
RGB
CMYK
RGB Variations
Color information
#CB2175 (or 0xCB2175) is known color: Medium Violet Red. HEX triplet: CB, 21 and 75. RGB value is (203,33,117). Sum of RGB (Red+Green+Blue) = 203+33+117=353 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.51% from 353); Green value is 33 (13.28% from 255 or 9.35% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2175 is #34DE8A. Grayscale: #5D5D5D. Windows color (decimal): -3464843 or 7676363. OLE color: 7676363.
HSL color Cylindrical-coordinate representation of color #CB2175: hue angle of 330.35º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB2175 is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 33 | 117 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.20 |
| HSL | 330.35º | 0.72% | 0.46% | - |
| HSV(B) | 330.35º | 0.84% | 0.8% | - |
| XYZ | 28.38 | 15.07 | 18.24 | - |
| YUV | 93.41 | 141.32 | 206.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 33 | 117 | 0 | 0.84 | 0.42 | 0.20 | 330.35 | 0.72 | 0.46 |
| Hex | CB | 21 | 75 | 0 | 54 | 2A | 14 | 14A | 48 | 2E |
| Octal | 313 | 41 | 165 | 0 | 124 | 52 | 24 | 512 | 110 | 56 |
| Binary | 11001011 | 100001 | 1110101 | 0 | 1010100 | 101010 | 10100 | 101001010 | 1001000 | 101110 |
Color Harmonies of #CB2175
Complementary color
Monochromatic Colors of #CB2175
Black with #CB2175
Text Example
Text Example
White with #CB2175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2175; }
p { color: rgb(203,33,117); }
H1.HeaderClassName
{
color: #CB2175;
}
.AnyTagClassName
{
color: #CB2175;
}
</style>
background-color css
<style>
a { background-color: #CB2175; }
a { background-color: rgb(203,33,117); }
div.DivClassName
{
background-color: #CB2175;
}
.BgClassName
{
background-color: #CB2175;
}
</style>
border-color css
<style>
span { border-color: #CB2175; }
span { border-color: rgb(203,33,117); }
td.TdClassName
{
border-color: #CB2175;
}
.TagClassName
{
border-color: #CB2175;
}
</style>