Shades of Medium Red Violet #CA349C
Tints of Medium Red Violet #CA349C
RGB
CMYK
RGB Variations
Color information
#CA349C (or 0xCA349C) is known color: Medium Red Violet. HEX triplet: CA, 34 and 9C. RGB value is (202,52,156). Sum of RGB (Red+Green+Blue) = 202+52+156=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 52 (20.70% from 255 or 12.68% from 410); Blue value is 156 (61.33% from 255 or 38.05% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CA349C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA349C is #35CB63. Grayscale: #6C6C6C. Windows color (decimal): -3525476 or 10237130. OLE color: 10237130.
HSL color Cylindrical-coordinate representation of color #CA349C: hue angle of 318.4º degrees, saturation: 0.59, 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 #CA349C is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 52 | 156 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.21 |
| HSL | 318.4º | 0.59% | 0.5% | - |
| HSV(B) | 318.4º | 0.74% | 0.79% | - |
| XYZ | 31.59 | 17.41 | 33.15 | - |
| YUV | 108.71 | 154.7 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 52 | 156 | 0 | 0.74 | 0.23 | 0.21 | 318.4 | 0.59 | 0.5 |
| Hex | CA | 34 | 9C | 0 | 4A | 17 | 15 | 13E | 3B | 32 |
| Octal | 312 | 64 | 234 | 0 | 112 | 27 | 25 | 476 | 73 | 62 |
| Binary | 11001010 | 110100 | 10011100 | 0 | 1001010 | 10111 | 10101 | 100111110 | 111011 | 110010 |
Color Harmonies of #CA349C
Complementary color
Monochromatic Colors of #CA349C
Black with #CA349C
Text Example
Text Example
White with #CA349C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA349C; }
p { color: rgb(202,52,156); }
H1.HeaderClassName
{
color: #CA349C;
}
.AnyTagClassName
{
color: #CA349C;
}
</style>
background-color css
<style>
a { background-color: #CA349C; }
a { background-color: rgb(202,52,156); }
div.DivClassName
{
background-color: #CA349C;
}
.BgClassName
{
background-color: #CA349C;
}
</style>
border-color css
<style>
span { border-color: #CA349C; }
span { border-color: rgb(202,52,156); }
td.TdClassName
{
border-color: #CA349C;
}
.TagClassName
{
border-color: #CA349C;
}
</style>