Shades of Medium Violet Red #CA127D
Tints of Medium Violet Red #CA127D
RGB
CMYK
RGB Variations
Color information
#CA127D (or 0xCA127D) is known color: Medium Violet Red. HEX triplet: CA, 12 and 7D. RGB value is (202,18,125). Sum of RGB (Red+Green+Blue) = 202+18+125=345 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.55% from 345); Green value is 18 (7.42% from 255 or 5.22% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 202 - color contains mainly: red. Hex color #CA127D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA127D is #35ED82. Grayscale: #545454. Windows color (decimal): -3534211 or 8196810. OLE color: 8196810.
HSL color Cylindrical-coordinate representation of color #CA127D: hue angle of 325.11º 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 #CA127D is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 18 | 125 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.21 |
| HSL | 325.11º | 0.84% | 0.43% | - |
| HSV(B) | 325.11º | 0.91% | 0.79% | - |
| XYZ | 28.28 | 14.47 | 20.7 | - |
| YUV | 85.21 | 150.46 | 211.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 18 | 125 | 0 | 0.91 | 0.38 | 0.21 | 325.11 | 0.84 | 0.43 |
| Hex | CA | 12 | 7D | 0 | 5B | 26 | 15 | 145 | 54 | 2B |
| Octal | 312 | 22 | 175 | 0 | 133 | 46 | 25 | 505 | 124 | 53 |
| Binary | 11001010 | 10010 | 1111101 | 0 | 1011011 | 100110 | 10101 | 101000101 | 1010100 | 101011 |
Color Harmonies of #CA127D
Complementary color
Monochromatic Colors of #CA127D
Black with #CA127D
Text Example
Text Example
White with #CA127D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA127D; }
p { color: rgb(202,18,125); }
H1.HeaderClassName
{
color: #CA127D;
}
.AnyTagClassName
{
color: #CA127D;
}
</style>
background-color css
<style>
a { background-color: #CA127D; }
a { background-color: rgb(202,18,125); }
div.DivClassName
{
background-color: #CA127D;
}
.BgClassName
{
background-color: #CA127D;
}
</style>
border-color css
<style>
span { border-color: #CA127D; }
span { border-color: rgb(202,18,125); }
td.TdClassName
{
border-color: #CA127D;
}
.TagClassName
{
border-color: #CA127D;
}
</style>