Shades of Medium Violet Red #CA1084
Tints of Medium Violet Red #CA1084
RGB
CMYK
RGB Variations
Color information
#CA1084 (or 0xCA1084) is known color: Medium Violet Red. HEX triplet: CA, 10 and 84. RGB value is (202,16,132). Sum of RGB (Red+Green+Blue) = 202+16+132=350 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.71% from 350); Green value is 16 (6.64% from 255 or 4.57% from 350); Blue value is 132 (51.95% from 255 or 37.71% from 350); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1084 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1084 is #35EF7B. Grayscale: #545454. Windows color (decimal): -3534716 or 8655050. OLE color: 8655050.
HSL color Cylindrical-coordinate representation of color #CA1084: hue angle of 322.58º 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 #CA1084 is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 16 | 132 | - |
| CMYK | 0 | 0.92 | 0.35 | 0.21 |
| HSL | 322.58º | 0.85% | 0.43% | - |
| HSV(B) | 322.58º | 0.92% | 0.79% | - |
| XYZ | 28.71 | 14.59 | 23.13 | - |
| YUV | 84.84 | 154.62 | 211.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 16 | 132 | 0 | 0.92 | 0.35 | 0.21 | 322.58 | 0.85 | 0.43 |
| Hex | CA | 10 | 84 | 0 | 5C | 23 | 15 | 143 | 55 | 2B |
| Octal | 312 | 20 | 204 | 0 | 134 | 43 | 25 | 503 | 125 | 53 |
| Binary | 11001010 | 10000 | 10000100 | 0 | 1011100 | 100011 | 10101 | 101000011 | 1010101 | 101011 |
Color Harmonies of #CA1084
Complementary color
Monochromatic Colors of #CA1084
Black with #CA1084
Text Example
Text Example
White with #CA1084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1084; }
p { color: rgb(202,16,132); }
H1.HeaderClassName
{
color: #CA1084;
}
.AnyTagClassName
{
color: #CA1084;
}
</style>
background-color css
<style>
a { background-color: #CA1084; }
a { background-color: rgb(202,16,132); }
div.DivClassName
{
background-color: #CA1084;
}
.BgClassName
{
background-color: #CA1084;
}
</style>
border-color css
<style>
span { border-color: #CA1084; }
span { border-color: rgb(202,16,132); }
td.TdClassName
{
border-color: #CA1084;
}
.TagClassName
{
border-color: #CA1084;
}
</style>