Shades of Medium Violet Red #CA0983
Tints of Medium Violet Red #CA0983
RGB
CMYK
RGB Variations
Color information
#CA0983 (or 0xCA0983) is known color: Medium Violet Red. HEX triplet: CA, 09 and 83. RGB value is (202,9,131). Sum of RGB (Red+Green+Blue) = 202+9+131=342 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.06% from 342); Green value is 9 (3.91% from 255 or 2.63% from 342); Blue value is 131 (51.56% from 255 or 38.30% from 342); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0983 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0983 is #35F67C. Grayscale: #505050. Windows color (decimal): -3536509 or 8587722. OLE color: 8587722.
HSL color Cylindrical-coordinate representation of color #CA0983: hue angle of 322.07º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA0983 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 9 | 131 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.21 |
| HSL | 322.07º | 0.91% | 0.41% | - |
| HSV(B) | 322.07º | 0.96% | 0.79% | - |
| XYZ | 28.55 | 14.39 | 22.75 | - |
| YUV | 80.62 | 156.44 | 214.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 9 | 131 | 0 | 0.96 | 0.35 | 0.21 | 322.07 | 0.91 | 0.41 |
| Hex | CA | 9 | 83 | 0 | 60 | 23 | 15 | 142 | 5B | 29 |
| Octal | 312 | 11 | 203 | 0 | 140 | 43 | 25 | 502 | 133 | 51 |
| Binary | 11001010 | 1001 | 10000011 | 0 | 1100000 | 100011 | 10101 | 101000010 | 1011011 | 101001 |
Color Harmonies of #CA0983
Complementary color
Monochromatic Colors of #CA0983
Black with #CA0983
Text Example
Text Example
White with #CA0983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0983; }
p { color: rgb(202,9,131); }
H1.HeaderClassName
{
color: #CA0983;
}
.AnyTagClassName
{
color: #CA0983;
}
</style>
background-color css
<style>
a { background-color: #CA0983; }
a { background-color: rgb(202,9,131); }
div.DivClassName
{
background-color: #CA0983;
}
.BgClassName
{
background-color: #CA0983;
}
</style>
border-color css
<style>
span { border-color: #CA0983; }
span { border-color: rgb(202,9,131); }
td.TdClassName
{
border-color: #CA0983;
}
.TagClassName
{
border-color: #CA0983;
}
</style>