Shades of Medium Violet Red #CA1278
Tints of Medium Violet Red #CA1278
RGB
CMYK
RGB Variations
Color information
#CA1278 (or 0xCA1278) is known color: Medium Violet Red. HEX triplet: CA, 12 and 78. RGB value is (202,18,120). Sum of RGB (Red+Green+Blue) = 202+18+120=340 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.41% from 340); Green value is 18 (7.42% from 255 or 5.29% from 340); Blue value is 120 (47.27% from 255 or 35.29% from 340); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1278 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1278 is #35ED87. Grayscale: #545454. Windows color (decimal): -3534216 or 7869130. OLE color: 7869130.
HSL color Cylindrical-coordinate representation of color #CA1278: hue angle of 326.74º degrees, saturation: 0.84, 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 #CA1278 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 18 | 120 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.21 |
| HSL | 326.74º | 0.84% | 0.43% | - |
| HSV(B) | 326.74º | 0.91% | 0.79% | - |
| XYZ | 27.96 | 14.35 | 19.06 | - |
| YUV | 84.64 | 147.96 | 211.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 18 | 120 | 0 | 0.91 | 0.41 | 0.21 | 326.74 | 0.84 | 0.43 |
| Hex | CA | 12 | 78 | 0 | 5B | 29 | 15 | 147 | 54 | 2B |
| Octal | 312 | 22 | 170 | 0 | 133 | 51 | 25 | 507 | 124 | 53 |
| Binary | 11001010 | 10010 | 1111000 | 0 | 1011011 | 101001 | 10101 | 101000111 | 1010100 | 101011 |
Color Harmonies of #CA1278
Complementary color
Monochromatic Colors of #CA1278
Black with #CA1278
Text Example
Text Example
White with #CA1278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1278; }
p { color: rgb(202,18,120); }
H1.HeaderClassName
{
color: #CA1278;
}
.AnyTagClassName
{
color: #CA1278;
}
</style>
background-color css
<style>
a { background-color: #CA1278; }
a { background-color: rgb(202,18,120); }
div.DivClassName
{
background-color: #CA1278;
}
.BgClassName
{
background-color: #CA1278;
}
</style>
border-color css
<style>
span { border-color: #CA1278; }
span { border-color: rgb(202,18,120); }
td.TdClassName
{
border-color: #CA1278;
}
.TagClassName
{
border-color: #CA1278;
}
</style>