Shades of Medium Violet Red #CA1CA4
Tints of Medium Violet Red #CA1CA4
RGB
CMYK
RGB Variations
Color information
#CA1CA4 (or 0xCA1CA4) is known color: Medium Violet Red. HEX triplet: CA, 1C and A4. RGB value is (202,28,164). Sum of RGB (Red+Green+Blue) = 202+28+164=394 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.27% from 394); Green value is 28 (11.33% from 255 or 7.11% from 394); Blue value is 164 (64.45% from 255 or 41.62% from 394); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1CA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA1CA4 is #35E35B. Grayscale: #5F5F5F. Windows color (decimal): -3531612 or 10755274. OLE color: 10755274.
HSL color Cylindrical-coordinate representation of color #CA1CA4: hue angle of 313.1º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA1CA4 is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 28 | 164 | - |
| CMYK | 0 | 0.86 | 0.19 | 0.21 |
| HSL | 313.1º | 0.76% | 0.45% | - |
| HSV(B) | 313.1º | 0.86% | 0.79% | - |
| XYZ | 31.47 | 16.07 | 36.56 | - |
| YUV | 95.53 | 166.65 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 28 | 164 | 0 | 0.86 | 0.19 | 0.21 | 313.1 | 0.76 | 0.45 |
| Hex | CA | 1C | A4 | 0 | 56 | 13 | 15 | 139 | 4C | 2D |
| Octal | 312 | 34 | 244 | 0 | 126 | 23 | 25 | 471 | 114 | 55 |
| Binary | 11001010 | 11100 | 10100100 | 0 | 1010110 | 10011 | 10101 | 100111001 | 1001100 | 101101 |
Color Harmonies of #CA1CA4
Complementary color
Monochromatic Colors of #CA1CA4
Black with #CA1CA4
Text Example
Text Example
White with #CA1CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1CA4; }
p { color: rgb(202,28,164); }
H1.HeaderClassName
{
color: #CA1CA4;
}
.AnyTagClassName
{
color: #CA1CA4;
}
</style>
background-color css
<style>
a { background-color: #CA1CA4; }
a { background-color: rgb(202,28,164); }
div.DivClassName
{
background-color: #CA1CA4;
}
.BgClassName
{
background-color: #CA1CA4;
}
</style>
border-color css
<style>
span { border-color: #CA1CA4; }
span { border-color: rgb(202,28,164); }
td.TdClassName
{
border-color: #CA1CA4;
}
.TagClassName
{
border-color: #CA1CA4;
}
</style>