Shades of Medium Violet Red #CA1C9A
Tints of Medium Violet Red #CA1C9A
RGB
CMYK
RGB Variations
Color information
#CA1C9A (or 0xCA1C9A) is known color: Medium Violet Red. HEX triplet: CA, 1C and 9A. RGB value is (202,28,154). Sum of RGB (Red+Green+Blue) = 202+28+154=384 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.60% from 384); Green value is 28 (11.33% from 255 or 7.29% from 384); Blue value is 154 (60.55% from 255 or 40.10% from 384); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1C9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA1C9A is #35E365. Grayscale: #5E5E5E. Windows color (decimal): -3531622 or 10099914. OLE color: 10099914.
HSL color Cylindrical-coordinate representation of color #CA1C9A: hue angle of 316.55º 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 #CA1C9A is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 28 | 154 | - |
| CMYK | 0 | 0.86 | 0.24 | 0.21 |
| HSL | 316.55º | 0.76% | 0.45% | - |
| HSV(B) | 316.55º | 0.86% | 0.79% | - |
| XYZ | 30.61 | 15.72 | 31.99 | - |
| YUV | 94.39 | 161.65 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 28 | 154 | 0 | 0.86 | 0.24 | 0.21 | 316.55 | 0.76 | 0.45 |
| Hex | CA | 1C | 9A | 0 | 56 | 18 | 15 | 13D | 4C | 2D |
| Octal | 312 | 34 | 232 | 0 | 126 | 30 | 25 | 475 | 114 | 55 |
| Binary | 11001010 | 11100 | 10011010 | 0 | 1010110 | 11000 | 10101 | 100111101 | 1001100 | 101101 |
Color Harmonies of #CA1C9A
Complementary color
Monochromatic Colors of #CA1C9A
Black with #CA1C9A
Text Example
Text Example
White with #CA1C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1C9A; }
p { color: rgb(202,28,154); }
H1.HeaderClassName
{
color: #CA1C9A;
}
.AnyTagClassName
{
color: #CA1C9A;
}
</style>
background-color css
<style>
a { background-color: #CA1C9A; }
a { background-color: rgb(202,28,154); }
div.DivClassName
{
background-color: #CA1C9A;
}
.BgClassName
{
background-color: #CA1C9A;
}
</style>
border-color css
<style>
span { border-color: #CA1C9A; }
span { border-color: rgb(202,28,154); }
td.TdClassName
{
border-color: #CA1C9A;
}
.TagClassName
{
border-color: #CA1C9A;
}
</style>