Shades of Medium Violet Red #CA039D
Tints of Medium Violet Red #CA039D
RGB
CMYK
RGB Variations
Color information
#CA039D (or 0xCA039D) is known color: Medium Violet Red. HEX triplet: CA, 03 and 9D. RGB value is (202,3,157). Sum of RGB (Red+Green+Blue) = 202+3+157=362 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.80% from 362); Green value is 3 (1.56% from 255 or 0.83% from 362); Blue value is 157 (61.72% from 255 or 43.37% from 362); Max value from RGB is 202 - color contains mainly: red. Hex color #CA039D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA039D is #35FC62. Grayscale: #4F4F4F. Windows color (decimal): -3538019 or 10290122. OLE color: 10290122.
HSL color Cylindrical-coordinate representation of color #CA039D: hue angle of 313.57º 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 #CA039D is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 3 | 157 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.21 |
| HSL | 313.57º | 0.97% | 0.4% | - |
| HSV(B) | 313.57º | 0.99% | 0.79% | - |
| XYZ | 30.48 | 15.06 | 33.2 | - |
| YUV | 80.06 | 171.43 | 214.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 3 | 157 | 0 | 0.99 | 0.22 | 0.21 | 313.57 | 0.97 | 0.4 |
| Hex | CA | 3 | 9D | 0 | 63 | 16 | 15 | 13A | 61 | 28 |
| Octal | 312 | 3 | 235 | 0 | 143 | 26 | 25 | 472 | 141 | 50 |
| Binary | 11001010 | 11 | 10011101 | 0 | 1100011 | 10110 | 10101 | 100111010 | 1100001 | 101000 |
Color Harmonies of #CA039D
Complementary color
Monochromatic Colors of #CA039D
Black with #CA039D
Text Example
Text Example
White with #CA039D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA039D; }
p { color: rgb(202,3,157); }
H1.HeaderClassName
{
color: #CA039D;
}
.AnyTagClassName
{
color: #CA039D;
}
</style>
background-color css
<style>
a { background-color: #CA039D; }
a { background-color: rgb(202,3,157); }
div.DivClassName
{
background-color: #CA039D;
}
.BgClassName
{
background-color: #CA039D;
}
</style>
border-color css
<style>
span { border-color: #CA039D; }
span { border-color: rgb(202,3,157); }
td.TdClassName
{
border-color: #CA039D;
}
.TagClassName
{
border-color: #CA039D;
}
</style>