Shades of Medium Violet Red #CA1E8F
Tints of Medium Violet Red #CA1E8F
RGB
CMYK
RGB Variations
Color information
#CA1E8F (or 0xCA1E8F) is known color: Medium Violet Red. HEX triplet: CA, 1E and 8F. RGB value is (202,30,143). Sum of RGB (Red+Green+Blue) = 202+30+143=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 30 (12.11% from 255 or 8% from 375); Blue value is 143 (56.25% from 255 or 38.13% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1E8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA1E8F is #35E170. Grayscale: #5E5E5E. Windows color (decimal): -3531121 or 9379530. OLE color: 9379530.
HSL color Cylindrical-coordinate representation of color #CA1E8F: hue angle of 320.58º 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 #CA1E8F is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 30 | 143 | - |
| CMYK | 0 | 0.85 | 0.29 | 0.21 |
| HSL | 320.58º | 0.74% | 0.45% | - |
| HSV(B) | 320.58º | 0.85% | 0.79% | - |
| XYZ | 29.78 | 15.47 | 27.4 | - |
| YUV | 94.31 | 155.48 | 204.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 30 | 143 | 0 | 0.85 | 0.29 | 0.21 | 320.58 | 0.74 | 0.45 |
| Hex | CA | 1E | 8F | 0 | 55 | 1D | 15 | 141 | 4A | 2D |
| Octal | 312 | 36 | 217 | 0 | 125 | 35 | 25 | 501 | 112 | 55 |
| Binary | 11001010 | 11110 | 10001111 | 0 | 1010101 | 11101 | 10101 | 101000001 | 1001010 | 101101 |
Color Harmonies of #CA1E8F
Complementary color
Monochromatic Colors of #CA1E8F
Black with #CA1E8F
Text Example
Text Example
White with #CA1E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1E8F; }
p { color: rgb(202,30,143); }
H1.HeaderClassName
{
color: #CA1E8F;
}
.AnyTagClassName
{
color: #CA1E8F;
}
</style>
background-color css
<style>
a { background-color: #CA1E8F; }
a { background-color: rgb(202,30,143); }
div.DivClassName
{
background-color: #CA1E8F;
}
.BgClassName
{
background-color: #CA1E8F;
}
</style>
border-color css
<style>
span { border-color: #CA1E8F; }
span { border-color: rgb(202,30,143); }
td.TdClassName
{
border-color: #CA1E8F;
}
.TagClassName
{
border-color: #CA1E8F;
}
</style>