Shades of Medium Violet Red #CA219B
Tints of Medium Violet Red #CA219B
RGB
CMYK
RGB Variations
Color information
#CA219B (or 0xCA219B) is known color: Medium Violet Red. HEX triplet: CA, 21 and 9B. RGB value is (202,33,155). Sum of RGB (Red+Green+Blue) = 202+33+155=390 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.79% from 390); Green value is 33 (13.28% from 255 or 8.46% from 390); Blue value is 155 (60.94% from 255 or 39.74% from 390); Max value from RGB is 202 - color contains mainly: red. Hex color #CA219B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA219B is #35DE64. Grayscale: #616161. Windows color (decimal): -3530341 or 10166730. OLE color: 10166730.
HSL color Cylindrical-coordinate representation of color #CA219B: hue angle of 316.69º 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 #CA219B is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 33 | 155 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.21 |
| HSL | 316.69º | 0.72% | 0.46% | - |
| HSV(B) | 316.69º | 0.84% | 0.79% | - |
| XYZ | 30.82 | 16.01 | 32.48 | - |
| YUV | 97.44 | 160.49 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 33 | 155 | 0 | 0.84 | 0.23 | 0.21 | 316.69 | 0.72 | 0.46 |
| Hex | CA | 21 | 9B | 0 | 54 | 17 | 15 | 13D | 48 | 2E |
| Octal | 312 | 41 | 233 | 0 | 124 | 27 | 25 | 475 | 110 | 56 |
| Binary | 11001010 | 100001 | 10011011 | 0 | 1010100 | 10111 | 10101 | 100111101 | 1001000 | 101110 |
Color Harmonies of #CA219B
Complementary color
Monochromatic Colors of #CA219B
Black with #CA219B
Text Example
Text Example
White with #CA219B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA219B; }
p { color: rgb(202,33,155); }
H1.HeaderClassName
{
color: #CA219B;
}
.AnyTagClassName
{
color: #CA219B;
}
</style>
background-color css
<style>
a { background-color: #CA219B; }
a { background-color: rgb(202,33,155); }
div.DivClassName
{
background-color: #CA219B;
}
.BgClassName
{
background-color: #CA219B;
}
</style>
border-color css
<style>
span { border-color: #CA219B; }
span { border-color: rgb(202,33,155); }
td.TdClassName
{
border-color: #CA219B;
}
.TagClassName
{
border-color: #CA219B;
}
</style>