Shades of Medium Violet Red #CA0898
Tints of Medium Violet Red #CA0898
RGB
CMYK
RGB Variations
Color information
#CA0898 (or 0xCA0898) is known color: Medium Violet Red. HEX triplet: CA, 08 and 98. RGB value is (202,8,152). Sum of RGB (Red+Green+Blue) = 202+8+152=362 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.80% from 362); Green value is 8 (3.52% from 255 or 2.21% from 362); Blue value is 152 (59.77% from 255 or 41.99% from 362); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0898 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0898 is #35F767. Grayscale: #525252. Windows color (decimal): -3536744 or 9963722. OLE color: 9963722.
HSL color Cylindrical-coordinate representation of color #CA0898: hue angle of 315.46º degrees, saturation: 0.92, 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 #CA0898 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 8 | 152 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.21 |
| HSL | 315.46º | 0.92% | 0.41% | - |
| HSV(B) | 315.46º | 0.96% | 0.79% | - |
| XYZ | 30.11 | 15 | 31.01 | - |
| YUV | 82.42 | 167.27 | 213.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 8 | 152 | 0 | 0.96 | 0.25 | 0.21 | 315.46 | 0.92 | 0.41 |
| Hex | CA | 8 | 98 | 0 | 60 | 19 | 15 | 13B | 5C | 29 |
| Octal | 312 | 10 | 230 | 0 | 140 | 31 | 25 | 473 | 134 | 51 |
| Binary | 11001010 | 1000 | 10011000 | 0 | 1100000 | 11001 | 10101 | 100111011 | 1011100 | 101001 |
Color Harmonies of #CA0898
Complementary color
Monochromatic Colors of #CA0898
Black with #CA0898
Text Example
Text Example
White with #CA0898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0898; }
p { color: rgb(202,8,152); }
H1.HeaderClassName
{
color: #CA0898;
}
.AnyTagClassName
{
color: #CA0898;
}
</style>
background-color css
<style>
a { background-color: #CA0898; }
a { background-color: rgb(202,8,152); }
div.DivClassName
{
background-color: #CA0898;
}
.BgClassName
{
background-color: #CA0898;
}
</style>
border-color css
<style>
span { border-color: #CA0898; }
span { border-color: rgb(202,8,152); }
td.TdClassName
{
border-color: #CA0898;
}
.TagClassName
{
border-color: #CA0898;
}
</style>