Shades of Medium Violet Red #CA117A
Tints of Medium Violet Red #CA117A
RGB
CMYK
RGB Variations
Color information
#CA117A (or 0xCA117A) is known color: Medium Violet Red. HEX triplet: CA, 11 and 7A. RGB value is (202,17,122). Sum of RGB (Red+Green+Blue) = 202+17+122=341 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.24% from 341); Green value is 17 (7.03% from 255 or 4.99% from 341); Blue value is 122 (48.05% from 255 or 35.78% from 341); Max value from RGB is 202 - color contains mainly: red. Hex color #CA117A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA117A is #35EE85. Grayscale: #545454. Windows color (decimal): -3534470 or 7999946. OLE color: 7999946.
HSL color Cylindrical-coordinate representation of color #CA117A: hue angle of 325.95º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA117A is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 17 | 122 | - |
| CMYK | 0 | 0.92 | 0.40 | 0.21 |
| HSL | 325.95º | 0.84% | 0.43% | - |
| HSV(B) | 325.95º | 0.92% | 0.79% | - |
| XYZ | 28.07 | 14.36 | 19.71 | - |
| YUV | 84.29 | 149.29 | 211.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 17 | 122 | 0 | 0.92 | 0.40 | 0.21 | 325.95 | 0.84 | 0.43 |
| Hex | CA | 11 | 7A | 0 | 5C | 28 | 15 | 146 | 54 | 2B |
| Octal | 312 | 21 | 172 | 0 | 134 | 50 | 25 | 506 | 124 | 53 |
| Binary | 11001010 | 10001 | 1111010 | 0 | 1011100 | 101000 | 10101 | 101000110 | 1010100 | 101011 |
Color Harmonies of #CA117A
Complementary color
Monochromatic Colors of #CA117A
Black with #CA117A
Text Example
Text Example
White with #CA117A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA117A; }
p { color: rgb(202,17,122); }
H1.HeaderClassName
{
color: #CA117A;
}
.AnyTagClassName
{
color: #CA117A;
}
</style>
background-color css
<style>
a { background-color: #CA117A; }
a { background-color: rgb(202,17,122); }
div.DivClassName
{
background-color: #CA117A;
}
.BgClassName
{
background-color: #CA117A;
}
</style>
border-color css
<style>
span { border-color: #CA117A; }
span { border-color: rgb(202,17,122); }
td.TdClassName
{
border-color: #CA117A;
}
.TagClassName
{
border-color: #CA117A;
}
</style>