Shades of Medium Violet Red #CA038C
Tints of Medium Violet Red #CA038C
RGB
CMYK
RGB Variations
Color information
#CA038C (or 0xCA038C) is known color: Medium Violet Red. HEX triplet: CA, 03 and 8C. RGB value is (202,3,140). Sum of RGB (Red+Green+Blue) = 202+3+140=345 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.55% from 345); Green value is 3 (1.56% from 255 or 0.87% from 345); Blue value is 140 (55.08% from 255 or 40.58% from 345); Max value from RGB is 202 - color contains mainly: red. Hex color #CA038C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA038C is #35FC73. Grayscale: #4D4D4D. Windows color (decimal): -3538036 or 9176010. OLE color: 9176010.
HSL color Cylindrical-coordinate representation of color #CA038C: hue angle of 318.69º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA038C is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 3 | 140 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.21 |
| HSL | 318.69º | 0.97% | 0.4% | - |
| HSV(B) | 318.69º | 0.99% | 0.79% | - |
| XYZ | 29.12 | 14.52 | 26.08 | - |
| YUV | 78.12 | 162.93 | 216.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 3 | 140 | 0 | 0.99 | 0.31 | 0.21 | 318.69 | 0.97 | 0.4 |
| Hex | CA | 3 | 8C | 0 | 63 | 1F | 15 | 13F | 61 | 28 |
| Octal | 312 | 3 | 214 | 0 | 143 | 37 | 25 | 477 | 141 | 50 |
| Binary | 11001010 | 11 | 10001100 | 0 | 1100011 | 11111 | 10101 | 100111111 | 1100001 | 101000 |
Color Harmonies of #CA038C
Complementary color
Monochromatic Colors of #CA038C
Black with #CA038C
Text Example
Text Example
White with #CA038C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA038C; }
p { color: rgb(202,3,140); }
H1.HeaderClassName
{
color: #CA038C;
}
.AnyTagClassName
{
color: #CA038C;
}
</style>
background-color css
<style>
a { background-color: #CA038C; }
a { background-color: rgb(202,3,140); }
div.DivClassName
{
background-color: #CA038C;
}
.BgClassName
{
background-color: #CA038C;
}
</style>
border-color css
<style>
span { border-color: #CA038C; }
span { border-color: rgb(202,3,140); }
td.TdClassName
{
border-color: #CA038C;
}
.TagClassName
{
border-color: #CA038C;
}
</style>