Shades of Medium Violet Red #CA1682
Tints of Medium Violet Red #CA1682
RGB
CMYK
RGB Variations
Color information
#CA1682 (or 0xCA1682) is known color: Medium Violet Red. HEX triplet: CA, 16 and 82. RGB value is (202,22,130). Sum of RGB (Red+Green+Blue) = 202+22+130=354 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.06% from 354); Green value is 22 (8.98% from 255 or 6.21% from 354); Blue value is 130 (51.17% from 255 or 36.72% from 354); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1682 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1682 is #35E97D. Grayscale: #575757. Windows color (decimal): -3533182 or 8525514. OLE color: 8525514.
HSL color Cylindrical-coordinate representation of color #CA1682: hue angle of 324º 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 #CA1682 is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 22 | 130 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.21 |
| HSL | 324º | 0.8% | 0.44% | - |
| HSV(B) | 324º | 0.89% | 0.79% | - |
| XYZ | 28.67 | 14.74 | 22.45 | - |
| YUV | 88.13 | 151.63 | 209.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 22 | 130 | 0 | 0.89 | 0.36 | 0.21 | 324 | 0.8 | 0.44 |
| Hex | CA | 16 | 82 | 0 | 59 | 24 | 15 | 144 | 50 | 2C |
| Octal | 312 | 26 | 202 | 0 | 131 | 44 | 25 | 504 | 120 | 54 |
| Binary | 11001010 | 10110 | 10000010 | 0 | 1011001 | 100100 | 10101 | 101000100 | 1010000 | 101100 |
Color Harmonies of #CA1682
Complementary color
Monochromatic Colors of #CA1682
Black with #CA1682
Text Example
Text Example
White with #CA1682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1682; }
p { color: rgb(202,22,130); }
H1.HeaderClassName
{
color: #CA1682;
}
.AnyTagClassName
{
color: #CA1682;
}
</style>
background-color css
<style>
a { background-color: #CA1682; }
a { background-color: rgb(202,22,130); }
div.DivClassName
{
background-color: #CA1682;
}
.BgClassName
{
background-color: #CA1682;
}
</style>
border-color css
<style>
span { border-color: #CA1682; }
span { border-color: rgb(202,22,130); }
td.TdClassName
{
border-color: #CA1682;
}
.TagClassName
{
border-color: #CA1682;
}
</style>