Shades of Medium Violet Red #CA1D7D
Tints of Medium Violet Red #CA1D7D
RGB
CMYK
RGB Variations
Color information
#CA1D7D (or 0xCA1D7D) is known color: Medium Violet Red. HEX triplet: CA, 1D and 7D. RGB value is (202,29,125). Sum of RGB (Red+Green+Blue) = 202+29+125=356 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.74% from 356); Green value is 29 (11.72% from 255 or 8.15% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1D7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA1D7D is #35E282. Grayscale: #5B5B5B. Windows color (decimal): -3531395 or 8199626. OLE color: 8199626.
HSL color Cylindrical-coordinate representation of color #CA1D7D: hue angle of 326.71º 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 #CA1D7D is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 29 | 125 | - |
| CMYK | 0 | 0.86 | 0.38 | 0.21 |
| HSL | 326.71º | 0.75% | 0.45% | - |
| HSV(B) | 326.71º | 0.86% | 0.79% | - |
| XYZ | 28.5 | 14.92 | 20.78 | - |
| YUV | 91.67 | 146.81 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 29 | 125 | 0 | 0.86 | 0.38 | 0.21 | 326.71 | 0.75 | 0.45 |
| Hex | CA | 1D | 7D | 0 | 56 | 26 | 15 | 147 | 4B | 2D |
| Octal | 312 | 35 | 175 | 0 | 126 | 46 | 25 | 507 | 113 | 55 |
| Binary | 11001010 | 11101 | 1111101 | 0 | 1010110 | 100110 | 10101 | 101000111 | 1001011 | 101101 |
Color Harmonies of #CA1D7D
Complementary color
Monochromatic Colors of #CA1D7D
Black with #CA1D7D
Text Example
Text Example
White with #CA1D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1D7D; }
p { color: rgb(202,29,125); }
H1.HeaderClassName
{
color: #CA1D7D;
}
.AnyTagClassName
{
color: #CA1D7D;
}
</style>
background-color css
<style>
a { background-color: #CA1D7D; }
a { background-color: rgb(202,29,125); }
div.DivClassName
{
background-color: #CA1D7D;
}
.BgClassName
{
background-color: #CA1D7D;
}
</style>
border-color css
<style>
span { border-color: #CA1D7D; }
span { border-color: rgb(202,29,125); }
td.TdClassName
{
border-color: #CA1D7D;
}
.TagClassName
{
border-color: #CA1D7D;
}
</style>