Shades of Medium Violet Red #CA147E
Tints of Medium Violet Red #CA147E
RGB
CMYK
RGB Variations
Color information
#CA147E (or 0xCA147E) is known color: Medium Violet Red. HEX triplet: CA, 14 and 7E. RGB value is (202,20,126). Sum of RGB (Red+Green+Blue) = 202+20+126=348 (46% of max value = 765). Red value is 202 (79.30% from 255 or 58.05% from 348); Green value is 20 (8.20% from 255 or 5.75% from 348); Blue value is 126 (49.61% from 255 or 36.21% from 348); Max value from RGB is 202 - color contains mainly: red. Hex color #CA147E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA147E is #35EB81. Grayscale: #565656. Windows color (decimal): -3533698 or 8262858. OLE color: 8262858.
HSL color Cylindrical-coordinate representation of color #CA147E: hue angle of 325.05º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA147E is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 20 | 126 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.21 |
| HSL | 325.05º | 0.82% | 0.44% | - |
| HSV(B) | 325.05º | 0.9% | 0.79% | - |
| XYZ | 28.37 | 14.56 | 21.05 | - |
| YUV | 86.5 | 150.3 | 210.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 20 | 126 | 0 | 0.90 | 0.38 | 0.21 | 325.05 | 0.82 | 0.44 |
| Hex | CA | 14 | 7E | 0 | 5A | 26 | 15 | 145 | 52 | 2C |
| Octal | 312 | 24 | 176 | 0 | 132 | 46 | 25 | 505 | 122 | 54 |
| Binary | 11001010 | 10100 | 1111110 | 0 | 1011010 | 100110 | 10101 | 101000101 | 1010010 | 101100 |
Color Harmonies of #CA147E
Complementary color
Monochromatic Colors of #CA147E
Black with #CA147E
Text Example
Text Example
White with #CA147E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA147E; }
p { color: rgb(202,20,126); }
H1.HeaderClassName
{
color: #CA147E;
}
.AnyTagClassName
{
color: #CA147E;
}
</style>
background-color css
<style>
a { background-color: #CA147E; }
a { background-color: rgb(202,20,126); }
div.DivClassName
{
background-color: #CA147E;
}
.BgClassName
{
background-color: #CA147E;
}
</style>
border-color css
<style>
span { border-color: #CA147E; }
span { border-color: rgb(202,20,126); }
td.TdClassName
{
border-color: #CA147E;
}
.TagClassName
{
border-color: #CA147E;
}
</style>