Shades of Medium Violet Red #CA1D6E
Tints of Medium Violet Red #CA1D6E
RGB
CMYK
RGB Variations
Color information
#CA1D6E (or 0xCA1D6E) is known color: Medium Violet Red. HEX triplet: CA, 1D and 6E. RGB value is (202,29,110). Sum of RGB (Red+Green+Blue) = 202+29+110=341 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.24% from 341); Green value is 29 (11.72% from 255 or 8.50% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1D6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA1D6E is #35E291. Grayscale: #595959. Windows color (decimal): -3531410 or 7216586. OLE color: 7216586.
HSL color Cylindrical-coordinate representation of color #CA1D6E: hue angle of 331.91º 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 #CA1D6E is Cyan = 0, Magento = 0.86, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 29 | 110 | - |
| CMYK | 0 | 0.86 | 0.46 | 0.21 |
| HSL | 331.91º | 0.75% | 0.45% | - |
| HSV(B) | 331.91º | 0.86% | 0.79% | - |
| XYZ | 27.61 | 14.56 | 16.11 | - |
| YUV | 89.96 | 139.31 | 207.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 29 | 110 | 0 | 0.86 | 0.46 | 0.21 | 331.91 | 0.75 | 0.45 |
| Hex | CA | 1D | 6E | 0 | 56 | 2E | 15 | 14C | 4B | 2D |
| Octal | 312 | 35 | 156 | 0 | 126 | 56 | 25 | 514 | 113 | 55 |
| Binary | 11001010 | 11101 | 1101110 | 0 | 1010110 | 101110 | 10101 | 101001100 | 1001011 | 101101 |
Color Harmonies of #CA1D6E
Complementary color
Monochromatic Colors of #CA1D6E
Black with #CA1D6E
Text Example
Text Example
White with #CA1D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1D6E; }
p { color: rgb(202,29,110); }
H1.HeaderClassName
{
color: #CA1D6E;
}
.AnyTagClassName
{
color: #CA1D6E;
}
</style>
background-color css
<style>
a { background-color: #CA1D6E; }
a { background-color: rgb(202,29,110); }
div.DivClassName
{
background-color: #CA1D6E;
}
.BgClassName
{
background-color: #CA1D6E;
}
</style>
border-color css
<style>
span { border-color: #CA1D6E; }
span { border-color: rgb(202,29,110); }
td.TdClassName
{
border-color: #CA1D6E;
}
.TagClassName
{
border-color: #CA1D6E;
}
</style>