Shades of Medium Violet Red #CA1294
Tints of Medium Violet Red #CA1294
RGB
CMYK
RGB Variations
Color information
#CA1294 (or 0xCA1294) is known color: Medium Violet Red. HEX triplet: CA, 12 and 94. RGB value is (202,18,148). Sum of RGB (Red+Green+Blue) = 202+18+148=368 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.89% from 368); Green value is 18 (7.42% from 255 or 4.89% from 368); Blue value is 148 (58.20% from 255 or 40.22% from 368); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1294 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1294 is #35ED6B. Grayscale: #575757. Windows color (decimal): -3534188 or 9704138. OLE color: 9704138.
HSL color Cylindrical-coordinate representation of color #CA1294: hue angle of 317.61º 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 #CA1294 is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 18 | 148 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.21 |
| HSL | 317.61º | 0.84% | 0.43% | - |
| HSV(B) | 317.61º | 0.91% | 0.79% | - |
| XYZ | 29.92 | 15.13 | 29.36 | - |
| YUV | 87.84 | 161.96 | 209.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 18 | 148 | 0 | 0.91 | 0.27 | 0.21 | 317.61 | 0.84 | 0.43 |
| Hex | CA | 12 | 94 | 0 | 5B | 1B | 15 | 13E | 54 | 2B |
| Octal | 312 | 22 | 224 | 0 | 133 | 33 | 25 | 476 | 124 | 53 |
| Binary | 11001010 | 10010 | 10010100 | 0 | 1011011 | 11011 | 10101 | 100111110 | 1010100 | 101011 |
Color Harmonies of #CA1294
Complementary color
Monochromatic Colors of #CA1294
Black with #CA1294
Text Example
Text Example
White with #CA1294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1294; }
p { color: rgb(202,18,148); }
H1.HeaderClassName
{
color: #CA1294;
}
.AnyTagClassName
{
color: #CA1294;
}
</style>
background-color css
<style>
a { background-color: #CA1294; }
a { background-color: rgb(202,18,148); }
div.DivClassName
{
background-color: #CA1294;
}
.BgClassName
{
background-color: #CA1294;
}
</style>
border-color css
<style>
span { border-color: #CA1294; }
span { border-color: rgb(202,18,148); }
td.TdClassName
{
border-color: #CA1294;
}
.TagClassName
{
border-color: #CA1294;
}
</style>