Shades of Medium Violet Red #CA1083
Tints of Medium Violet Red #CA1083
RGB
CMYK
RGB Variations
Color information
#CA1083 (or 0xCA1083) is known color: Medium Violet Red. HEX triplet: CA, 10 and 83. RGB value is (202,16,131). Sum of RGB (Red+Green+Blue) = 202+16+131=349 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.88% from 349); Green value is 16 (6.64% from 255 or 4.58% from 349); Blue value is 131 (51.56% from 255 or 37.54% from 349); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1083 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1083 is #35EF7C. Grayscale: #545454. Windows color (decimal): -3534717 or 8589514. OLE color: 8589514.
HSL color Cylindrical-coordinate representation of color #CA1083: hue angle of 322.9º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA1083 is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 16 | 131 | - |
| CMYK | 0 | 0.92 | 0.35 | 0.21 |
| HSL | 322.9º | 0.85% | 0.43% | - |
| HSV(B) | 322.9º | 0.92% | 0.79% | - |
| XYZ | 28.64 | 14.57 | 22.77 | - |
| YUV | 84.72 | 154.12 | 211.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 16 | 131 | 0 | 0.92 | 0.35 | 0.21 | 322.9 | 0.85 | 0.43 |
| Hex | CA | 10 | 83 | 0 | 5C | 23 | 15 | 143 | 55 | 2B |
| Octal | 312 | 20 | 203 | 0 | 134 | 43 | 25 | 503 | 125 | 53 |
| Binary | 11001010 | 10000 | 10000011 | 0 | 1011100 | 100011 | 10101 | 101000011 | 1010101 | 101011 |
Color Harmonies of #CA1083
Complementary color
Monochromatic Colors of #CA1083
Black with #CA1083
Text Example
Text Example
White with #CA1083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1083; }
p { color: rgb(202,16,131); }
H1.HeaderClassName
{
color: #CA1083;
}
.AnyTagClassName
{
color: #CA1083;
}
</style>
background-color css
<style>
a { background-color: #CA1083; }
a { background-color: rgb(202,16,131); }
div.DivClassName
{
background-color: #CA1083;
}
.BgClassName
{
background-color: #CA1083;
}
</style>
border-color css
<style>
span { border-color: #CA1083; }
span { border-color: rgb(202,16,131); }
td.TdClassName
{
border-color: #CA1083;
}
.TagClassName
{
border-color: #CA1083;
}
</style>