Shades of Medium Violet Red #CA218E
Tints of Medium Violet Red #CA218E
RGB
CMYK
RGB Variations
Color information
#CA218E (or 0xCA218E) is known color: Medium Violet Red. HEX triplet: CA, 21 and 8E. RGB value is (202,33,142). Sum of RGB (Red+Green+Blue) = 202+33+142=377 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.58% from 377); Green value is 33 (13.28% from 255 or 8.75% from 377); Blue value is 142 (55.86% from 255 or 37.67% from 377); Max value from RGB is 202 - color contains mainly: red. Hex color #CA218E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA218E is #35DE71. Grayscale: #5F5F5F. Windows color (decimal): -3530354 or 9314762. OLE color: 9314762.
HSL color Cylindrical-coordinate representation of color #CA218E: hue angle of 321.3º 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 #CA218E is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 33 | 142 | - |
| CMYK | 0 | 0.84 | 0.30 | 0.21 |
| HSL | 321.3º | 0.72% | 0.46% | - |
| HSV(B) | 321.3º | 0.84% | 0.79% | - |
| XYZ | 29.78 | 15.6 | 27.03 | - |
| YUV | 95.96 | 153.99 | 203.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 33 | 142 | 0 | 0.84 | 0.30 | 0.21 | 321.3 | 0.72 | 0.46 |
| Hex | CA | 21 | 8E | 0 | 54 | 1E | 15 | 141 | 48 | 2E |
| Octal | 312 | 41 | 216 | 0 | 124 | 36 | 25 | 501 | 110 | 56 |
| Binary | 11001010 | 100001 | 10001110 | 0 | 1010100 | 11110 | 10101 | 101000001 | 1001000 | 101110 |
Color Harmonies of #CA218E
Complementary color
Monochromatic Colors of #CA218E
Black with #CA218E
Text Example
Text Example
White with #CA218E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA218E; }
p { color: rgb(202,33,142); }
H1.HeaderClassName
{
color: #CA218E;
}
.AnyTagClassName
{
color: #CA218E;
}
</style>
background-color css
<style>
a { background-color: #CA218E; }
a { background-color: rgb(202,33,142); }
div.DivClassName
{
background-color: #CA218E;
}
.BgClassName
{
background-color: #CA218E;
}
</style>
border-color css
<style>
span { border-color: #CA218E; }
span { border-color: rgb(202,33,142); }
td.TdClassName
{
border-color: #CA218E;
}
.TagClassName
{
border-color: #CA218E;
}
</style>