Shades of Medium Violet Red #CA1E8C
Tints of Medium Violet Red #CA1E8C
RGB
CMYK
RGB Variations
Color information
#CA1E8C (or 0xCA1E8C) is known color: Medium Violet Red. HEX triplet: CA, 1E and 8C. RGB value is (202,30,140). Sum of RGB (Red+Green+Blue) = 202+30+140=372 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.30% from 372); Green value is 30 (12.11% from 255 or 8.06% from 372); Blue value is 140 (55.08% from 255 or 37.63% from 372); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1E8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA1E8C is #35E173. Grayscale: #5D5D5D. Windows color (decimal): -3531124 or 9182922. OLE color: 9182922.
HSL color Cylindrical-coordinate representation of color #CA1E8C: hue angle of 321.63º 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 #CA1E8C is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 30 | 140 | - |
| CMYK | 0 | 0.85 | 0.31 | 0.21 |
| HSL | 321.63º | 0.74% | 0.45% | - |
| HSV(B) | 321.63º | 0.85% | 0.79% | - |
| XYZ | 29.56 | 15.38 | 26.22 | - |
| YUV | 93.97 | 153.98 | 205.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 30 | 140 | 0 | 0.85 | 0.31 | 0.21 | 321.63 | 0.74 | 0.45 |
| Hex | CA | 1E | 8C | 0 | 55 | 1F | 15 | 142 | 4A | 2D |
| Octal | 312 | 36 | 214 | 0 | 125 | 37 | 25 | 502 | 112 | 55 |
| Binary | 11001010 | 11110 | 10001100 | 0 | 1010101 | 11111 | 10101 | 101000010 | 1001010 | 101101 |
Color Harmonies of #CA1E8C
Complementary color
Monochromatic Colors of #CA1E8C
Black with #CA1E8C
Text Example
Text Example
White with #CA1E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1E8C; }
p { color: rgb(202,30,140); }
H1.HeaderClassName
{
color: #CA1E8C;
}
.AnyTagClassName
{
color: #CA1E8C;
}
</style>
background-color css
<style>
a { background-color: #CA1E8C; }
a { background-color: rgb(202,30,140); }
div.DivClassName
{
background-color: #CA1E8C;
}
.BgClassName
{
background-color: #CA1E8C;
}
</style>
border-color css
<style>
span { border-color: #CA1E8C; }
span { border-color: rgb(202,30,140); }
td.TdClassName
{
border-color: #CA1E8C;
}
.TagClassName
{
border-color: #CA1E8C;
}
</style>