Shades of Medium Violet Red #CA138F
Tints of Medium Violet Red #CA138F
RGB
CMYK
RGB Variations
Color information
#CA138F (or 0xCA138F) is known color: Medium Violet Red. HEX triplet: CA, 13 and 8F. RGB value is (202,19,143). Sum of RGB (Red+Green+Blue) = 202+19+143=364 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.49% from 364); Green value is 19 (7.81% from 255 or 5.22% from 364); Blue value is 143 (56.25% from 255 or 39.29% from 364); Max value from RGB is 202 - color contains mainly: red. Hex color #CA138F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA138F is #35EC70. Grayscale: #575757. Windows color (decimal): -3533937 or 9376714. OLE color: 9376714.
HSL color Cylindrical-coordinate representation of color #CA138F: hue angle of 319.34º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA138F is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 19 | 143 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.21 |
| HSL | 319.34º | 0.83% | 0.43% | - |
| HSV(B) | 319.34º | 0.91% | 0.79% | - |
| XYZ | 29.55 | 15.01 | 27.33 | - |
| YUV | 87.85 | 159.13 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 19 | 143 | 0 | 0.91 | 0.29 | 0.21 | 319.34 | 0.83 | 0.43 |
| Hex | CA | 13 | 8F | 0 | 5B | 1D | 15 | 13F | 53 | 2B |
| Octal | 312 | 23 | 217 | 0 | 133 | 35 | 25 | 477 | 123 | 53 |
| Binary | 11001010 | 10011 | 10001111 | 0 | 1011011 | 11101 | 10101 | 100111111 | 1010011 | 101011 |
Color Harmonies of #CA138F
Complementary color
Monochromatic Colors of #CA138F
Black with #CA138F
Text Example
Text Example
White with #CA138F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA138F; }
p { color: rgb(202,19,143); }
H1.HeaderClassName
{
color: #CA138F;
}
.AnyTagClassName
{
color: #CA138F;
}
</style>
background-color css
<style>
a { background-color: #CA138F; }
a { background-color: rgb(202,19,143); }
div.DivClassName
{
background-color: #CA138F;
}
.BgClassName
{
background-color: #CA138F;
}
</style>
border-color css
<style>
span { border-color: #CA138F; }
span { border-color: rgb(202,19,143); }
td.TdClassName
{
border-color: #CA138F;
}
.TagClassName
{
border-color: #CA138F;
}
</style>