Shades of Medium Violet Red #CA2175
Tints of Medium Violet Red #CA2175
RGB
CMYK
RGB Variations
Color information
#CA2175 (or 0xCA2175) is known color: Medium Violet Red. HEX triplet: CA, 21 and 75. RGB value is (202,33,117). Sum of RGB (Red+Green+Blue) = 202+33+117=352 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.39% from 352); Green value is 33 (13.28% from 255 or 9.38% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2175 is #35DE8A. Grayscale: #5C5C5C. Windows color (decimal): -3530379 or 7676362. OLE color: 7676362.
HSL color Cylindrical-coordinate representation of color #CA2175: hue angle of 330.18º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA2175 is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 33 | 117 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.21 |
| HSL | 330.18º | 0.72% | 0.46% | - |
| HSV(B) | 330.18º | 0.84% | 0.79% | - |
| XYZ | 28.11 | 14.93 | 18.23 | - |
| YUV | 93.11 | 141.49 | 205.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 33 | 117 | 0 | 0.84 | 0.42 | 0.21 | 330.18 | 0.72 | 0.46 |
| Hex | CA | 21 | 75 | 0 | 54 | 2A | 15 | 14A | 48 | 2E |
| Octal | 312 | 41 | 165 | 0 | 124 | 52 | 25 | 512 | 110 | 56 |
| Binary | 11001010 | 100001 | 1110101 | 0 | 1010100 | 101010 | 10101 | 101001010 | 1001000 | 101110 |
Color Harmonies of #CA2175
Complementary color
Monochromatic Colors of #CA2175
Black with #CA2175
Text Example
Text Example
White with #CA2175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2175; }
p { color: rgb(202,33,117); }
H1.HeaderClassName
{
color: #CA2175;
}
.AnyTagClassName
{
color: #CA2175;
}
</style>
background-color css
<style>
a { background-color: #CA2175; }
a { background-color: rgb(202,33,117); }
div.DivClassName
{
background-color: #CA2175;
}
.BgClassName
{
background-color: #CA2175;
}
</style>
border-color css
<style>
span { border-color: #CA2175; }
span { border-color: rgb(202,33,117); }
td.TdClassName
{
border-color: #CA2175;
}
.TagClassName
{
border-color: #CA2175;
}
</style>