Shades of Medium Violet Red #CA1D8C
Tints of Medium Violet Red #CA1D8C
RGB
CMYK
RGB Variations
Color information
#CA1D8C (or 0xCA1D8C) is known color: Medium Violet Red. HEX triplet: CA, 1D and 8C. RGB value is (202,29,140). Sum of RGB (Red+Green+Blue) = 202+29+140=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 29 (11.72% from 255 or 7.82% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1D8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA1D8C is #35E273. Grayscale: #5D5D5D. Windows color (decimal): -3531380 or 9182666. OLE color: 9182666.
HSL color Cylindrical-coordinate representation of color #CA1D8C: hue angle of 321.5º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA1D8C is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 29 | 140 | - |
| CMYK | 0 | 0.86 | 0.31 | 0.21 |
| HSL | 321.5º | 0.75% | 0.45% | - |
| HSV(B) | 321.5º | 0.86% | 0.79% | - |
| XYZ | 29.53 | 15.33 | 26.21 | - |
| YUV | 93.38 | 154.31 | 205.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 29 | 140 | 0 | 0.86 | 0.31 | 0.21 | 321.5 | 0.75 | 0.45 |
| Hex | CA | 1D | 8C | 0 | 56 | 1F | 15 | 142 | 4B | 2D |
| Octal | 312 | 35 | 214 | 0 | 126 | 37 | 25 | 502 | 113 | 55 |
| Binary | 11001010 | 11101 | 10001100 | 0 | 1010110 | 11111 | 10101 | 101000010 | 1001011 | 101101 |
Color Harmonies of #CA1D8C
Complementary color
Monochromatic Colors of #CA1D8C
Black with #CA1D8C
Text Example
Text Example
White with #CA1D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1D8C; }
p { color: rgb(202,29,140); }
H1.HeaderClassName
{
color: #CA1D8C;
}
.AnyTagClassName
{
color: #CA1D8C;
}
</style>
background-color css
<style>
a { background-color: #CA1D8C; }
a { background-color: rgb(202,29,140); }
div.DivClassName
{
background-color: #CA1D8C;
}
.BgClassName
{
background-color: #CA1D8C;
}
</style>
border-color css
<style>
span { border-color: #CA1D8C; }
span { border-color: rgb(202,29,140); }
td.TdClassName
{
border-color: #CA1D8C;
}
.TagClassName
{
border-color: #CA1D8C;
}
</style>