Shades of Medium Violet Red #CA1774
Tints of Medium Violet Red #CA1774
RGB
CMYK
RGB Variations
Color information
#CA1774 (or 0xCA1774) is known color: Medium Violet Red. HEX triplet: CA, 17 and 74. RGB value is (202,23,116). Sum of RGB (Red+Green+Blue) = 202+23+116=341 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.24% from 341); Green value is 23 (9.38% from 255 or 6.74% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1774 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1774 is #35E88B. Grayscale: #565656. Windows color (decimal): -3532940 or 7608266. OLE color: 7608266.
HSL color Cylindrical-coordinate representation of color #CA1774: hue angle of 328.83º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA1774 is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 23 | 116 | - |
| CMYK | 0 | 0.89 | 0.43 | 0.21 |
| HSL | 328.83º | 0.8% | 0.44% | - |
| HSV(B) | 328.83º | 0.89% | 0.79% | - |
| XYZ | 27.82 | 14.43 | 17.84 | - |
| YUV | 87.12 | 144.3 | 209.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 23 | 116 | 0 | 0.89 | 0.43 | 0.21 | 328.83 | 0.8 | 0.44 |
| Hex | CA | 17 | 74 | 0 | 59 | 2B | 15 | 149 | 50 | 2C |
| Octal | 312 | 27 | 164 | 0 | 131 | 53 | 25 | 511 | 120 | 54 |
| Binary | 11001010 | 10111 | 1110100 | 0 | 1011001 | 101011 | 10101 | 101001001 | 1010000 | 101100 |
Color Harmonies of #CA1774
Complementary color
Monochromatic Colors of #CA1774
Black with #CA1774
Text Example
Text Example
White with #CA1774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1774; }
p { color: rgb(202,23,116); }
H1.HeaderClassName
{
color: #CA1774;
}
.AnyTagClassName
{
color: #CA1774;
}
</style>
background-color css
<style>
a { background-color: #CA1774; }
a { background-color: rgb(202,23,116); }
div.DivClassName
{
background-color: #CA1774;
}
.BgClassName
{
background-color: #CA1774;
}
</style>
border-color css
<style>
span { border-color: #CA1774; }
span { border-color: rgb(202,23,116); }
td.TdClassName
{
border-color: #CA1774;
}
.TagClassName
{
border-color: #CA1774;
}
</style>