Shades of Medium Violet Red #CA0098
Tints of Medium Violet Red #CA0098
RGB
CMYK
RGB Variations
Color information
#CA0098 (or 0xCA0098) is known color: Medium Violet Red. HEX triplet: CA, 00 and 98. RGB value is (202,0,152). Sum of RGB (Red+Green+Blue) = 202+0+152=354 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.06% from 354); Green value is 0 (0.39% from 255 or 0% from 354); Blue value is 152 (59.77% from 255 or 42.94% from 354); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0098 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0098 is #35FF67. Grayscale: #4D4D4D. Windows color (decimal): -3538792 or 9961674. OLE color: 9961674.
HSL color Cylindrical-coordinate representation of color #CA0098: hue angle of 314.85º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA0098 is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 0 | 152 | - |
| CMYK | 0 | 1 | 0.25 | 0.21 |
| HSL | 314.85º | 1% | 0.4% | - |
| HSV(B) | 314.85º | 1% | 0.79% | - |
| XYZ | 30.02 | 14.82 | 30.98 | - |
| YUV | 77.73 | 169.92 | 216.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 0 | 152 | 0 | 1 | 0.25 | 0.21 | 314.85 | 1 | 0.4 |
| Hex | CA | 0 | 98 | 0 | 64 | 19 | 15 | 13B | 64 | 28 |
| Octal | 312 | 0 | 230 | 0 | 144 | 31 | 25 | 473 | 144 | 50 |
| Binary | 11001010 | 0 | 10011000 | 0 | 1100100 | 11001 | 10101 | 100111011 | 1100100 | 101000 |
Color Harmonies of #CA0098
Complementary color
Monochromatic Colors of #CA0098
Black with #CA0098
Text Example
Text Example
White with #CA0098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0098; }
p { color: rgb(202,0,152); }
H1.HeaderClassName
{
color: #CA0098;
}
.AnyTagClassName
{
color: #CA0098;
}
</style>
background-color css
<style>
a { background-color: #CA0098; }
a { background-color: rgb(202,0,152); }
div.DivClassName
{
background-color: #CA0098;
}
.BgClassName
{
background-color: #CA0098;
}
</style>
border-color css
<style>
span { border-color: #CA0098; }
span { border-color: rgb(202,0,152); }
td.TdClassName
{
border-color: #CA0098;
}
.TagClassName
{
border-color: #CA0098;
}
</style>