Shades of Medium Violet Red #CA1475
Tints of Medium Violet Red #CA1475
RGB
CMYK
RGB Variations
Color information
#CA1475 (or 0xCA1475) is known color: Medium Violet Red. HEX triplet: CA, 14 and 75. RGB value is (202,20,117). Sum of RGB (Red+Green+Blue) = 202+20+117=339 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.59% from 339); Green value is 20 (8.20% from 255 or 5.90% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1475 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1475 is #35EB8A. Grayscale: #555555. Windows color (decimal): -3533707 or 7673034. OLE color: 7673034.
HSL color Cylindrical-coordinate representation of color #CA1475: hue angle of 328.02º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA1475 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 20 | 117 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.21 |
| HSL | 328.02º | 0.82% | 0.44% | - |
| HSV(B) | 328.02º | 0.9% | 0.79% | - |
| XYZ | 27.82 | 14.34 | 18.13 | - |
| YUV | 85.48 | 145.8 | 211.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 20 | 117 | 0 | 0.90 | 0.42 | 0.21 | 328.02 | 0.82 | 0.44 |
| Hex | CA | 14 | 75 | 0 | 5A | 2A | 15 | 148 | 52 | 2C |
| Octal | 312 | 24 | 165 | 0 | 132 | 52 | 25 | 510 | 122 | 54 |
| Binary | 11001010 | 10100 | 1110101 | 0 | 1011010 | 101010 | 10101 | 101001000 | 1010010 | 101100 |
Color Harmonies of #CA1475
Complementary color
Monochromatic Colors of #CA1475
Black with #CA1475
Text Example
Text Example
White with #CA1475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1475; }
p { color: rgb(202,20,117); }
H1.HeaderClassName
{
color: #CA1475;
}
.AnyTagClassName
{
color: #CA1475;
}
</style>
background-color css
<style>
a { background-color: #CA1475; }
a { background-color: rgb(202,20,117); }
div.DivClassName
{
background-color: #CA1475;
}
.BgClassName
{
background-color: #CA1475;
}
</style>
border-color css
<style>
span { border-color: #CA1475; }
span { border-color: rgb(202,20,117); }
td.TdClassName
{
border-color: #CA1475;
}
.TagClassName
{
border-color: #CA1475;
}
</style>