Shades of Medium Violet Red #CA2697
Tints of Medium Violet Red #CA2697
RGB
CMYK
RGB Variations
Color information
#CA2697 (or 0xCA2697) is known color: Medium Violet Red. HEX triplet: CA, 26 and 97. RGB value is (202,38,151). Sum of RGB (Red+Green+Blue) = 202+38+151=391 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.66% from 391); Green value is 38 (15.23% from 255 or 9.72% from 391); Blue value is 151 (59.38% from 255 or 38.62% from 391); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2697 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2697 is #35D968. Grayscale: #636363. Windows color (decimal): -3529065 or 9905866. OLE color: 9905866.
HSL color Cylindrical-coordinate representation of color #CA2697: hue angle of 318.66º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA2697 is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 38 | 151 | - |
| CMYK | 0 | 0.81 | 0.25 | 0.21 |
| HSL | 318.66º | 0.68% | 0.47% | - |
| HSV(B) | 318.66º | 0.81% | 0.79% | - |
| XYZ | 30.64 | 16.18 | 30.79 | - |
| YUV | 99.92 | 156.83 | 200.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 38 | 151 | 0 | 0.81 | 0.25 | 0.21 | 318.66 | 0.68 | 0.47 |
| Hex | CA | 26 | 97 | 0 | 51 | 19 | 15 | 13F | 44 | 2F |
| Octal | 312 | 46 | 227 | 0 | 121 | 31 | 25 | 477 | 104 | 57 |
| Binary | 11001010 | 100110 | 10010111 | 0 | 1010001 | 11001 | 10101 | 100111111 | 1000100 | 101111 |
Color Harmonies of #CA2697
Complementary color
Monochromatic Colors of #CA2697
Black with #CA2697
Text Example
Text Example
White with #CA2697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2697; }
p { color: rgb(202,38,151); }
H1.HeaderClassName
{
color: #CA2697;
}
.AnyTagClassName
{
color: #CA2697;
}
</style>
background-color css
<style>
a { background-color: #CA2697; }
a { background-color: rgb(202,38,151); }
div.DivClassName
{
background-color: #CA2697;
}
.BgClassName
{
background-color: #CA2697;
}
</style>
border-color css
<style>
span { border-color: #CA2697; }
span { border-color: rgb(202,38,151); }
td.TdClassName
{
border-color: #CA2697;
}
.TagClassName
{
border-color: #CA2697;
}
</style>