Shades of Medium Violet Red #CA0597
Tints of Medium Violet Red #CA0597
RGB
CMYK
RGB Variations
Color information
#CA0597 (or 0xCA0597) is known color: Medium Violet Red. HEX triplet: CA, 05 and 97. RGB value is (202,5,151). Sum of RGB (Red+Green+Blue) = 202+5+151=358 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.42% from 358); Green value is 5 (2.34% from 255 or 1.40% from 358); Blue value is 151 (59.38% from 255 or 42.18% from 358); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0597 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0597 is #35FA68. Grayscale: #505050. Windows color (decimal): -3537513 or 9897418. OLE color: 9897418.
HSL color Cylindrical-coordinate representation of color #CA0597: hue angle of 315.53º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA0597 is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 5 | 151 | - |
| CMYK | 0 | 0.98 | 0.25 | 0.21 |
| HSL | 315.53º | 0.95% | 0.41% | - |
| HSV(B) | 315.53º | 0.98% | 0.79% | - |
| XYZ | 30 | 14.9 | 30.57 | - |
| YUV | 80.55 | 167.77 | 214.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 5 | 151 | 0 | 0.98 | 0.25 | 0.21 | 315.53 | 0.95 | 0.41 |
| Hex | CA | 5 | 97 | 0 | 62 | 19 | 15 | 13C | 5F | 29 |
| Octal | 312 | 5 | 227 | 0 | 142 | 31 | 25 | 474 | 137 | 51 |
| Binary | 11001010 | 101 | 10010111 | 0 | 1100010 | 11001 | 10101 | 100111100 | 1011111 | 101001 |
Color Harmonies of #CA0597
Complementary color
Monochromatic Colors of #CA0597
Black with #CA0597
Text Example
Text Example
White with #CA0597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0597; }
p { color: rgb(202,5,151); }
H1.HeaderClassName
{
color: #CA0597;
}
.AnyTagClassName
{
color: #CA0597;
}
</style>
background-color css
<style>
a { background-color: #CA0597; }
a { background-color: rgb(202,5,151); }
div.DivClassName
{
background-color: #CA0597;
}
.BgClassName
{
background-color: #CA0597;
}
</style>
border-color css
<style>
span { border-color: #CA0597; }
span { border-color: rgb(202,5,151); }
td.TdClassName
{
border-color: #CA0597;
}
.TagClassName
{
border-color: #CA0597;
}
</style>