Shades of Medium Violet Red #CA108D
Tints of Medium Violet Red #CA108D
RGB
CMYK
RGB Variations
Color information
#CA108D (or 0xCA108D) is known color: Medium Violet Red. HEX triplet: CA, 10 and 8D. RGB value is (202,16,141). Sum of RGB (Red+Green+Blue) = 202+16+141=359 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.27% from 359); Green value is 16 (6.64% from 255 or 4.46% from 359); Blue value is 141 (55.47% from 255 or 39.28% from 359); Max value from RGB is 202 - color contains mainly: red. Hex color #CA108D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA108D is #35EF72. Grayscale: #555555. Windows color (decimal): -3534707 or 9244874. OLE color: 9244874.
HSL color Cylindrical-coordinate representation of color #CA108D: hue angle of 319.68º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA108D is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 16 | 141 | - |
| CMYK | 0 | 0.92 | 0.30 | 0.21 |
| HSL | 319.68º | 0.85% | 0.43% | - |
| HSV(B) | 319.68º | 0.92% | 0.79% | - |
| XYZ | 29.35 | 14.85 | 26.52 | - |
| YUV | 85.86 | 159.12 | 210.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 16 | 141 | 0 | 0.92 | 0.30 | 0.21 | 319.68 | 0.85 | 0.43 |
| Hex | CA | 10 | 8D | 0 | 5C | 1E | 15 | 140 | 55 | 2B |
| Octal | 312 | 20 | 215 | 0 | 134 | 36 | 25 | 500 | 125 | 53 |
| Binary | 11001010 | 10000 | 10001101 | 0 | 1011100 | 11110 | 10101 | 101000000 | 1010101 | 101011 |
Color Harmonies of #CA108D
Complementary color
Monochromatic Colors of #CA108D
Black with #CA108D
Text Example
Text Example
White with #CA108D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA108D; }
p { color: rgb(202,16,141); }
H1.HeaderClassName
{
color: #CA108D;
}
.AnyTagClassName
{
color: #CA108D;
}
</style>
background-color css
<style>
a { background-color: #CA108D; }
a { background-color: rgb(202,16,141); }
div.DivClassName
{
background-color: #CA108D;
}
.BgClassName
{
background-color: #CA108D;
}
</style>
border-color css
<style>
span { border-color: #CA108D; }
span { border-color: rgb(202,16,141); }
td.TdClassName
{
border-color: #CA108D;
}
.TagClassName
{
border-color: #CA108D;
}
</style>