Shades of Medium Violet Red #CA1788
Tints of Medium Violet Red #CA1788
RGB
CMYK
RGB Variations
Color information
#CA1788 (or 0xCA1788) is known color: Medium Violet Red. HEX triplet: CA, 17 and 88. RGB value is (202,23,136). Sum of RGB (Red+Green+Blue) = 202+23+136=361 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.96% from 361); Green value is 23 (9.38% from 255 or 6.37% from 361); Blue value is 136 (53.52% from 255 or 37.67% from 361); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1788 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1788 is #35E877. Grayscale: #595959. Windows color (decimal): -3532920 or 8918986. OLE color: 8918986.
HSL color Cylindrical-coordinate representation of color #CA1788: hue angle of 322.12º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA1788 is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 23 | 136 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.21 |
| HSL | 322.12º | 0.8% | 0.44% | - |
| HSV(B) | 322.12º | 0.89% | 0.79% | - |
| XYZ | 29.11 | 14.95 | 24.64 | - |
| YUV | 89.4 | 154.3 | 208.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 23 | 136 | 0 | 0.89 | 0.33 | 0.21 | 322.12 | 0.8 | 0.44 |
| Hex | CA | 17 | 88 | 0 | 59 | 21 | 15 | 142 | 50 | 2C |
| Octal | 312 | 27 | 210 | 0 | 131 | 41 | 25 | 502 | 120 | 54 |
| Binary | 11001010 | 10111 | 10001000 | 0 | 1011001 | 100001 | 10101 | 101000010 | 1010000 | 101100 |
Color Harmonies of #CA1788
Complementary color
Monochromatic Colors of #CA1788
Black with #CA1788
Text Example
Text Example
White with #CA1788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1788; }
p { color: rgb(202,23,136); }
H1.HeaderClassName
{
color: #CA1788;
}
.AnyTagClassName
{
color: #CA1788;
}
</style>
background-color css
<style>
a { background-color: #CA1788; }
a { background-color: rgb(202,23,136); }
div.DivClassName
{
background-color: #CA1788;
}
.BgClassName
{
background-color: #CA1788;
}
</style>
border-color css
<style>
span { border-color: #CA1788; }
span { border-color: rgb(202,23,136); }
td.TdClassName
{
border-color: #CA1788;
}
.TagClassName
{
border-color: #CA1788;
}
</style>