Shades of Medium Violet Red #CA0975
Tints of Medium Violet Red #CA0975
RGB
CMYK
RGB Variations
Color information
#CA0975 (or 0xCA0975) is known color: Medium Violet Red. HEX triplet: CA, 09 and 75. RGB value is (202,9,117). Sum of RGB (Red+Green+Blue) = 202+9+117=328 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.59% from 328); Green value is 9 (3.91% from 255 or 2.74% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0975 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0975 is #35F68A. Grayscale: #4E4E4E. Windows color (decimal): -3536523 or 7670218. OLE color: 7670218.
HSL color Cylindrical-coordinate representation of color #CA0975: hue angle of 326.42º 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 #CA0975 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 9 | 117 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.21 |
| HSL | 326.42º | 0.91% | 0.41% | - |
| HSV(B) | 326.42º | 0.96% | 0.79% | - |
| XYZ | 27.67 | 14.04 | 18.08 | - |
| YUV | 79.02 | 149.44 | 215.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 9 | 117 | 0 | 0.96 | 0.42 | 0.21 | 326.42 | 0.91 | 0.41 |
| Hex | CA | 9 | 75 | 0 | 60 | 2A | 15 | 146 | 5B | 29 |
| Octal | 312 | 11 | 165 | 0 | 140 | 52 | 25 | 506 | 133 | 51 |
| Binary | 11001010 | 1001 | 1110101 | 0 | 1100000 | 101010 | 10101 | 101000110 | 1011011 | 101001 |
Color Harmonies of #CA0975
Complementary color
Monochromatic Colors of #CA0975
Black with #CA0975
Text Example
Text Example
White with #CA0975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0975; }
p { color: rgb(202,9,117); }
H1.HeaderClassName
{
color: #CA0975;
}
.AnyTagClassName
{
color: #CA0975;
}
</style>
background-color css
<style>
a { background-color: #CA0975; }
a { background-color: rgb(202,9,117); }
div.DivClassName
{
background-color: #CA0975;
}
.BgClassName
{
background-color: #CA0975;
}
</style>
border-color css
<style>
span { border-color: #CA0975; }
span { border-color: rgb(202,9,117); }
td.TdClassName
{
border-color: #CA0975;
}
.TagClassName
{
border-color: #CA0975;
}
</style>