Shades of Medium Violet Red #CA0375
Tints of Medium Violet Red #CA0375
RGB
CMYK
RGB Variations
Color information
#CA0375 (or 0xCA0375) is known color: Medium Violet Red. HEX triplet: CA, 03 and 75. RGB value is (202,3,117). Sum of RGB (Red+Green+Blue) = 202+3+117=322 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.73% from 322); Green value is 3 (1.56% from 255 or 0.93% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0375 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0375 is #35FC8A. Grayscale: #4B4B4B. Windows color (decimal): -3538059 or 7668682. OLE color: 7668682.
HSL color Cylindrical-coordinate representation of color #CA0375: hue angle of 325.63º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA0375 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 3 | 117 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.21 |
| HSL | 325.63º | 0.97% | 0.4% | - |
| HSV(B) | 325.63º | 0.99% | 0.79% | - |
| XYZ | 27.6 | 13.91 | 18.06 | - |
| YUV | 75.5 | 151.43 | 218.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 3 | 117 | 0 | 0.99 | 0.42 | 0.21 | 325.63 | 0.97 | 0.4 |
| Hex | CA | 3 | 75 | 0 | 63 | 2A | 15 | 146 | 61 | 28 |
| Octal | 312 | 3 | 165 | 0 | 143 | 52 | 25 | 506 | 141 | 50 |
| Binary | 11001010 | 11 | 1110101 | 0 | 1100011 | 101010 | 10101 | 101000110 | 1100001 | 101000 |
Color Harmonies of #CA0375
Complementary color
Monochromatic Colors of #CA0375
Black with #CA0375
Text Example
Text Example
White with #CA0375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0375; }
p { color: rgb(202,3,117); }
H1.HeaderClassName
{
color: #CA0375;
}
.AnyTagClassName
{
color: #CA0375;
}
</style>
background-color css
<style>
a { background-color: #CA0375; }
a { background-color: rgb(202,3,117); }
div.DivClassName
{
background-color: #CA0375;
}
.BgClassName
{
background-color: #CA0375;
}
</style>
border-color css
<style>
span { border-color: #CA0375; }
span { border-color: rgb(202,3,117); }
td.TdClassName
{
border-color: #CA0375;
}
.TagClassName
{
border-color: #CA0375;
}
</style>