Shades of Medium Violet Red #CA0997
Tints of Medium Violet Red #CA0997
RGB
CMYK
RGB Variations
Color information
#CA0997 (or 0xCA0997) is known color: Medium Violet Red. HEX triplet: CA, 09 and 97. RGB value is (202,9,151). Sum of RGB (Red+Green+Blue) = 202+9+151=362 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.80% from 362); Green value is 9 (3.91% from 255 or 2.49% from 362); Blue value is 151 (59.38% from 255 or 41.71% from 362); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0997 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0997 is #35F668. Grayscale: #525252. Windows color (decimal): -3536489 or 9898442. OLE color: 9898442.
HSL color Cylindrical-coordinate representation of color #CA0997: hue angle of 315.85º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA0997 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 9 | 151 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.21 |
| HSL | 315.85º | 0.91% | 0.41% | - |
| HSV(B) | 315.85º | 0.96% | 0.79% | - |
| XYZ | 30.04 | 14.99 | 30.59 | - |
| YUV | 82.9 | 166.44 | 212.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 9 | 151 | 0 | 0.96 | 0.25 | 0.21 | 315.85 | 0.91 | 0.41 |
| Hex | CA | 9 | 97 | 0 | 60 | 19 | 15 | 13C | 5B | 29 |
| Octal | 312 | 11 | 227 | 0 | 140 | 31 | 25 | 474 | 133 | 51 |
| Binary | 11001010 | 1001 | 10010111 | 0 | 1100000 | 11001 | 10101 | 100111100 | 1011011 | 101001 |
Color Harmonies of #CA0997
Complementary color
Monochromatic Colors of #CA0997
Black with #CA0997
Text Example
Text Example
White with #CA0997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0997; }
p { color: rgb(202,9,151); }
H1.HeaderClassName
{
color: #CA0997;
}
.AnyTagClassName
{
color: #CA0997;
}
</style>
background-color css
<style>
a { background-color: #CA0997; }
a { background-color: rgb(202,9,151); }
div.DivClassName
{
background-color: #CA0997;
}
.BgClassName
{
background-color: #CA0997;
}
</style>
border-color css
<style>
span { border-color: #CA0997; }
span { border-color: rgb(202,9,151); }
td.TdClassName
{
border-color: #CA0997;
}
.TagClassName
{
border-color: #CA0997;
}
</style>