Shades of Medium Violet Red #CA018A
Tints of Medium Violet Red #CA018A
RGB
CMYK
RGB Variations
Color information
#CA018A (or 0xCA018A) is known color: Medium Violet Red. HEX triplet: CA, 01 and 8A. RGB value is (202,1,138). Sum of RGB (Red+Green+Blue) = 202+1+138=341 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.24% from 341); Green value is 1 (0.78% from 255 or 0.29% from 341); Blue value is 138 (54.30% from 255 or 40.47% from 341); Max value from RGB is 202 - color contains mainly: red. Hex color #CA018A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA018A is #35FE75. Grayscale: #4C4C4C. Windows color (decimal): -3538550 or 9044426. OLE color: 9044426.
HSL color Cylindrical-coordinate representation of color #CA018A: hue angle of 319.1º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA018A is Cyan = 0, Magento = 1.00, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 1 | 138 | - |
| CMYK | 0 | 1.00 | 0.32 | 0.21 |
| HSL | 319.1º | 0.99% | 0.4% | - |
| HSV(B) | 319.1º | 1% | 0.79% | - |
| XYZ | 28.96 | 14.41 | 25.3 | - |
| YUV | 76.72 | 162.59 | 217.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 1 | 138 | 0 | 1.00 | 0.32 | 0.21 | 319.1 | 0.99 | 0.4 |
| Hex | CA | 1 | 8A | 0 | 64 | 20 | 15 | 13F | 63 | 28 |
| Octal | 312 | 1 | 212 | 0 | 144 | 40 | 25 | 477 | 143 | 50 |
| Binary | 11001010 | 1 | 10001010 | 0 | 1100100 | 100000 | 10101 | 100111111 | 1100011 | 101000 |
Color Harmonies of #CA018A
Complementary color
Monochromatic Colors of #CA018A
Black with #CA018A
Text Example
Text Example
White with #CA018A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA018A; }
p { color: rgb(202,1,138); }
H1.HeaderClassName
{
color: #CA018A;
}
.AnyTagClassName
{
color: #CA018A;
}
</style>
background-color css
<style>
a { background-color: #CA018A; }
a { background-color: rgb(202,1,138); }
div.DivClassName
{
background-color: #CA018A;
}
.BgClassName
{
background-color: #CA018A;
}
</style>
border-color css
<style>
span { border-color: #CA018A; }
span { border-color: rgb(202,1,138); }
td.TdClassName
{
border-color: #CA018A;
}
.TagClassName
{
border-color: #CA018A;
}
</style>