Shades of Medium Red Violet #CA358C
Tints of Medium Red Violet #CA358C
RGB
CMYK
RGB Variations
Color information
#CA358C (or 0xCA358C) is known color: Medium Red Violet. HEX triplet: CA, 35 and 8C. RGB value is (202,53,140). Sum of RGB (Red+Green+Blue) = 202+53+140=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 53 (21.09% from 255 or 13.42% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CA358C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA358C is #35CA73. Grayscale: #6B6B6B. Windows color (decimal): -3525236 or 9188810. OLE color: 9188810.
HSL color Cylindrical-coordinate representation of color #CA358C: hue angle of 324.97º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA358C is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 53 | 140 | - |
| CMYK | 0 | 0.74 | 0.31 | 0.21 |
| HSL | 324.97º | 0.58% | 0.5% | - |
| HSV(B) | 324.97º | 0.74% | 0.79% | - |
| XYZ | 30.36 | 17 | 26.49 | - |
| YUV | 107.47 | 146.36 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 53 | 140 | 0 | 0.74 | 0.31 | 0.21 | 324.97 | 0.58 | 0.5 |
| Hex | CA | 35 | 8C | 0 | 4A | 1F | 15 | 145 | 3A | 32 |
| Octal | 312 | 65 | 214 | 0 | 112 | 37 | 25 | 505 | 72 | 62 |
| Binary | 11001010 | 110101 | 10001100 | 0 | 1001010 | 11111 | 10101 | 101000101 | 111010 | 110010 |
Color Harmonies of #CA358C
Complementary color
Monochromatic Colors of #CA358C
Black with #CA358C
Text Example
Text Example
White with #CA358C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA358C; }
p { color: rgb(202,53,140); }
H1.HeaderClassName
{
color: #CA358C;
}
.AnyTagClassName
{
color: #CA358C;
}
</style>
background-color css
<style>
a { background-color: #CA358C; }
a { background-color: rgb(202,53,140); }
div.DivClassName
{
background-color: #CA358C;
}
.BgClassName
{
background-color: #CA358C;
}
</style>
border-color css
<style>
span { border-color: #CA358C; }
span { border-color: rgb(202,53,140); }
td.TdClassName
{
border-color: #CA358C;
}
.TagClassName
{
border-color: #CA358C;
}
</style>