Shades of Medium Violet Red #CA1472
Tints of Medium Violet Red #CA1472
RGB
CMYK
RGB Variations
Color information
#CA1472 (or 0xCA1472) is known color: Medium Violet Red. HEX triplet: CA, 14 and 72. RGB value is (202,20,114). Sum of RGB (Red+Green+Blue) = 202+20+114=336 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.12% from 336); Green value is 20 (8.20% from 255 or 5.95% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1472 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1472 is #35EB8D. Grayscale: #545454. Windows color (decimal): -3533710 or 7476426. OLE color: 7476426.
HSL color Cylindrical-coordinate representation of color #CA1472: hue angle of 329.01º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA1472 is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 20 | 114 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.21 |
| HSL | 329.01º | 0.82% | 0.44% | - |
| HSV(B) | 329.01º | 0.9% | 0.79% | - |
| XYZ | 27.64 | 14.27 | 17.22 | - |
| YUV | 85.13 | 144.3 | 211.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 20 | 114 | 0 | 0.90 | 0.44 | 0.21 | 329.01 | 0.82 | 0.44 |
| Hex | CA | 14 | 72 | 0 | 5A | 2C | 15 | 149 | 52 | 2C |
| Octal | 312 | 24 | 162 | 0 | 132 | 54 | 25 | 511 | 122 | 54 |
| Binary | 11001010 | 10100 | 1110010 | 0 | 1011010 | 101100 | 10101 | 101001001 | 1010010 | 101100 |
Color Harmonies of #CA1472
Complementary color
Monochromatic Colors of #CA1472
Black with #CA1472
Text Example
Text Example
White with #CA1472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1472; }
p { color: rgb(202,20,114); }
H1.HeaderClassName
{
color: #CA1472;
}
.AnyTagClassName
{
color: #CA1472;
}
</style>
background-color css
<style>
a { background-color: #CA1472; }
a { background-color: rgb(202,20,114); }
div.DivClassName
{
background-color: #CA1472;
}
.BgClassName
{
background-color: #CA1472;
}
</style>
border-color css
<style>
span { border-color: #CA1472; }
span { border-color: rgb(202,20,114); }
td.TdClassName
{
border-color: #CA1472;
}
.TagClassName
{
border-color: #CA1472;
}
</style>