Shades of Medium Violet Red #CA228E
Tints of Medium Violet Red #CA228E
RGB
CMYK
RGB Variations
Color information
#CA228E (or 0xCA228E) is known color: Medium Violet Red. HEX triplet: CA, 22 and 8E. RGB value is (202,34,142). Sum of RGB (Red+Green+Blue) = 202+34+142=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 34 (13.67% from 255 or 8.99% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CA228E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA228E is #35DD71. Grayscale: #606060. Windows color (decimal): -3530098 or 9315018. OLE color: 9315018.
HSL color Cylindrical-coordinate representation of color #CA228E: hue angle of 321.43º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA228E is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 34 | 142 | - |
| CMYK | 0 | 0.83 | 0.30 | 0.21 |
| HSL | 321.43º | 0.71% | 0.46% | - |
| HSV(B) | 321.43º | 0.83% | 0.79% | - |
| XYZ | 29.81 | 15.65 | 27.04 | - |
| YUV | 96.54 | 153.66 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 34 | 142 | 0 | 0.83 | 0.30 | 0.21 | 321.43 | 0.71 | 0.46 |
| Hex | CA | 22 | 8E | 0 | 53 | 1E | 15 | 141 | 47 | 2E |
| Octal | 312 | 42 | 216 | 0 | 123 | 36 | 25 | 501 | 107 | 56 |
| Binary | 11001010 | 100010 | 10001110 | 0 | 1010011 | 11110 | 10101 | 101000001 | 1000111 | 101110 |
Color Harmonies of #CA228E
Complementary color
Monochromatic Colors of #CA228E
Black with #CA228E
Text Example
Text Example
White with #CA228E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA228E; }
p { color: rgb(202,34,142); }
H1.HeaderClassName
{
color: #CA228E;
}
.AnyTagClassName
{
color: #CA228E;
}
</style>
background-color css
<style>
a { background-color: #CA228E; }
a { background-color: rgb(202,34,142); }
div.DivClassName
{
background-color: #CA228E;
}
.BgClassName
{
background-color: #CA228E;
}
</style>
border-color css
<style>
span { border-color: #CA228E; }
span { border-color: rgb(202,34,142); }
td.TdClassName
{
border-color: #CA228E;
}
.TagClassName
{
border-color: #CA228E;
}
</style>