Shades of Medium Violet Red #CA0974
Tints of Medium Violet Red #CA0974
RGB
CMYK
RGB Variations
Color information
#CA0974 (or 0xCA0974) is known color: Medium Violet Red. HEX triplet: CA, 09 and 74. RGB value is (202,9,116). Sum of RGB (Red+Green+Blue) = 202+9+116=327 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.77% from 327); Green value is 9 (3.91% from 255 or 2.75% from 327); Blue value is 116 (45.70% from 255 or 35.47% from 327); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0974 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0974 is #35F68B. Grayscale: #4E4E4E. Windows color (decimal): -3536524 or 7604682. OLE color: 7604682.
HSL color Cylindrical-coordinate representation of color #CA0974: hue angle of 326.74º 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 #CA0974 is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 9 | 116 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.21 |
| HSL | 326.74º | 0.91% | 0.41% | - |
| HSV(B) | 326.74º | 0.96% | 0.79% | - |
| XYZ | 27.61 | 14.01 | 17.77 | - |
| YUV | 78.91 | 148.94 | 215.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 9 | 116 | 0 | 0.96 | 0.43 | 0.21 | 326.74 | 0.91 | 0.41 |
| Hex | CA | 9 | 74 | 0 | 60 | 2B | 15 | 147 | 5B | 29 |
| Octal | 312 | 11 | 164 | 0 | 140 | 53 | 25 | 507 | 133 | 51 |
| Binary | 11001010 | 1001 | 1110100 | 0 | 1100000 | 101011 | 10101 | 101000111 | 1011011 | 101001 |
Color Harmonies of #CA0974
Complementary color
Monochromatic Colors of #CA0974
Black with #CA0974
Text Example
Text Example
White with #CA0974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0974; }
p { color: rgb(202,9,116); }
H1.HeaderClassName
{
color: #CA0974;
}
.AnyTagClassName
{
color: #CA0974;
}
</style>
background-color css
<style>
a { background-color: #CA0974; }
a { background-color: rgb(202,9,116); }
div.DivClassName
{
background-color: #CA0974;
}
.BgClassName
{
background-color: #CA0974;
}
</style>
border-color css
<style>
span { border-color: #CA0974; }
span { border-color: rgb(202,9,116); }
td.TdClassName
{
border-color: #CA0974;
}
.TagClassName
{
border-color: #CA0974;
}
</style>