Shades of Medium Violet Red #CA1378
Tints of Medium Violet Red #CA1378
RGB
CMYK
RGB Variations
Color information
#CA1378 (or 0xCA1378) is known color: Medium Violet Red. HEX triplet: CA, 13 and 78. RGB value is (202,19,120). Sum of RGB (Red+Green+Blue) = 202+19+120=341 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.24% from 341); Green value is 19 (7.81% from 255 or 5.57% from 341); Blue value is 120 (47.27% from 255 or 35.19% from 341); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1378 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1378 is #35EC87. Grayscale: #555555. Windows color (decimal): -3533960 or 7869386. OLE color: 7869386.
HSL color Cylindrical-coordinate representation of color #CA1378: hue angle of 326.89º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA1378 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 19 | 120 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.21 |
| HSL | 326.89º | 0.83% | 0.43% | - |
| HSV(B) | 326.89º | 0.91% | 0.79% | - |
| XYZ | 27.98 | 14.38 | 19.07 | - |
| YUV | 85.23 | 147.63 | 211.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 19 | 120 | 0 | 0.91 | 0.41 | 0.21 | 326.89 | 0.83 | 0.43 |
| Hex | CA | 13 | 78 | 0 | 5B | 29 | 15 | 147 | 53 | 2B |
| Octal | 312 | 23 | 170 | 0 | 133 | 51 | 25 | 507 | 123 | 53 |
| Binary | 11001010 | 10011 | 1111000 | 0 | 1011011 | 101001 | 10101 | 101000111 | 1010011 | 101011 |
Color Harmonies of #CA1378
Complementary color
Monochromatic Colors of #CA1378
Black with #CA1378
Text Example
Text Example
White with #CA1378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1378; }
p { color: rgb(202,19,120); }
H1.HeaderClassName
{
color: #CA1378;
}
.AnyTagClassName
{
color: #CA1378;
}
</style>
background-color css
<style>
a { background-color: #CA1378; }
a { background-color: rgb(202,19,120); }
div.DivClassName
{
background-color: #CA1378;
}
.BgClassName
{
background-color: #CA1378;
}
</style>
border-color css
<style>
span { border-color: #CA1378; }
span { border-color: rgb(202,19,120); }
td.TdClassName
{
border-color: #CA1378;
}
.TagClassName
{
border-color: #CA1378;
}
</style>