Shades of Medium Red Violet #CA3497
Tints of Medium Red Violet #CA3497
RGB
CMYK
RGB Variations
Color information
#CA3497 (or 0xCA3497) is known color: Medium Red Violet. HEX triplet: CA, 34 and 97. RGB value is (202,52,151). Sum of RGB (Red+Green+Blue) = 202+52+151=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 52 (20.70% from 255 or 12.84% from 405); Blue value is 151 (59.38% from 255 or 37.28% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3497 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3497 is #35CB68. Grayscale: #6B6B6B. Windows color (decimal): -3525481 or 9909450. OLE color: 9909450.
HSL color Cylindrical-coordinate representation of color #CA3497: hue angle of 320.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 #CA3497 is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 52 | 151 | - |
| CMYK | 0 | 0.74 | 0.25 | 0.21 |
| HSL | 320.4º | 0.59% | 0.5% | - |
| HSV(B) | 320.4º | 0.74% | 0.79% | - |
| XYZ | 31.17 | 17.25 | 30.96 | - |
| YUV | 108.14 | 152.2 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 52 | 151 | 0 | 0.74 | 0.25 | 0.21 | 320.4 | 0.59 | 0.5 |
| Hex | CA | 34 | 97 | 0 | 4A | 19 | 15 | 140 | 3B | 32 |
| Octal | 312 | 64 | 227 | 0 | 112 | 31 | 25 | 500 | 73 | 62 |
| Binary | 11001010 | 110100 | 10010111 | 0 | 1001010 | 11001 | 10101 | 101000000 | 111011 | 110010 |
Color Harmonies of #CA3497
Complementary color
Monochromatic Colors of #CA3497
Black with #CA3497
Text Example
Text Example
White with #CA3497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3497; }
p { color: rgb(202,52,151); }
H1.HeaderClassName
{
color: #CA3497;
}
.AnyTagClassName
{
color: #CA3497;
}
</style>
background-color css
<style>
a { background-color: #CA3497; }
a { background-color: rgb(202,52,151); }
div.DivClassName
{
background-color: #CA3497;
}
.BgClassName
{
background-color: #CA3497;
}
</style>
border-color css
<style>
span { border-color: #CA3497; }
span { border-color: rgb(202,52,151); }
td.TdClassName
{
border-color: #CA3497;
}
.TagClassName
{
border-color: #CA3497;
}
</style>