Shades of Medium Violet Red #CA2298
Tints of Medium Violet Red #CA2298
RGB
CMYK
RGB Variations
Color information
#CA2298 (or 0xCA2298) is known color: Medium Violet Red. HEX triplet: CA, 22 and 98. RGB value is (202,34,152). Sum of RGB (Red+Green+Blue) = 202+34+152=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 34 (13.67% from 255 or 8.76% from 388); Blue value is 152 (59.77% from 255 or 39.18% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2298 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2298 is #35DD67. Grayscale: #616161. Windows color (decimal): -3530088 or 9970378. OLE color: 9970378.
HSL color Cylindrical-coordinate representation of color #CA2298: hue angle of 317.86º 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 #CA2298 is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 34 | 152 | - |
| CMYK | 0 | 0.83 | 0.25 | 0.21 |
| HSL | 317.86º | 0.71% | 0.46% | - |
| HSV(B) | 317.86º | 0.83% | 0.79% | - |
| XYZ | 30.6 | 15.97 | 31.18 | - |
| YUV | 97.68 | 158.66 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 34 | 152 | 0 | 0.83 | 0.25 | 0.21 | 317.86 | 0.71 | 0.46 |
| Hex | CA | 22 | 98 | 0 | 53 | 19 | 15 | 13E | 47 | 2E |
| Octal | 312 | 42 | 230 | 0 | 123 | 31 | 25 | 476 | 107 | 56 |
| Binary | 11001010 | 100010 | 10011000 | 0 | 1010011 | 11001 | 10101 | 100111110 | 1000111 | 101110 |
Color Harmonies of #CA2298
Complementary color
Monochromatic Colors of #CA2298
Black with #CA2298
Text Example
Text Example
White with #CA2298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2298; }
p { color: rgb(202,34,152); }
H1.HeaderClassName
{
color: #CA2298;
}
.AnyTagClassName
{
color: #CA2298;
}
</style>
background-color css
<style>
a { background-color: #CA2298; }
a { background-color: rgb(202,34,152); }
div.DivClassName
{
background-color: #CA2298;
}
.BgClassName
{
background-color: #CA2298;
}
</style>
border-color css
<style>
span { border-color: #CA2298; }
span { border-color: rgb(202,34,152); }
td.TdClassName
{
border-color: #CA2298;
}
.TagClassName
{
border-color: #CA2298;
}
</style>