Shades of Medium Red Violet #CA297E
Tints of Medium Red Violet #CA297E
RGB
CMYK
RGB Variations
Color information
#CA297E (or 0xCA297E) is known color: Medium Red Violet. HEX triplet: CA, 29 and 7E. RGB value is (202,41,126). Sum of RGB (Red+Green+Blue) = 202+41+126=369 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.74% from 369); Green value is 41 (16.41% from 255 or 11.11% from 369); Blue value is 126 (49.61% from 255 or 34.15% from 369); Max value from RGB is 202 - color contains mainly: red. Hex color #CA297E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA297E is #35D681. Grayscale: #626262. Windows color (decimal): -3528322 or 8268234. OLE color: 8268234.
HSL color Cylindrical-coordinate representation of color #CA297E: hue angle of 328.32º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA297E is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 41 | 126 | - |
| CMYK | 0 | 0.80 | 0.38 | 0.21 |
| HSL | 328.32º | 0.66% | 0.48% | - |
| HSV(B) | 328.32º | 0.8% | 0.79% | - |
| XYZ | 28.92 | 15.65 | 21.24 | - |
| YUV | 98.83 | 143.34 | 201.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 41 | 126 | 0 | 0.80 | 0.38 | 0.21 | 328.32 | 0.66 | 0.48 |
| Hex | CA | 29 | 7E | 0 | 50 | 26 | 15 | 148 | 42 | 30 |
| Octal | 312 | 51 | 176 | 0 | 120 | 46 | 25 | 510 | 102 | 60 |
| Binary | 11001010 | 101001 | 1111110 | 0 | 1010000 | 100110 | 10101 | 101001000 | 1000010 | 110000 |
Color Harmonies of #CA297E
Complementary color
Monochromatic Colors of #CA297E
Black with #CA297E
Text Example
Text Example
White with #CA297E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA297E; }
p { color: rgb(202,41,126); }
H1.HeaderClassName
{
color: #CA297E;
}
.AnyTagClassName
{
color: #CA297E;
}
</style>
background-color css
<style>
a { background-color: #CA297E; }
a { background-color: rgb(202,41,126); }
div.DivClassName
{
background-color: #CA297E;
}
.BgClassName
{
background-color: #CA297E;
}
</style>
border-color css
<style>
span { border-color: #CA297E; }
span { border-color: rgb(202,41,126); }
td.TdClassName
{
border-color: #CA297E;
}
.TagClassName
{
border-color: #CA297E;
}
</style>