Shades of Medium Violet Red #CA059D
Tints of Medium Violet Red #CA059D
RGB
CMYK
RGB Variations
Color information
#CA059D (or 0xCA059D) is known color: Medium Violet Red. HEX triplet: CA, 05 and 9D. RGB value is (202,5,157). Sum of RGB (Red+Green+Blue) = 202+5+157=364 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.49% from 364); Green value is 5 (2.34% from 255 or 1.37% from 364); Blue value is 157 (61.72% from 255 or 43.13% from 364); Max value from RGB is 202 - color contains mainly: red. Hex color #CA059D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA059D is #35FA62. Grayscale: #505050. Windows color (decimal): -3537507 or 10290634. OLE color: 10290634.
HSL color Cylindrical-coordinate representation of color #CA059D: hue angle of 313.71º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA059D is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 5 | 157 | - |
| CMYK | 0 | 0.98 | 0.22 | 0.21 |
| HSL | 313.71º | 0.95% | 0.41% | - |
| HSV(B) | 313.71º | 0.98% | 0.79% | - |
| XYZ | 30.5 | 15.1 | 33.21 | - |
| YUV | 81.23 | 170.77 | 214.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 5 | 157 | 0 | 0.98 | 0.22 | 0.21 | 313.71 | 0.95 | 0.41 |
| Hex | CA | 5 | 9D | 0 | 62 | 16 | 15 | 13A | 5F | 29 |
| Octal | 312 | 5 | 235 | 0 | 142 | 26 | 25 | 472 | 137 | 51 |
| Binary | 11001010 | 101 | 10011101 | 0 | 1100010 | 10110 | 10101 | 100111010 | 1011111 | 101001 |
Color Harmonies of #CA059D
Complementary color
Monochromatic Colors of #CA059D
Black with #CA059D
Text Example
Text Example
White with #CA059D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA059D; }
p { color: rgb(202,5,157); }
H1.HeaderClassName
{
color: #CA059D;
}
.AnyTagClassName
{
color: #CA059D;
}
</style>
background-color css
<style>
a { background-color: #CA059D; }
a { background-color: rgb(202,5,157); }
div.DivClassName
{
background-color: #CA059D;
}
.BgClassName
{
background-color: #CA059D;
}
</style>
border-color css
<style>
span { border-color: #CA059D; }
span { border-color: rgb(202,5,157); }
td.TdClassName
{
border-color: #CA059D;
}
.TagClassName
{
border-color: #CA059D;
}
</style>