Shades of Medium Violet Red #CA036F
Tints of Medium Violet Red #CA036F
RGB
CMYK
RGB Variations
Color information
#CA036F (or 0xCA036F) is known color: Medium Violet Red. HEX triplet: CA, 03 and 6F. RGB value is (202,3,111). Sum of RGB (Red+Green+Blue) = 202+3+111=316 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.92% from 316); Green value is 3 (1.56% from 255 or 0.95% from 316); Blue value is 111 (43.75% from 255 or 35.13% from 316); Max value from RGB is 202 - color contains mainly: red. Hex color #CA036F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA036F is #35FC90. Grayscale: #4A4A4A. Windows color (decimal): -3538065 or 7275466. OLE color: 7275466.
HSL color Cylindrical-coordinate representation of color #CA036F: hue angle of 327.44º 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 #CA036F is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 3 | 111 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.21 |
| HSL | 327.44º | 0.97% | 0.4% | - |
| HSV(B) | 327.44º | 0.99% | 0.79% | - |
| XYZ | 27.26 | 13.77 | 16.26 | - |
| YUV | 74.81 | 148.43 | 218.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 3 | 111 | 0 | 0.99 | 0.45 | 0.21 | 327.44 | 0.97 | 0.4 |
| Hex | CA | 3 | 6F | 0 | 63 | 2D | 15 | 147 | 61 | 28 |
| Octal | 312 | 3 | 157 | 0 | 143 | 55 | 25 | 507 | 141 | 50 |
| Binary | 11001010 | 11 | 1101111 | 0 | 1100011 | 101101 | 10101 | 101000111 | 1100001 | 101000 |
Color Harmonies of #CA036F
Complementary color
Monochromatic Colors of #CA036F
Black with #CA036F
Text Example
Text Example
White with #CA036F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA036F; }
p { color: rgb(202,3,111); }
H1.HeaderClassName
{
color: #CA036F;
}
.AnyTagClassName
{
color: #CA036F;
}
</style>
background-color css
<style>
a { background-color: #CA036F; }
a { background-color: rgb(202,3,111); }
div.DivClassName
{
background-color: #CA036F;
}
.BgClassName
{
background-color: #CA036F;
}
</style>
border-color css
<style>
span { border-color: #CA036F; }
span { border-color: rgb(202,3,111); }
td.TdClassName
{
border-color: #CA036F;
}
.TagClassName
{
border-color: #CA036F;
}
</style>