Shades of Medium Violet Red #CA009E
Tints of Medium Violet Red #CA009E
RGB
CMYK
RGB Variations
Color information
#CA009E (or 0xCA009E) is known color: Medium Violet Red. HEX triplet: CA, 00 and 9E. RGB value is (202,0,158). Sum of RGB (Red+Green+Blue) = 202+0+158=360 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.11% from 360); Green value is 0 (0.39% from 255 or 0% from 360); Blue value is 158 (62.11% from 255 or 43.89% from 360); Max value from RGB is 202 - color contains mainly: red. Hex color #CA009E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA009E is #35FF61. Grayscale: #4D4D4D. Windows color (decimal): -3538786 or 10354890. OLE color: 10354890.
HSL color Cylindrical-coordinate representation of color #CA009E: hue angle of 313.07º 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 #CA009E is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 0 | 158 | - |
| CMYK | 0 | 1 | 0.22 | 0.21 |
| HSL | 313.07º | 1% | 0.4% | - |
| HSV(B) | 313.07º | 1% | 0.79% | - |
| XYZ | 30.53 | 15.03 | 33.64 | - |
| YUV | 78.41 | 172.92 | 216.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 0 | 158 | 0 | 1 | 0.22 | 0.21 | 313.07 | 1 | 0.4 |
| Hex | CA | 0 | 9E | 0 | 64 | 16 | 15 | 139 | 64 | 28 |
| Octal | 312 | 0 | 236 | 0 | 144 | 26 | 25 | 471 | 144 | 50 |
| Binary | 11001010 | 0 | 10011110 | 0 | 1100100 | 10110 | 10101 | 100111001 | 1100100 | 101000 |
Color Harmonies of #CA009E
Complementary color
Monochromatic Colors of #CA009E
Black with #CA009E
Text Example
Text Example
White with #CA009E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA009E; }
p { color: rgb(202,0,158); }
H1.HeaderClassName
{
color: #CA009E;
}
.AnyTagClassName
{
color: #CA009E;
}
</style>
background-color css
<style>
a { background-color: #CA009E; }
a { background-color: rgb(202,0,158); }
div.DivClassName
{
background-color: #CA009E;
}
.BgClassName
{
background-color: #CA009E;
}
</style>
border-color css
<style>
span { border-color: #CA009E; }
span { border-color: rgb(202,0,158); }
td.TdClassName
{
border-color: #CA009E;
}
.TagClassName
{
border-color: #CA009E;
}
</style>