Shades of Medium Violet Red #CA097A
Tints of Medium Violet Red #CA097A
RGB
CMYK
RGB Variations
Color information
#CA097A (or 0xCA097A) is known color: Medium Violet Red. HEX triplet: CA, 09 and 7A. RGB value is (202,9,122). Sum of RGB (Red+Green+Blue) = 202+9+122=333 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.66% from 333); Green value is 9 (3.91% from 255 or 2.70% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 202 - color contains mainly: red. Hex color #CA097A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA097A is #35F685. Grayscale: #4F4F4F. Windows color (decimal): -3536518 or 7997898. OLE color: 7997898.
HSL color Cylindrical-coordinate representation of color #CA097A: hue angle of 324.87º 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 #CA097A is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 9 | 122 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.21 |
| HSL | 324.87º | 0.91% | 0.41% | - |
| HSV(B) | 324.87º | 0.96% | 0.79% | - |
| XYZ | 27.97 | 14.16 | 19.67 | - |
| YUV | 79.59 | 151.94 | 215.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 9 | 122 | 0 | 0.96 | 0.40 | 0.21 | 324.87 | 0.91 | 0.41 |
| Hex | CA | 9 | 7A | 0 | 60 | 28 | 15 | 145 | 5B | 29 |
| Octal | 312 | 11 | 172 | 0 | 140 | 50 | 25 | 505 | 133 | 51 |
| Binary | 11001010 | 1001 | 1111010 | 0 | 1100000 | 101000 | 10101 | 101000101 | 1011011 | 101001 |
Color Harmonies of #CA097A
Complementary color
Monochromatic Colors of #CA097A
Black with #CA097A
Text Example
Text Example
White with #CA097A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA097A; }
p { color: rgb(202,9,122); }
H1.HeaderClassName
{
color: #CA097A;
}
.AnyTagClassName
{
color: #CA097A;
}
</style>
background-color css
<style>
a { background-color: #CA097A; }
a { background-color: rgb(202,9,122); }
div.DivClassName
{
background-color: #CA097A;
}
.BgClassName
{
background-color: #CA097A;
}
</style>
border-color css
<style>
span { border-color: #CA097A; }
span { border-color: rgb(202,9,122); }
td.TdClassName
{
border-color: #CA097A;
}
.TagClassName
{
border-color: #CA097A;
}
</style>