Shades of Medium Violet Red #CA036D
Tints of Medium Violet Red #CA036D
RGB
CMYK
RGB Variations
Color information
#CA036D (or 0xCA036D) is known color: Medium Violet Red. HEX triplet: CA, 03 and 6D. RGB value is (202,3,109). Sum of RGB (Red+Green+Blue) = 202+3+109=314 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.33% from 314); Green value is 3 (1.56% from 255 or 0.96% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 202 - color contains mainly: red. Hex color #CA036D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA036D is #35FC92. Grayscale: #4A4A4A. Windows color (decimal): -3538067 or 7144394. OLE color: 7144394.
HSL color Cylindrical-coordinate representation of color #CA036D: hue angle of 328.04º 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 #CA036D is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 3 | 109 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.21 |
| HSL | 328.04º | 0.97% | 0.4% | - |
| HSV(B) | 328.04º | 0.99% | 0.79% | - |
| XYZ | 27.15 | 13.73 | 15.69 | - |
| YUV | 74.59 | 147.43 | 218.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 3 | 109 | 0 | 0.99 | 0.46 | 0.21 | 328.04 | 0.97 | 0.4 |
| Hex | CA | 3 | 6D | 0 | 63 | 2E | 15 | 148 | 61 | 28 |
| Octal | 312 | 3 | 155 | 0 | 143 | 56 | 25 | 510 | 141 | 50 |
| Binary | 11001010 | 11 | 1101101 | 0 | 1100011 | 101110 | 10101 | 101001000 | 1100001 | 101000 |
Color Harmonies of #CA036D
Complementary color
Monochromatic Colors of #CA036D
Black with #CA036D
Text Example
Text Example
White with #CA036D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA036D; }
p { color: rgb(202,3,109); }
H1.HeaderClassName
{
color: #CA036D;
}
.AnyTagClassName
{
color: #CA036D;
}
</style>
background-color css
<style>
a { background-color: #CA036D; }
a { background-color: rgb(202,3,109); }
div.DivClassName
{
background-color: #CA036D;
}
.BgClassName
{
background-color: #CA036D;
}
</style>
border-color css
<style>
span { border-color: #CA036D; }
span { border-color: rgb(202,3,109); }
td.TdClassName
{
border-color: #CA036D;
}
.TagClassName
{
border-color: #CA036D;
}
</style>