Shades of Medium Red Violet #CA297F
Tints of Medium Red Violet #CA297F
RGB
CMYK
RGB Variations
Color information
#CA297F (or 0xCA297F) is known color: Medium Red Violet. HEX triplet: CA, 29 and 7F. RGB value is (202,41,127). Sum of RGB (Red+Green+Blue) = 202+41+127=370 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.59% from 370); Green value is 41 (16.41% from 255 or 11.08% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 202 - color contains mainly: red. Hex color #CA297F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA297F is #35D680. Grayscale: #626262. Windows color (decimal): -3528321 or 8333770. OLE color: 8333770.
HSL color Cylindrical-coordinate representation of color #CA297F: hue angle of 327.95º 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 #CA297F is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 41 | 127 | - |
| CMYK | 0 | 0.80 | 0.37 | 0.21 |
| HSL | 327.95º | 0.66% | 0.48% | - |
| HSV(B) | 327.95º | 0.8% | 0.79% | - |
| XYZ | 28.98 | 15.67 | 21.58 | - |
| YUV | 98.94 | 143.84 | 201.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 41 | 127 | 0 | 0.80 | 0.37 | 0.21 | 327.95 | 0.66 | 0.48 |
| Hex | CA | 29 | 7F | 0 | 50 | 25 | 15 | 148 | 42 | 30 |
| Octal | 312 | 51 | 177 | 0 | 120 | 45 | 25 | 510 | 102 | 60 |
| Binary | 11001010 | 101001 | 1111111 | 0 | 1010000 | 100101 | 10101 | 101001000 | 1000010 | 110000 |
Color Harmonies of #CA297F
Complementary color
Monochromatic Colors of #CA297F
Black with #CA297F
Text Example
Text Example
White with #CA297F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA297F; }
p { color: rgb(202,41,127); }
H1.HeaderClassName
{
color: #CA297F;
}
.AnyTagClassName
{
color: #CA297F;
}
</style>
background-color css
<style>
a { background-color: #CA297F; }
a { background-color: rgb(202,41,127); }
div.DivClassName
{
background-color: #CA297F;
}
.BgClassName
{
background-color: #CA297F;
}
</style>
border-color css
<style>
span { border-color: #CA297F; }
span { border-color: rgb(202,41,127); }
td.TdClassName
{
border-color: #CA297F;
}
.TagClassName
{
border-color: #CA297F;
}
</style>