Shades of Medium Violet Red #CA0A94
Tints of Medium Violet Red #CA0A94
RGB
CMYK
RGB Variations
Color information
#CA0A94 (or 0xCA0A94) is known color: Medium Violet Red. HEX triplet: CA, 0A and 94. RGB value is (202,10,148). Sum of RGB (Red+Green+Blue) = 202+10+148=360 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.11% from 360); Green value is 10 (4.30% from 255 or 2.78% from 360); Blue value is 148 (58.20% from 255 or 41.11% from 360); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0A94 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0A94 is #35F56B. Grayscale: #525252. Windows color (decimal): -3536236 or 9702090. OLE color: 9702090.
HSL color Cylindrical-coordinate representation of color #CA0A94: hue angle of 316.88º 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 #CA0A94 is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 10 | 148 | - |
| CMYK | 0 | 0.95 | 0.27 | 0.21 |
| HSL | 316.88º | 0.91% | 0.42% | - |
| HSV(B) | 316.88º | 0.95% | 0.79% | - |
| XYZ | 29.81 | 14.91 | 29.32 | - |
| YUV | 83.14 | 164.61 | 212.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 10 | 148 | 0 | 0.95 | 0.27 | 0.21 | 316.88 | 0.91 | 0.42 |
| Hex | CA | A | 94 | 0 | 5F | 1B | 15 | 13D | 5B | 2A |
| Octal | 312 | 12 | 224 | 0 | 137 | 33 | 25 | 475 | 133 | 52 |
| Binary | 11001010 | 1010 | 10010100 | 0 | 1011111 | 11011 | 10101 | 100111101 | 1011011 | 101010 |
Color Harmonies of #CA0A94
Complementary color
Monochromatic Colors of #CA0A94
Black with #CA0A94
Text Example
Text Example
White with #CA0A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0A94; }
p { color: rgb(202,10,148); }
H1.HeaderClassName
{
color: #CA0A94;
}
.AnyTagClassName
{
color: #CA0A94;
}
</style>
background-color css
<style>
a { background-color: #CA0A94; }
a { background-color: rgb(202,10,148); }
div.DivClassName
{
background-color: #CA0A94;
}
.BgClassName
{
background-color: #CA0A94;
}
</style>
border-color css
<style>
span { border-color: #CA0A94; }
span { border-color: rgb(202,10,148); }
td.TdClassName
{
border-color: #CA0A94;
}
.TagClassName
{
border-color: #CA0A94;
}
</style>