Shades of Medium Violet Red #CA0470
Tints of Medium Violet Red #CA0470
RGB
CMYK
RGB Variations
Color information
#CA0470 (or 0xCA0470) is known color: Medium Violet Red. HEX triplet: CA, 04 and 70. RGB value is (202,4,112). Sum of RGB (Red+Green+Blue) = 202+4+112=318 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.52% from 318); Green value is 4 (1.95% from 255 or 1.26% from 318); Blue value is 112 (44.14% from 255 or 35.22% from 318); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0470 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0470 is #35FB8F. Grayscale: #4B4B4B. Windows color (decimal): -3537808 or 7341258. OLE color: 7341258.
HSL color Cylindrical-coordinate representation of color #CA0470: hue angle of 327.27º 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 #CA0470 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 4 | 112 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.21 |
| HSL | 327.27º | 0.96% | 0.4% | - |
| HSV(B) | 327.27º | 0.98% | 0.79% | - |
| XYZ | 27.33 | 13.81 | 16.56 | - |
| YUV | 75.51 | 148.6 | 218.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 4 | 112 | 0 | 0.98 | 0.45 | 0.21 | 327.27 | 0.96 | 0.4 |
| Hex | CA | 4 | 70 | 0 | 62 | 2D | 15 | 147 | 60 | 28 |
| Octal | 312 | 4 | 160 | 0 | 142 | 55 | 25 | 507 | 140 | 50 |
| Binary | 11001010 | 100 | 1110000 | 0 | 1100010 | 101101 | 10101 | 101000111 | 1100000 | 101000 |
Color Harmonies of #CA0470
Complementary color
Monochromatic Colors of #CA0470
Black with #CA0470
Text Example
Text Example
White with #CA0470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0470; }
p { color: rgb(202,4,112); }
H1.HeaderClassName
{
color: #CA0470;
}
.AnyTagClassName
{
color: #CA0470;
}
</style>
background-color css
<style>
a { background-color: #CA0470; }
a { background-color: rgb(202,4,112); }
div.DivClassName
{
background-color: #CA0470;
}
.BgClassName
{
background-color: #CA0470;
}
</style>
border-color css
<style>
span { border-color: #CA0470; }
span { border-color: rgb(202,4,112); }
td.TdClassName
{
border-color: #CA0470;
}
.TagClassName
{
border-color: #CA0470;
}
</style>