Shades of Medium Red Violet #CA349B
Tints of Medium Red Violet #CA349B
RGB
CMYK
RGB Variations
Color information
#CA349B (or 0xCA349B) is known color: Medium Red Violet. HEX triplet: CA, 34 and 9B. RGB value is (202,52,155). Sum of RGB (Red+Green+Blue) = 202+52+155=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 52 (20.70% from 255 or 12.71% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA349B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA349B is #35CB64. Grayscale: #6C6C6C. Windows color (decimal): -3525477 or 10171594. OLE color: 10171594.
HSL color Cylindrical-coordinate representation of color #CA349B: hue angle of 318.8º 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 #CA349B is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 52 | 155 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.21 |
| HSL | 318.8º | 0.59% | 0.5% | - |
| HSV(B) | 318.8º | 0.74% | 0.79% | - |
| XYZ | 31.5 | 17.38 | 32.7 | - |
| YUV | 108.59 | 154.2 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 52 | 155 | 0 | 0.74 | 0.23 | 0.21 | 318.8 | 0.59 | 0.5 |
| Hex | CA | 34 | 9B | 0 | 4A | 17 | 15 | 13F | 3B | 32 |
| Octal | 312 | 64 | 233 | 0 | 112 | 27 | 25 | 477 | 73 | 62 |
| Binary | 11001010 | 110100 | 10011011 | 0 | 1001010 | 10111 | 10101 | 100111111 | 111011 | 110010 |
Color Harmonies of #CA349B
Complementary color
Monochromatic Colors of #CA349B
Black with #CA349B
Text Example
Text Example
White with #CA349B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA349B; }
p { color: rgb(202,52,155); }
H1.HeaderClassName
{
color: #CA349B;
}
.AnyTagClassName
{
color: #CA349B;
}
</style>
background-color css
<style>
a { background-color: #CA349B; }
a { background-color: rgb(202,52,155); }
div.DivClassName
{
background-color: #CA349B;
}
.BgClassName
{
background-color: #CA349B;
}
</style>
border-color css
<style>
span { border-color: #CA349B; }
span { border-color: rgb(202,52,155); }
td.TdClassName
{
border-color: #CA349B;
}
.TagClassName
{
border-color: #CA349B;
}
</style>