Shades of Medium Violet Red #CA2297
Tints of Medium Violet Red #CA2297
RGB
CMYK
RGB Variations
Color information
#CA2297 (or 0xCA2297) is known color: Medium Violet Red. HEX triplet: CA, 22 and 97. RGB value is (202,34,151). Sum of RGB (Red+Green+Blue) = 202+34+151=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 34 (13.67% from 255 or 8.79% from 387); Blue value is 151 (59.38% from 255 or 39.02% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2297 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2297 is #35DD68. Grayscale: #616161. Windows color (decimal): -3530089 or 9904842. OLE color: 9904842.
HSL color Cylindrical-coordinate representation of color #CA2297: hue angle of 318.21º 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 #CA2297 is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 34 | 151 | - |
| CMYK | 0 | 0.83 | 0.25 | 0.21 |
| HSL | 318.21º | 0.71% | 0.46% | - |
| HSV(B) | 318.21º | 0.83% | 0.79% | - |
| XYZ | 30.52 | 15.93 | 30.75 | - |
| YUV | 97.57 | 158.16 | 202.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 34 | 151 | 0 | 0.83 | 0.25 | 0.21 | 318.21 | 0.71 | 0.46 |
| Hex | CA | 22 | 97 | 0 | 53 | 19 | 15 | 13E | 47 | 2E |
| Octal | 312 | 42 | 227 | 0 | 123 | 31 | 25 | 476 | 107 | 56 |
| Binary | 11001010 | 100010 | 10010111 | 0 | 1010011 | 11001 | 10101 | 100111110 | 1000111 | 101110 |
Color Harmonies of #CA2297
Complementary color
Monochromatic Colors of #CA2297
Black with #CA2297
Text Example
Text Example
White with #CA2297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2297; }
p { color: rgb(202,34,151); }
H1.HeaderClassName
{
color: #CA2297;
}
.AnyTagClassName
{
color: #CA2297;
}
</style>
background-color css
<style>
a { background-color: #CA2297; }
a { background-color: rgb(202,34,151); }
div.DivClassName
{
background-color: #CA2297;
}
.BgClassName
{
background-color: #CA2297;
}
</style>
border-color css
<style>
span { border-color: #CA2297; }
span { border-color: rgb(202,34,151); }
td.TdClassName
{
border-color: #CA2297;
}
.TagClassName
{
border-color: #CA2297;
}
</style>