Shades of Medium Violet Red #CA1E7D
Tints of Medium Violet Red #CA1E7D
RGB
CMYK
RGB Variations
Color information
#CA1E7D (or 0xCA1E7D) is known color: Medium Violet Red. HEX triplet: CA, 1E and 7D. RGB value is (202,30,125). Sum of RGB (Red+Green+Blue) = 202+30+125=357 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.58% from 357); Green value is 30 (12.11% from 255 or 8.40% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1E7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA1E7D is #35E182. Grayscale: #5C5C5C. Windows color (decimal): -3531139 or 8199882. OLE color: 8199882.
HSL color Cylindrical-coordinate representation of color #CA1E7D: hue angle of 326.86º 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 #CA1E7D is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 30 | 125 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.21 |
| HSL | 326.86º | 0.74% | 0.45% | - |
| HSV(B) | 326.86º | 0.85% | 0.79% | - |
| XYZ | 28.52 | 14.97 | 20.79 | - |
| YUV | 92.26 | 146.48 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 30 | 125 | 0 | 0.85 | 0.38 | 0.21 | 326.86 | 0.74 | 0.45 |
| Hex | CA | 1E | 7D | 0 | 55 | 26 | 15 | 147 | 4A | 2D |
| Octal | 312 | 36 | 175 | 0 | 125 | 46 | 25 | 507 | 112 | 55 |
| Binary | 11001010 | 11110 | 1111101 | 0 | 1010101 | 100110 | 10101 | 101000111 | 1001010 | 101101 |
Color Harmonies of #CA1E7D
Complementary color
Monochromatic Colors of #CA1E7D
Black with #CA1E7D
Text Example
Text Example
White with #CA1E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1E7D; }
p { color: rgb(202,30,125); }
H1.HeaderClassName
{
color: #CA1E7D;
}
.AnyTagClassName
{
color: #CA1E7D;
}
</style>
background-color css
<style>
a { background-color: #CA1E7D; }
a { background-color: rgb(202,30,125); }
div.DivClassName
{
background-color: #CA1E7D;
}
.BgClassName
{
background-color: #CA1E7D;
}
</style>
border-color css
<style>
span { border-color: #CA1E7D; }
span { border-color: rgb(202,30,125); }
td.TdClassName
{
border-color: #CA1E7D;
}
.TagClassName
{
border-color: #CA1E7D;
}
</style>