Shades of Medium Violet Red #CA046F
Tints of Medium Violet Red #CA046F
RGB
CMYK
RGB Variations
Color information
#CA046F (or 0xCA046F) is known color: Medium Violet Red. HEX triplet: CA, 04 and 6F. RGB value is (202,4,111). Sum of RGB (Red+Green+Blue) = 202+4+111=317 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.72% from 317); Green value is 4 (1.95% from 255 or 1.26% from 317); Blue value is 111 (43.75% from 255 or 35.02% from 317); Max value from RGB is 202 - color contains mainly: red. Hex color #CA046F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA046F is #35FB90. Grayscale: #4B4B4B. Windows color (decimal): -3537809 or 7275722. OLE color: 7275722.
HSL color Cylindrical-coordinate representation of color #CA046F: hue angle of 327.58º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA046F is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 4 | 111 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.21 |
| HSL | 327.58º | 0.96% | 0.4% | - |
| HSV(B) | 327.58º | 0.98% | 0.79% | - |
| XYZ | 27.27 | 13.79 | 16.26 | - |
| YUV | 75.4 | 148.1 | 218.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 4 | 111 | 0 | 0.98 | 0.45 | 0.21 | 327.58 | 0.96 | 0.4 |
| Hex | CA | 4 | 6F | 0 | 62 | 2D | 15 | 148 | 60 | 28 |
| Octal | 312 | 4 | 157 | 0 | 142 | 55 | 25 | 510 | 140 | 50 |
| Binary | 11001010 | 100 | 1101111 | 0 | 1100010 | 101101 | 10101 | 101001000 | 1100000 | 101000 |
Color Harmonies of #CA046F
Complementary color
Monochromatic Colors of #CA046F
Black with #CA046F
Text Example
Text Example
White with #CA046F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA046F; }
p { color: rgb(202,4,111); }
H1.HeaderClassName
{
color: #CA046F;
}
.AnyTagClassName
{
color: #CA046F;
}
</style>
background-color css
<style>
a { background-color: #CA046F; }
a { background-color: rgb(202,4,111); }
div.DivClassName
{
background-color: #CA046F;
}
.BgClassName
{
background-color: #CA046F;
}
</style>
border-color css
<style>
span { border-color: #CA046F; }
span { border-color: rgb(202,4,111); }
td.TdClassName
{
border-color: #CA046F;
}
.TagClassName
{
border-color: #CA046F;
}
</style>