Shades of Medium Violet Red #CA2698
Tints of Medium Violet Red #CA2698
RGB
CMYK
RGB Variations
Color information
#CA2698 (or 0xCA2698) is known color: Medium Violet Red. HEX triplet: CA, 26 and 98. RGB value is (202,38,152). Sum of RGB (Red+Green+Blue) = 202+38+152=392 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.53% from 392); Green value is 38 (15.23% from 255 or 9.69% from 392); Blue value is 152 (59.77% from 255 or 38.78% from 392); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2698 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2698 is #35D967. Grayscale: #636363. Windows color (decimal): -3529064 or 9971402. OLE color: 9971402.
HSL color Cylindrical-coordinate representation of color #CA2698: hue angle of 318.29º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA2698 is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 38 | 152 | - |
| CMYK | 0 | 0.81 | 0.25 | 0.21 |
| HSL | 318.29º | 0.68% | 0.47% | - |
| HSV(B) | 318.29º | 0.81% | 0.79% | - |
| XYZ | 30.72 | 16.21 | 31.22 | - |
| YUV | 100.03 | 157.33 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 38 | 152 | 0 | 0.81 | 0.25 | 0.21 | 318.29 | 0.68 | 0.47 |
| Hex | CA | 26 | 98 | 0 | 51 | 19 | 15 | 13E | 44 | 2F |
| Octal | 312 | 46 | 230 | 0 | 121 | 31 | 25 | 476 | 104 | 57 |
| Binary | 11001010 | 100110 | 10011000 | 0 | 1010001 | 11001 | 10101 | 100111110 | 1000100 | 101111 |
Color Harmonies of #CA2698
Complementary color
Monochromatic Colors of #CA2698
Black with #CA2698
Text Example
Text Example
White with #CA2698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2698; }
p { color: rgb(202,38,152); }
H1.HeaderClassName
{
color: #CA2698;
}
.AnyTagClassName
{
color: #CA2698;
}
</style>
background-color css
<style>
a { background-color: #CA2698; }
a { background-color: rgb(202,38,152); }
div.DivClassName
{
background-color: #CA2698;
}
.BgClassName
{
background-color: #CA2698;
}
</style>
border-color css
<style>
span { border-color: #CA2698; }
span { border-color: rgb(202,38,152); }
td.TdClassName
{
border-color: #CA2698;
}
.TagClassName
{
border-color: #CA2698;
}
</style>