Shades of Medium Red Violet #CA398C
Tints of Medium Red Violet #CA398C
RGB
CMYK
RGB Variations
Color information
#CA398C (or 0xCA398C) is known color: Medium Red Violet. HEX triplet: CA, 39 and 8C. RGB value is (202,57,140). Sum of RGB (Red+Green+Blue) = 202+57+140=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 57 (22.66% from 255 or 14.29% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CA398C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA398C is #35C673. Grayscale: #6D6D6D. Windows color (decimal): -3524212 or 9189834. OLE color: 9189834.
HSL color Cylindrical-coordinate representation of color #CA398C: hue angle of 325.66º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA398C is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 57 | 140 | - |
| CMYK | 0 | 0.72 | 0.31 | 0.21 |
| HSL | 325.66º | 0.58% | 0.51% | - |
| HSV(B) | 325.66º | 0.72% | 0.79% | - |
| XYZ | 30.55 | 17.38 | 26.55 | - |
| YUV | 109.82 | 145.04 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 57 | 140 | 0 | 0.72 | 0.31 | 0.21 | 325.66 | 0.58 | 0.51 |
| Hex | CA | 39 | 8C | 0 | 48 | 1F | 15 | 146 | 3A | 33 |
| Octal | 312 | 71 | 214 | 0 | 110 | 37 | 25 | 506 | 72 | 63 |
| Binary | 11001010 | 111001 | 10001100 | 0 | 1001000 | 11111 | 10101 | 101000110 | 111010 | 110011 |
Color Harmonies of #CA398C
Complementary color
Monochromatic Colors of #CA398C
Black with #CA398C
Text Example
Text Example
White with #CA398C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA398C; }
p { color: rgb(202,57,140); }
H1.HeaderClassName
{
color: #CA398C;
}
.AnyTagClassName
{
color: #CA398C;
}
</style>
background-color css
<style>
a { background-color: #CA398C; }
a { background-color: rgb(202,57,140); }
div.DivClassName
{
background-color: #CA398C;
}
.BgClassName
{
background-color: #CA398C;
}
</style>
border-color css
<style>
span { border-color: #CA398C; }
span { border-color: rgb(202,57,140); }
td.TdClassName
{
border-color: #CA398C;
}
.TagClassName
{
border-color: #CA398C;
}
</style>