Shades of Medium Violet Red #CB2174
Tints of Medium Violet Red #CB2174
RGB
CMYK
RGB Variations
Color information
#CB2174 (or 0xCB2174) is known color: Medium Violet Red. HEX triplet: CB, 21 and 74. RGB value is (203,33,116). Sum of RGB (Red+Green+Blue) = 203+33+116=352 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.67% from 352); Green value is 33 (13.28% from 255 or 9.38% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2174 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2174 is #34DE8B. Grayscale: #5D5D5D. Windows color (decimal): -3464844 or 7610827. OLE color: 7610827.
HSL color Cylindrical-coordinate representation of color #CB2174: hue angle of 330.71º 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 #CB2174 is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 33 | 116 | - |
| CMYK | 0 | 0.84 | 0.43 | 0.20 |
| HSL | 330.71º | 0.72% | 0.46% | - |
| HSV(B) | 330.71º | 0.84% | 0.8% | - |
| XYZ | 28.32 | 15.05 | 17.93 | - |
| YUV | 93.29 | 140.82 | 206.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 33 | 116 | 0 | 0.84 | 0.43 | 0.20 | 330.71 | 0.72 | 0.46 |
| Hex | CB | 21 | 74 | 0 | 54 | 2B | 14 | 14B | 48 | 2E |
| Octal | 313 | 41 | 164 | 0 | 124 | 53 | 24 | 513 | 110 | 56 |
| Binary | 11001011 | 100001 | 1110100 | 0 | 1010100 | 101011 | 10100 | 101001011 | 1001000 | 101110 |
Color Harmonies of #CB2174
Complementary color
Monochromatic Colors of #CB2174
Black with #CB2174
Text Example
Text Example
White with #CB2174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2174; }
p { color: rgb(203,33,116); }
H1.HeaderClassName
{
color: #CB2174;
}
.AnyTagClassName
{
color: #CB2174;
}
</style>
background-color css
<style>
a { background-color: #CB2174; }
a { background-color: rgb(203,33,116); }
div.DivClassName
{
background-color: #CB2174;
}
.BgClassName
{
background-color: #CB2174;
}
</style>
border-color css
<style>
span { border-color: #CB2174; }
span { border-color: rgb(203,33,116); }
td.TdClassName
{
border-color: #CB2174;
}
.TagClassName
{
border-color: #CB2174;
}
</style>