Shades of Medium Violet Red #CA1E7A
Tints of Medium Violet Red #CA1E7A
RGB
CMYK
RGB Variations
Color information
#CA1E7A (or 0xCA1E7A) is known color: Medium Violet Red. HEX triplet: CA, 1E and 7A. RGB value is (202,30,122). Sum of RGB (Red+Green+Blue) = 202+30+122=354 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.06% from 354); Green value is 30 (12.11% from 255 or 8.47% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1E7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA1E7A is #35E185. Grayscale: #5B5B5B. Windows color (decimal): -3531142 or 8003274. OLE color: 8003274.
HSL color Cylindrical-coordinate representation of color #CA1E7A: hue angle of 327.91º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA1E7A is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 30 | 122 | - |
| CMYK | 0 | 0.85 | 0.40 | 0.21 |
| HSL | 327.91º | 0.74% | 0.45% | - |
| HSV(B) | 327.91º | 0.85% | 0.79% | - |
| XYZ | 28.33 | 14.89 | 19.79 | - |
| YUV | 91.92 | 144.98 | 206.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 30 | 122 | 0 | 0.85 | 0.40 | 0.21 | 327.91 | 0.74 | 0.45 |
| Hex | CA | 1E | 7A | 0 | 55 | 28 | 15 | 148 | 4A | 2D |
| Octal | 312 | 36 | 172 | 0 | 125 | 50 | 25 | 510 | 112 | 55 |
| Binary | 11001010 | 11110 | 1111010 | 0 | 1010101 | 101000 | 10101 | 101001000 | 1001010 | 101101 |
Color Harmonies of #CA1E7A
Complementary color
Monochromatic Colors of #CA1E7A
Black with #CA1E7A
Text Example
Text Example
White with #CA1E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1E7A; }
p { color: rgb(202,30,122); }
H1.HeaderClassName
{
color: #CA1E7A;
}
.AnyTagClassName
{
color: #CA1E7A;
}
</style>
background-color css
<style>
a { background-color: #CA1E7A; }
a { background-color: rgb(202,30,122); }
div.DivClassName
{
background-color: #CA1E7A;
}
.BgClassName
{
background-color: #CA1E7A;
}
</style>
border-color css
<style>
span { border-color: #CA1E7A; }
span { border-color: rgb(202,30,122); }
td.TdClassName
{
border-color: #CA1E7A;
}
.TagClassName
{
border-color: #CA1E7A;
}
</style>