Shades of Medium Violet Red #CA2274
Tints of Medium Violet Red #CA2274
RGB
CMYK
RGB Variations
Color information
#CA2274 (or 0xCA2274) is known color: Medium Violet Red. HEX triplet: CA, 22 and 74. RGB value is (202,34,116). Sum of RGB (Red+Green+Blue) = 202+34+116=352 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.39% from 352); Green value is 34 (13.67% from 255 or 9.66% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2274 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2274 is #35DD8B. Grayscale: #5D5D5D. Windows color (decimal): -3530124 or 7611082. OLE color: 7611082.
HSL color Cylindrical-coordinate representation of color #CA2274: hue angle of 330.71º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA2274 is Cyan = 0, Magento = 0.83, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 34 | 116 | - |
| CMYK | 0 | 0.83 | 0.43 | 0.21 |
| HSL | 330.71º | 0.71% | 0.46% | - |
| HSV(B) | 330.71º | 0.83% | 0.79% | - |
| XYZ | 28.08 | 14.96 | 17.93 | - |
| YUV | 93.58 | 140.66 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 34 | 116 | 0 | 0.83 | 0.43 | 0.21 | 330.71 | 0.71 | 0.46 |
| Hex | CA | 22 | 74 | 0 | 53 | 2B | 15 | 14B | 47 | 2E |
| Octal | 312 | 42 | 164 | 0 | 123 | 53 | 25 | 513 | 107 | 56 |
| Binary | 11001010 | 100010 | 1110100 | 0 | 1010011 | 101011 | 10101 | 101001011 | 1000111 | 101110 |
Color Harmonies of #CA2274
Complementary color
Monochromatic Colors of #CA2274
Black with #CA2274
Text Example
Text Example
White with #CA2274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2274; }
p { color: rgb(202,34,116); }
H1.HeaderClassName
{
color: #CA2274;
}
.AnyTagClassName
{
color: #CA2274;
}
</style>
background-color css
<style>
a { background-color: #CA2274; }
a { background-color: rgb(202,34,116); }
div.DivClassName
{
background-color: #CA2274;
}
.BgClassName
{
background-color: #CA2274;
}
</style>
border-color css
<style>
span { border-color: #CA2274; }
span { border-color: rgb(202,34,116); }
td.TdClassName
{
border-color: #CA2274;
}
.TagClassName
{
border-color: #CA2274;
}
</style>