Shades of Medium Violet Red #CA218B
Tints of Medium Violet Red #CA218B
RGB
CMYK
RGB Variations
Color information
#CA218B (or 0xCA218B) is known color: Medium Violet Red. HEX triplet: CA, 21 and 8B. RGB value is (202,33,139). Sum of RGB (Red+Green+Blue) = 202+33+139=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 33 (13.28% from 255 or 8.82% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CA218B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA218B is #35DE74. Grayscale: #5F5F5F. Windows color (decimal): -3530357 or 9118154. OLE color: 9118154.
HSL color Cylindrical-coordinate representation of color #CA218B: hue angle of 322.37º 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 #CA218B is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 33 | 139 | - |
| CMYK | 0 | 0.84 | 0.31 | 0.21 |
| HSL | 322.37º | 0.72% | 0.46% | - |
| HSV(B) | 322.37º | 0.84% | 0.79% | - |
| XYZ | 29.56 | 15.51 | 25.86 | - |
| YUV | 95.62 | 152.49 | 203.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 33 | 139 | 0 | 0.84 | 0.31 | 0.21 | 322.37 | 0.72 | 0.46 |
| Hex | CA | 21 | 8B | 0 | 54 | 1F | 15 | 142 | 48 | 2E |
| Octal | 312 | 41 | 213 | 0 | 124 | 37 | 25 | 502 | 110 | 56 |
| Binary | 11001010 | 100001 | 10001011 | 0 | 1010100 | 11111 | 10101 | 101000010 | 1001000 | 101110 |
Color Harmonies of #CA218B
Complementary color
Monochromatic Colors of #CA218B
Black with #CA218B
Text Example
Text Example
White with #CA218B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA218B; }
p { color: rgb(202,33,139); }
H1.HeaderClassName
{
color: #CA218B;
}
.AnyTagClassName
{
color: #CA218B;
}
</style>
background-color css
<style>
a { background-color: #CA218B; }
a { background-color: rgb(202,33,139); }
div.DivClassName
{
background-color: #CA218B;
}
.BgClassName
{
background-color: #CA218B;
}
</style>
border-color css
<style>
span { border-color: #CA218B; }
span { border-color: rgb(202,33,139); }
td.TdClassName
{
border-color: #CA218B;
}
.TagClassName
{
border-color: #CA218B;
}
</style>