Shades of Medium Violet Red #CA019F
Tints of Medium Violet Red #CA019F
RGB
CMYK
RGB Variations
Color information
#CA019F (or 0xCA019F) is known color: Medium Violet Red. HEX triplet: CA, 01 and 9F. RGB value is (202,1,159). Sum of RGB (Red+Green+Blue) = 202+1+159=362 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.80% from 362); Green value is 1 (0.78% from 255 or 0.28% from 362); Blue value is 159 (62.5% from 255 or 43.92% from 362); Max value from RGB is 202 - color contains mainly: red. Hex color #CA019F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA019F is #35FE60. Grayscale: #4E4E4E. Windows color (decimal): -3538529 or 10420682. OLE color: 10420682.
HSL color Cylindrical-coordinate representation of color #CA019F: hue angle of 312.84º 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 #CA019F is Cyan = 0, Magento = 1.00, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 1 | 159 | - |
| CMYK | 0 | 1.00 | 0.21 | 0.21 |
| HSL | 312.84º | 0.99% | 0.4% | - |
| HSV(B) | 312.84º | 1% | 0.79% | - |
| XYZ | 30.63 | 15.08 | 34.1 | - |
| YUV | 79.11 | 173.09 | 215.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 1 | 159 | 0 | 1.00 | 0.21 | 0.21 | 312.84 | 0.99 | 0.4 |
| Hex | CA | 1 | 9F | 0 | 64 | 15 | 15 | 139 | 63 | 28 |
| Octal | 312 | 1 | 237 | 0 | 144 | 25 | 25 | 471 | 143 | 50 |
| Binary | 11001010 | 1 | 10011111 | 0 | 1100100 | 10101 | 10101 | 100111001 | 1100011 | 101000 |
Color Harmonies of #CA019F
Complementary color
Monochromatic Colors of #CA019F
Black with #CA019F
Text Example
Text Example
White with #CA019F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA019F; }
p { color: rgb(202,1,159); }
H1.HeaderClassName
{
color: #CA019F;
}
.AnyTagClassName
{
color: #CA019F;
}
</style>
background-color css
<style>
a { background-color: #CA019F; }
a { background-color: rgb(202,1,159); }
div.DivClassName
{
background-color: #CA019F;
}
.BgClassName
{
background-color: #CA019F;
}
</style>
border-color css
<style>
span { border-color: #CA019F; }
span { border-color: rgb(202,1,159); }
td.TdClassName
{
border-color: #CA019F;
}
.TagClassName
{
border-color: #CA019F;
}
</style>