Shades of Medium Violet Red #CA1A8D
Tints of Medium Violet Red #CA1A8D
RGB
CMYK
RGB Variations
Color information
#CA1A8D (or 0xCA1A8D) is known color: Medium Violet Red. HEX triplet: CA, 1A and 8D. RGB value is (202,26,141). Sum of RGB (Red+Green+Blue) = 202+26+141=369 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.74% from 369); Green value is 26 (10.55% from 255 or 7.05% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1A8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA1A8D is #35E572. Grayscale: #5B5B5B. Windows color (decimal): -3532147 or 9247434. OLE color: 9247434.
HSL color Cylindrical-coordinate representation of color #CA1A8D: hue angle of 320.8º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA1A8D is Cyan = 0, Magento = 0.87, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 26 | 141 | - |
| CMYK | 0 | 0.87 | 0.30 | 0.21 |
| HSL | 320.8º | 0.77% | 0.45% | - |
| HSV(B) | 320.8º | 0.87% | 0.79% | - |
| XYZ | 29.53 | 15.22 | 26.58 | - |
| YUV | 91.73 | 155.81 | 206.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 26 | 141 | 0 | 0.87 | 0.30 | 0.21 | 320.8 | 0.77 | 0.45 |
| Hex | CA | 1A | 8D | 0 | 57 | 1E | 15 | 141 | 4D | 2D |
| Octal | 312 | 32 | 215 | 0 | 127 | 36 | 25 | 501 | 115 | 55 |
| Binary | 11001010 | 11010 | 10001101 | 0 | 1010111 | 11110 | 10101 | 101000001 | 1001101 | 101101 |
Color Harmonies of #CA1A8D
Complementary color
Monochromatic Colors of #CA1A8D
Black with #CA1A8D
Text Example
Text Example
White with #CA1A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1A8D; }
p { color: rgb(202,26,141); }
H1.HeaderClassName
{
color: #CA1A8D;
}
.AnyTagClassName
{
color: #CA1A8D;
}
</style>
background-color css
<style>
a { background-color: #CA1A8D; }
a { background-color: rgb(202,26,141); }
div.DivClassName
{
background-color: #CA1A8D;
}
.BgClassName
{
background-color: #CA1A8D;
}
</style>
border-color css
<style>
span { border-color: #CA1A8D; }
span { border-color: rgb(202,26,141); }
td.TdClassName
{
border-color: #CA1A8D;
}
.TagClassName
{
border-color: #CA1A8D;
}
</style>