Shades of Medium Violet Red #CA037D
Tints of Medium Violet Red #CA037D
RGB
CMYK
RGB Variations
Color information
#CA037D (or 0xCA037D) is known color: Medium Violet Red. HEX triplet: CA, 03 and 7D. RGB value is (202,3,125). Sum of RGB (Red+Green+Blue) = 202+3+125=330 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.21% from 330); Green value is 3 (1.56% from 255 or 0.91% from 330); Blue value is 125 (49.22% from 255 or 37.88% from 330); Max value from RGB is 202 - color contains mainly: red. Hex color #CA037D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA037D is #35FC82. Grayscale: #4C4C4C. Windows color (decimal): -3538051 or 8192970. OLE color: 8192970.
HSL color Cylindrical-coordinate representation of color #CA037D: hue angle of 323.22º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA037D is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 3 | 125 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.21 |
| HSL | 323.22º | 0.97% | 0.4% | - |
| HSV(B) | 323.22º | 0.99% | 0.79% | - |
| XYZ | 28.09 | 14.1 | 20.64 | - |
| YUV | 76.41 | 155.43 | 217.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 3 | 125 | 0 | 0.99 | 0.38 | 0.21 | 323.22 | 0.97 | 0.4 |
| Hex | CA | 3 | 7D | 0 | 63 | 26 | 15 | 143 | 61 | 28 |
| Octal | 312 | 3 | 175 | 0 | 143 | 46 | 25 | 503 | 141 | 50 |
| Binary | 11001010 | 11 | 1111101 | 0 | 1100011 | 100110 | 10101 | 101000011 | 1100001 | 101000 |
Color Harmonies of #CA037D
Complementary color
Monochromatic Colors of #CA037D
Black with #CA037D
Text Example
Text Example
White with #CA037D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA037D; }
p { color: rgb(202,3,125); }
H1.HeaderClassName
{
color: #CA037D;
}
.AnyTagClassName
{
color: #CA037D;
}
</style>
background-color css
<style>
a { background-color: #CA037D; }
a { background-color: rgb(202,3,125); }
div.DivClassName
{
background-color: #CA037D;
}
.BgClassName
{
background-color: #CA037D;
}
</style>
border-color css
<style>
span { border-color: #CA037D; }
span { border-color: rgb(202,3,125); }
td.TdClassName
{
border-color: #CA037D;
}
.TagClassName
{
border-color: #CA037D;
}
</style>