Shades of Medium Violet Red #CA0484
Tints of Medium Violet Red #CA0484
RGB
CMYK
RGB Variations
Color information
#CA0484 (or 0xCA0484) is known color: Medium Violet Red. HEX triplet: CA, 04 and 84. RGB value is (202,4,132). Sum of RGB (Red+Green+Blue) = 202+4+132=338 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.76% from 338); Green value is 4 (1.95% from 255 or 1.18% from 338); Blue value is 132 (51.95% from 255 or 39.05% from 338); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0484 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0484 is #35FB7B. Grayscale: #4D4D4D. Windows color (decimal): -3537788 or 8651978. OLE color: 8651978.
HSL color Cylindrical-coordinate representation of color #CA0484: hue angle of 321.21º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA0484 is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 4 | 132 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.21 |
| HSL | 321.21º | 0.96% | 0.4% | - |
| HSV(B) | 321.21º | 0.98% | 0.79% | - |
| XYZ | 28.57 | 14.31 | 23.09 | - |
| YUV | 77.79 | 158.6 | 216.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 4 | 132 | 0 | 0.98 | 0.35 | 0.21 | 321.21 | 0.96 | 0.4 |
| Hex | CA | 4 | 84 | 0 | 62 | 23 | 15 | 141 | 60 | 28 |
| Octal | 312 | 4 | 204 | 0 | 142 | 43 | 25 | 501 | 140 | 50 |
| Binary | 11001010 | 100 | 10000100 | 0 | 1100010 | 100011 | 10101 | 101000001 | 1100000 | 101000 |
Color Harmonies of #CA0484
Complementary color
Monochromatic Colors of #CA0484
Black with #CA0484
Text Example
Text Example
White with #CA0484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0484; }
p { color: rgb(202,4,132); }
H1.HeaderClassName
{
color: #CA0484;
}
.AnyTagClassName
{
color: #CA0484;
}
</style>
background-color css
<style>
a { background-color: #CA0484; }
a { background-color: rgb(202,4,132); }
div.DivClassName
{
background-color: #CA0484;
}
.BgClassName
{
background-color: #CA0484;
}
</style>
border-color css
<style>
span { border-color: #CA0484; }
span { border-color: rgb(202,4,132); }
td.TdClassName
{
border-color: #CA0484;
}
.TagClassName
{
border-color: #CA0484;
}
</style>