Shades of Medium Violet Red #CA187D
Tints of Medium Violet Red #CA187D
RGB
CMYK
RGB Variations
Color information
#CA187D (or 0xCA187D) is known color: Medium Violet Red. HEX triplet: CA, 18 and 7D. RGB value is (202,24,125). Sum of RGB (Red+Green+Blue) = 202+24+125=351 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.55% from 351); Green value is 24 (9.77% from 255 or 6.84% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 202 - color contains mainly: red. Hex color #CA187D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA187D is #35E782. Grayscale: #585858. Windows color (decimal): -3532675 or 8198346. OLE color: 8198346.
HSL color Cylindrical-coordinate representation of color #CA187D: hue angle of 325.96º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA187D is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 24 | 125 | - |
| CMYK | 0 | 0.88 | 0.38 | 0.21 |
| HSL | 325.96º | 0.79% | 0.44% | - |
| HSV(B) | 325.96º | 0.88% | 0.79% | - |
| XYZ | 28.39 | 14.69 | 20.74 | - |
| YUV | 88.74 | 148.47 | 208.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 24 | 125 | 0 | 0.88 | 0.38 | 0.21 | 325.96 | 0.79 | 0.44 |
| Hex | CA | 18 | 7D | 0 | 58 | 26 | 15 | 146 | 4F | 2C |
| Octal | 312 | 30 | 175 | 0 | 130 | 46 | 25 | 506 | 117 | 54 |
| Binary | 11001010 | 11000 | 1111101 | 0 | 1011000 | 100110 | 10101 | 101000110 | 1001111 | 101100 |
Color Harmonies of #CA187D
Complementary color
Monochromatic Colors of #CA187D
Black with #CA187D
Text Example
Text Example
White with #CA187D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA187D; }
p { color: rgb(202,24,125); }
H1.HeaderClassName
{
color: #CA187D;
}
.AnyTagClassName
{
color: #CA187D;
}
</style>
background-color css
<style>
a { background-color: #CA187D; }
a { background-color: rgb(202,24,125); }
div.DivClassName
{
background-color: #CA187D;
}
.BgClassName
{
background-color: #CA187D;
}
</style>
border-color css
<style>
span { border-color: #CA187D; }
span { border-color: rgb(202,24,125); }
td.TdClassName
{
border-color: #CA187D;
}
.TagClassName
{
border-color: #CA187D;
}
</style>