Shades of Medium Violet Red #CA0C9E
Tints of Medium Violet Red #CA0C9E
RGB
CMYK
RGB Variations
Color information
#CA0C9E (or 0xCA0C9E) is known color: Medium Violet Red. HEX triplet: CA, 0C and 9E. RGB value is (202,12,158). Sum of RGB (Red+Green+Blue) = 202+12+158=372 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.30% from 372); Green value is 12 (5.08% from 255 or 3.23% from 372); Blue value is 158 (62.11% from 255 or 42.47% from 372); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0C9E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0C9E is #35F361. Grayscale: #555555. Windows color (decimal): -3535714 or 10357962. OLE color: 10357962.
HSL color Cylindrical-coordinate representation of color #CA0C9E: hue angle of 313.89º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA0C9E is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 12 | 158 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.21 |
| HSL | 313.89º | 0.89% | 0.42% | - |
| HSV(B) | 313.89º | 0.94% | 0.79% | - |
| XYZ | 30.66 | 15.29 | 33.68 | - |
| YUV | 85.45 | 168.95 | 211.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 12 | 158 | 0 | 0.94 | 0.22 | 0.21 | 313.89 | 0.89 | 0.42 |
| Hex | CA | C | 9E | 0 | 5E | 16 | 15 | 13A | 59 | 2A |
| Octal | 312 | 14 | 236 | 0 | 136 | 26 | 25 | 472 | 131 | 52 |
| Binary | 11001010 | 1100 | 10011110 | 0 | 1011110 | 10110 | 10101 | 100111010 | 1011001 | 101010 |
Color Harmonies of #CA0C9E
Complementary color
Monochromatic Colors of #CA0C9E
Black with #CA0C9E
Text Example
Text Example
White with #CA0C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0C9E; }
p { color: rgb(202,12,158); }
H1.HeaderClassName
{
color: #CA0C9E;
}
.AnyTagClassName
{
color: #CA0C9E;
}
</style>
background-color css
<style>
a { background-color: #CA0C9E; }
a { background-color: rgb(202,12,158); }
div.DivClassName
{
background-color: #CA0C9E;
}
.BgClassName
{
background-color: #CA0C9E;
}
</style>
border-color css
<style>
span { border-color: #CA0C9E; }
span { border-color: rgb(202,12,158); }
td.TdClassName
{
border-color: #CA0C9E;
}
.TagClassName
{
border-color: #CA0C9E;
}
</style>