Shades of Medium Violet Red #CA0973
Tints of Medium Violet Red #CA0973
RGB
CMYK
RGB Variations
Color information
#CA0973 (or 0xCA0973) is known color: Medium Violet Red. HEX triplet: CA, 09 and 73. RGB value is (202,9,115). Sum of RGB (Red+Green+Blue) = 202+9+115=326 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.96% from 326); Green value is 9 (3.91% from 255 or 2.76% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0973 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0973 is #35F68C. Grayscale: #4E4E4E. Windows color (decimal): -3536525 or 7539146. OLE color: 7539146.
HSL color Cylindrical-coordinate representation of color #CA0973: hue angle of 327.05º 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 #CA0973 is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 9 | 115 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.21 |
| HSL | 327.05º | 0.91% | 0.41% | - |
| HSV(B) | 327.05º | 0.96% | 0.79% | - |
| XYZ | 27.55 | 13.99 | 17.47 | - |
| YUV | 78.79 | 148.44 | 215.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 9 | 115 | 0 | 0.96 | 0.43 | 0.21 | 327.05 | 0.91 | 0.41 |
| Hex | CA | 9 | 73 | 0 | 60 | 2B | 15 | 147 | 5B | 29 |
| Octal | 312 | 11 | 163 | 0 | 140 | 53 | 25 | 507 | 133 | 51 |
| Binary | 11001010 | 1001 | 1110011 | 0 | 1100000 | 101011 | 10101 | 101000111 | 1011011 | 101001 |
Color Harmonies of #CA0973
Complementary color
Monochromatic Colors of #CA0973
Black with #CA0973
Text Example
Text Example
White with #CA0973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0973; }
p { color: rgb(202,9,115); }
H1.HeaderClassName
{
color: #CA0973;
}
.AnyTagClassName
{
color: #CA0973;
}
</style>
background-color css
<style>
a { background-color: #CA0973; }
a { background-color: rgb(202,9,115); }
div.DivClassName
{
background-color: #CA0973;
}
.BgClassName
{
background-color: #CA0973;
}
</style>
border-color css
<style>
span { border-color: #CA0973; }
span { border-color: rgb(202,9,115); }
td.TdClassName
{
border-color: #CA0973;
}
.TagClassName
{
border-color: #CA0973;
}
</style>