Shades of Medium Violet Red #CA098C
Tints of Medium Violet Red #CA098C
RGB
CMYK
RGB Variations
Color information
#CA098C (or 0xCA098C) is known color: Medium Violet Red. HEX triplet: CA, 09 and 8C. RGB value is (202,9,140). Sum of RGB (Red+Green+Blue) = 202+9+140=351 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.55% from 351); Green value is 9 (3.91% from 255 or 2.56% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 202 - color contains mainly: red. Hex color #CA098C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA098C is #35F673. Grayscale: #515151. Windows color (decimal): -3536500 or 9177546. OLE color: 9177546.
HSL color Cylindrical-coordinate representation of color #CA098C: hue angle of 319.27º 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 #CA098C is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 9 | 140 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.21 |
| HSL | 319.27º | 0.91% | 0.41% | - |
| HSV(B) | 319.27º | 0.96% | 0.79% | - |
| XYZ | 29.19 | 14.65 | 26.1 | - |
| YUV | 81.64 | 160.94 | 213.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 9 | 140 | 0 | 0.96 | 0.31 | 0.21 | 319.27 | 0.91 | 0.41 |
| Hex | CA | 9 | 8C | 0 | 60 | 1F | 15 | 13F | 5B | 29 |
| Octal | 312 | 11 | 214 | 0 | 140 | 37 | 25 | 477 | 133 | 51 |
| Binary | 11001010 | 1001 | 10001100 | 0 | 1100000 | 11111 | 10101 | 100111111 | 1011011 | 101001 |
Color Harmonies of #CA098C
Complementary color
Monochromatic Colors of #CA098C
Black with #CA098C
Text Example
Text Example
White with #CA098C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA098C; }
p { color: rgb(202,9,140); }
H1.HeaderClassName
{
color: #CA098C;
}
.AnyTagClassName
{
color: #CA098C;
}
</style>
background-color css
<style>
a { background-color: #CA098C; }
a { background-color: rgb(202,9,140); }
div.DivClassName
{
background-color: #CA098C;
}
.BgClassName
{
background-color: #CA098C;
}
</style>
border-color css
<style>
span { border-color: #CA098C; }
span { border-color: rgb(202,9,140); }
td.TdClassName
{
border-color: #CA098C;
}
.TagClassName
{
border-color: #CA098C;
}
</style>