Shades of Medium Violet Red #CA0A8A
Tints of Medium Violet Red #CA0A8A
RGB
CMYK
RGB Variations
Color information
#CA0A8A (or 0xCA0A8A) is known color: Medium Violet Red. HEX triplet: CA, 0A and 8A. RGB value is (202,10,138). Sum of RGB (Red+Green+Blue) = 202+10+138=350 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.71% from 350); Green value is 10 (4.30% from 255 or 2.86% from 350); Blue value is 138 (54.30% from 255 or 39.43% from 350); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0A8A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0A8A is #35F575. Grayscale: #515151. Windows color (decimal): -3536246 or 9046730. OLE color: 9046730.
HSL color Cylindrical-coordinate representation of color #CA0A8A: hue angle of 320º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA0A8A is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 10 | 138 | - |
| CMYK | 0 | 0.95 | 0.32 | 0.21 |
| HSL | 320º | 0.91% | 0.42% | - |
| HSV(B) | 320º | 0.95% | 0.79% | - |
| XYZ | 29.05 | 14.61 | 25.33 | - |
| YUV | 82 | 159.61 | 213.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 10 | 138 | 0 | 0.95 | 0.32 | 0.21 | 320 | 0.91 | 0.42 |
| Hex | CA | A | 8A | 0 | 5F | 20 | 15 | 140 | 5B | 2A |
| Octal | 312 | 12 | 212 | 0 | 137 | 40 | 25 | 500 | 133 | 52 |
| Binary | 11001010 | 1010 | 10001010 | 0 | 1011111 | 100000 | 10101 | 101000000 | 1011011 | 101010 |
Color Harmonies of #CA0A8A
Complementary color
Monochromatic Colors of #CA0A8A
Black with #CA0A8A
Text Example
Text Example
White with #CA0A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0A8A; }
p { color: rgb(202,10,138); }
H1.HeaderClassName
{
color: #CA0A8A;
}
.AnyTagClassName
{
color: #CA0A8A;
}
</style>
background-color css
<style>
a { background-color: #CA0A8A; }
a { background-color: rgb(202,10,138); }
div.DivClassName
{
background-color: #CA0A8A;
}
.BgClassName
{
background-color: #CA0A8A;
}
</style>
border-color css
<style>
span { border-color: #CA0A8A; }
span { border-color: rgb(202,10,138); }
td.TdClassName
{
border-color: #CA0A8A;
}
.TagClassName
{
border-color: #CA0A8A;
}
</style>