Shades of Medium Violet Red #CA1A7E
Tints of Medium Violet Red #CA1A7E
RGB
CMYK
RGB Variations
Color information
#CA1A7E (or 0xCA1A7E) is known color: Medium Violet Red. HEX triplet: CA, 1A and 7E. RGB value is (202,26,126). Sum of RGB (Red+Green+Blue) = 202+26+126=354 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.06% from 354); Green value is 26 (10.55% from 255 or 7.34% from 354); Blue value is 126 (49.61% from 255 or 35.59% from 354); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1A7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA1A7E is #35E581. Grayscale: #595959. Windows color (decimal): -3532162 or 8264394. OLE color: 8264394.
HSL color Cylindrical-coordinate representation of color #CA1A7E: hue angle of 325.91º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA1A7E is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 26 | 126 | - |
| CMYK | 0 | 0.87 | 0.38 | 0.21 |
| HSL | 325.91º | 0.77% | 0.45% | - |
| HSV(B) | 325.91º | 0.87% | 0.79% | - |
| XYZ | 28.49 | 14.8 | 21.09 | - |
| YUV | 90.02 | 148.31 | 207.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 26 | 126 | 0 | 0.87 | 0.38 | 0.21 | 325.91 | 0.77 | 0.45 |
| Hex | CA | 1A | 7E | 0 | 57 | 26 | 15 | 146 | 4D | 2D |
| Octal | 312 | 32 | 176 | 0 | 127 | 46 | 25 | 506 | 115 | 55 |
| Binary | 11001010 | 11010 | 1111110 | 0 | 1010111 | 100110 | 10101 | 101000110 | 1001101 | 101101 |
Color Harmonies of #CA1A7E
Complementary color
Monochromatic Colors of #CA1A7E
Black with #CA1A7E
Text Example
Text Example
White with #CA1A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1A7E; }
p { color: rgb(202,26,126); }
H1.HeaderClassName
{
color: #CA1A7E;
}
.AnyTagClassName
{
color: #CA1A7E;
}
</style>
background-color css
<style>
a { background-color: #CA1A7E; }
a { background-color: rgb(202,26,126); }
div.DivClassName
{
background-color: #CA1A7E;
}
.BgClassName
{
background-color: #CA1A7E;
}
</style>
border-color css
<style>
span { border-color: #CA1A7E; }
span { border-color: rgb(202,26,126); }
td.TdClassName
{
border-color: #CA1A7E;
}
.TagClassName
{
border-color: #CA1A7E;
}
</style>