Shades of Medium Violet Red #CA0874
Tints of Medium Violet Red #CA0874
RGB
CMYK
RGB Variations
Color information
#CA0874 (or 0xCA0874) is known color: Medium Violet Red. HEX triplet: CA, 08 and 74. RGB value is (202,8,116). Sum of RGB (Red+Green+Blue) = 202+8+116=326 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.96% from 326); Green value is 8 (3.52% from 255 or 2.45% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0874 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0874 is #35F78B. Grayscale: #4E4E4E. Windows color (decimal): -3536780 or 7604426. OLE color: 7604426.
HSL color Cylindrical-coordinate representation of color #CA0874: hue angle of 326.6º degrees, saturation: 0.92, 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 #CA0874 is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 8 | 116 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.21 |
| HSL | 326.6º | 0.92% | 0.41% | - |
| HSV(B) | 326.6º | 0.96% | 0.79% | - |
| XYZ | 27.6 | 13.99 | 17.77 | - |
| YUV | 78.32 | 149.27 | 216.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 8 | 116 | 0 | 0.96 | 0.43 | 0.21 | 326.6 | 0.92 | 0.41 |
| Hex | CA | 8 | 74 | 0 | 60 | 2B | 15 | 147 | 5C | 29 |
| Octal | 312 | 10 | 164 | 0 | 140 | 53 | 25 | 507 | 134 | 51 |
| Binary | 11001010 | 1000 | 1110100 | 0 | 1100000 | 101011 | 10101 | 101000111 | 1011100 | 101001 |
Color Harmonies of #CA0874
Complementary color
Monochromatic Colors of #CA0874
Black with #CA0874
Text Example
Text Example
White with #CA0874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0874; }
p { color: rgb(202,8,116); }
H1.HeaderClassName
{
color: #CA0874;
}
.AnyTagClassName
{
color: #CA0874;
}
</style>
background-color css
<style>
a { background-color: #CA0874; }
a { background-color: rgb(202,8,116); }
div.DivClassName
{
background-color: #CA0874;
}
.BgClassName
{
background-color: #CA0874;
}
</style>
border-color css
<style>
span { border-color: #CA0874; }
span { border-color: rgb(202,8,116); }
td.TdClassName
{
border-color: #CA0874;
}
.TagClassName
{
border-color: #CA0874;
}
</style>