Shades of Medium Violet Red #CA0982
Tints of Medium Violet Red #CA0982
RGB
CMYK
RGB Variations
Color information
#CA0982 (or 0xCA0982) is known color: Medium Violet Red. HEX triplet: CA, 09 and 82. RGB value is (202,9,130). Sum of RGB (Red+Green+Blue) = 202+9+130=341 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.24% from 341); Green value is 9 (3.91% from 255 or 2.64% from 341); Blue value is 130 (51.17% from 255 or 38.12% from 341); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0982 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0982 is #35F67D. Grayscale: #505050. Windows color (decimal): -3536510 or 8522186. OLE color: 8522186.
HSL color Cylindrical-coordinate representation of color #CA0982: hue angle of 322.38º 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 #CA0982 is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 9 | 130 | - |
| CMYK | 0 | 0.96 | 0.36 | 0.21 |
| HSL | 322.38º | 0.91% | 0.41% | - |
| HSV(B) | 322.38º | 0.96% | 0.79% | - |
| XYZ | 28.48 | 14.36 | 22.39 | - |
| YUV | 80.5 | 155.94 | 214.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 9 | 130 | 0 | 0.96 | 0.36 | 0.21 | 322.38 | 0.91 | 0.41 |
| Hex | CA | 9 | 82 | 0 | 60 | 24 | 15 | 142 | 5B | 29 |
| Octal | 312 | 11 | 202 | 0 | 140 | 44 | 25 | 502 | 133 | 51 |
| Binary | 11001010 | 1001 | 10000010 | 0 | 1100000 | 100100 | 10101 | 101000010 | 1011011 | 101001 |
Color Harmonies of #CA0982
Complementary color
Monochromatic Colors of #CA0982
Black with #CA0982
Text Example
Text Example
White with #CA0982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0982; }
p { color: rgb(202,9,130); }
H1.HeaderClassName
{
color: #CA0982;
}
.AnyTagClassName
{
color: #CA0982;
}
</style>
background-color css
<style>
a { background-color: #CA0982; }
a { background-color: rgb(202,9,130); }
div.DivClassName
{
background-color: #CA0982;
}
.BgClassName
{
background-color: #CA0982;
}
</style>
border-color css
<style>
span { border-color: #CA0982; }
span { border-color: rgb(202,9,130); }
td.TdClassName
{
border-color: #CA0982;
}
.TagClassName
{
border-color: #CA0982;
}
</style>