Shades of Medium Violet Red #CA1298
Tints of Medium Violet Red #CA1298
RGB
CMYK
RGB Variations
Color information
#CA1298 (or 0xCA1298) is known color: Medium Violet Red. HEX triplet: CA, 12 and 98. RGB value is (202,18,152). Sum of RGB (Red+Green+Blue) = 202+18+152=372 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.30% from 372); Green value is 18 (7.42% from 255 or 4.84% from 372); Blue value is 152 (59.77% from 255 or 40.86% from 372); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1298 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1298 is #35ED67. Grayscale: #575757. Windows color (decimal): -3534184 or 9966282. OLE color: 9966282.
HSL color Cylindrical-coordinate representation of color #CA1298: hue angle of 316.3º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA1298 is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 18 | 152 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.21 |
| HSL | 316.3º | 0.84% | 0.43% | - |
| HSV(B) | 316.3º | 0.91% | 0.79% | - |
| XYZ | 30.24 | 15.26 | 31.06 | - |
| YUV | 88.29 | 163.96 | 209.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 18 | 152 | 0 | 0.91 | 0.25 | 0.21 | 316.3 | 0.84 | 0.43 |
| Hex | CA | 12 | 98 | 0 | 5B | 19 | 15 | 13C | 54 | 2B |
| Octal | 312 | 22 | 230 | 0 | 133 | 31 | 25 | 474 | 124 | 53 |
| Binary | 11001010 | 10010 | 10011000 | 0 | 1011011 | 11001 | 10101 | 100111100 | 1010100 | 101011 |
Color Harmonies of #CA1298
Complementary color
Monochromatic Colors of #CA1298
Black with #CA1298
Text Example
Text Example
White with #CA1298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1298; }
p { color: rgb(202,18,152); }
H1.HeaderClassName
{
color: #CA1298;
}
.AnyTagClassName
{
color: #CA1298;
}
</style>
background-color css
<style>
a { background-color: #CA1298; }
a { background-color: rgb(202,18,152); }
div.DivClassName
{
background-color: #CA1298;
}
.BgClassName
{
background-color: #CA1298;
}
</style>
border-color css
<style>
span { border-color: #CA1298; }
span { border-color: rgb(202,18,152); }
td.TdClassName
{
border-color: #CA1298;
}
.TagClassName
{
border-color: #CA1298;
}
</style>