Shades of Medium Violet Red #CA1075
Tints of Medium Violet Red #CA1075
RGB
CMYK
RGB Variations
Color information
#CA1075 (or 0xCA1075) is known color: Medium Violet Red. HEX triplet: CA, 10 and 75. RGB value is (202,16,117). Sum of RGB (Red+Green+Blue) = 202+16+117=335 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.30% from 335); Green value is 16 (6.64% from 255 or 4.78% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1075 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1075 is #35EF8A. Grayscale: #525252. Windows color (decimal): -3534731 or 7672010. OLE color: 7672010.
HSL color Cylindrical-coordinate representation of color #CA1075: hue angle of 327.42º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA1075 is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 16 | 117 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.21 |
| HSL | 327.42º | 0.85% | 0.43% | - |
| HSV(B) | 327.42º | 0.92% | 0.79% | - |
| XYZ | 27.75 | 14.21 | 18.11 | - |
| YUV | 83.13 | 147.12 | 212.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 16 | 117 | 0 | 0.92 | 0.42 | 0.21 | 327.42 | 0.85 | 0.43 |
| Hex | CA | 10 | 75 | 0 | 5C | 2A | 15 | 147 | 55 | 2B |
| Octal | 312 | 20 | 165 | 0 | 134 | 52 | 25 | 507 | 125 | 53 |
| Binary | 11001010 | 10000 | 1110101 | 0 | 1011100 | 101010 | 10101 | 101000111 | 1010101 | 101011 |
Color Harmonies of #CA1075
Complementary color
Monochromatic Colors of #CA1075
Black with #CA1075
Text Example
Text Example
White with #CA1075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1075; }
p { color: rgb(202,16,117); }
H1.HeaderClassName
{
color: #CA1075;
}
.AnyTagClassName
{
color: #CA1075;
}
</style>
background-color css
<style>
a { background-color: #CA1075; }
a { background-color: rgb(202,16,117); }
div.DivClassName
{
background-color: #CA1075;
}
.BgClassName
{
background-color: #CA1075;
}
</style>
border-color css
<style>
span { border-color: #CA1075; }
span { border-color: rgb(202,16,117); }
td.TdClassName
{
border-color: #CA1075;
}
.TagClassName
{
border-color: #CA1075;
}
</style>