Shades of Medium Violet Red #CA219D
Tints of Medium Violet Red #CA219D
RGB
CMYK
RGB Variations
Color information
#CA219D (or 0xCA219D) is known color: Medium Violet Red. HEX triplet: CA, 21 and 9D. RGB value is (202,33,157). Sum of RGB (Red+Green+Blue) = 202+33+157=392 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.53% from 392); Green value is 33 (13.28% from 255 or 8.42% from 392); Blue value is 157 (61.72% from 255 or 40.05% from 392); Max value from RGB is 202 - color contains mainly: red. Hex color #CA219D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA219D is #35DE62. Grayscale: #616161. Windows color (decimal): -3530339 or 10297802. OLE color: 10297802.
HSL color Cylindrical-coordinate representation of color #CA219D: hue angle of 315.98º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA219D is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 33 | 157 | - |
| CMYK | 0 | 0.84 | 0.22 | 0.21 |
| HSL | 315.98º | 0.72% | 0.46% | - |
| HSV(B) | 315.98º | 0.84% | 0.79% | - |
| XYZ | 30.99 | 16.08 | 33.37 | - |
| YUV | 97.67 | 161.49 | 202.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 33 | 157 | 0 | 0.84 | 0.22 | 0.21 | 315.98 | 0.72 | 0.46 |
| Hex | CA | 21 | 9D | 0 | 54 | 16 | 15 | 13C | 48 | 2E |
| Octal | 312 | 41 | 235 | 0 | 124 | 26 | 25 | 474 | 110 | 56 |
| Binary | 11001010 | 100001 | 10011101 | 0 | 1010100 | 10110 | 10101 | 100111100 | 1001000 | 101110 |
Color Harmonies of #CA219D
Complementary color
Monochromatic Colors of #CA219D
Black with #CA219D
Text Example
Text Example
White with #CA219D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA219D; }
p { color: rgb(202,33,157); }
H1.HeaderClassName
{
color: #CA219D;
}
.AnyTagClassName
{
color: #CA219D;
}
</style>
background-color css
<style>
a { background-color: #CA219D; }
a { background-color: rgb(202,33,157); }
div.DivClassName
{
background-color: #CA219D;
}
.BgClassName
{
background-color: #CA219D;
}
</style>
border-color css
<style>
span { border-color: #CA219D; }
span { border-color: rgb(202,33,157); }
td.TdClassName
{
border-color: #CA219D;
}
.TagClassName
{
border-color: #CA219D;
}
</style>