Shades of Medium Violet Red #CA0084
Tints of Medium Violet Red #CA0084
RGB
CMYK
RGB Variations
Color information
#CA0084 (or 0xCA0084) is known color: Medium Violet Red. HEX triplet: CA, 00 and 84. RGB value is (202,0,132). Sum of RGB (Red+Green+Blue) = 202+0+132=334 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.48% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 132 (51.95% from 255 or 39.52% from 334); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0084 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0084 is #35FF7B. Grayscale: #4B4B4B. Windows color (decimal): -3538812 or 8650954. OLE color: 8650954.
HSL color Cylindrical-coordinate representation of color #CA0084: hue angle of 320.79º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA0084 is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 0 | 132 | - |
| CMYK | 0 | 1 | 0.35 | 0.21 |
| HSL | 320.79º | 1% | 0.4% | - |
| HSV(B) | 320.79º | 1% | 0.79% | - |
| XYZ | 28.52 | 14.22 | 23.07 | - |
| YUV | 75.45 | 159.92 | 218.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 0 | 132 | 0 | 1 | 0.35 | 0.21 | 320.79 | 1 | 0.4 |
| Hex | CA | 0 | 84 | 0 | 64 | 23 | 15 | 141 | 64 | 28 |
| Octal | 312 | 0 | 204 | 0 | 144 | 43 | 25 | 501 | 144 | 50 |
| Binary | 11001010 | 0 | 10000100 | 0 | 1100100 | 100011 | 10101 | 101000001 | 1100100 | 101000 |
Color Harmonies of #CA0084
Complementary color
Monochromatic Colors of #CA0084
Black with #CA0084
Text Example
Text Example
White with #CA0084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0084; }
p { color: rgb(202,0,132); }
H1.HeaderClassName
{
color: #CA0084;
}
.AnyTagClassName
{
color: #CA0084;
}
</style>
background-color css
<style>
a { background-color: #CA0084; }
a { background-color: rgb(202,0,132); }
div.DivClassName
{
background-color: #CA0084;
}
.BgClassName
{
background-color: #CA0084;
}
</style>
border-color css
<style>
span { border-color: #CA0084; }
span { border-color: rgb(202,0,132); }
td.TdClassName
{
border-color: #CA0084;
}
.TagClassName
{
border-color: #CA0084;
}
</style>