Shades of Medium Violet Red #CA227F
Tints of Medium Violet Red #CA227F
RGB
CMYK
RGB Variations
Color information
#CA227F (or 0xCA227F) is known color: Medium Violet Red. HEX triplet: CA, 22 and 7F. RGB value is (202,34,127). Sum of RGB (Red+Green+Blue) = 202+34+127=363 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.65% from 363); Green value is 34 (13.67% from 255 or 9.37% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 202 - color contains mainly: red. Hex color #CA227F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA227F is #35DD80. Grayscale: #5E5E5E. Windows color (decimal): -3530113 or 8331978. OLE color: 8331978.
HSL color Cylindrical-coordinate representation of color #CA227F: hue angle of 326.79º 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 #CA227F is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 34 | 127 | - |
| CMYK | 0 | 0.83 | 0.37 | 0.21 |
| HSL | 326.79º | 0.71% | 0.46% | - |
| HSV(B) | 326.79º | 0.83% | 0.79% | - |
| XYZ | 28.76 | 15.23 | 21.5 | - |
| YUV | 94.83 | 146.16 | 204.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 34 | 127 | 0 | 0.83 | 0.37 | 0.21 | 326.79 | 0.71 | 0.46 |
| Hex | CA | 22 | 7F | 0 | 53 | 25 | 15 | 147 | 47 | 2E |
| Octal | 312 | 42 | 177 | 0 | 123 | 45 | 25 | 507 | 107 | 56 |
| Binary | 11001010 | 100010 | 1111111 | 0 | 1010011 | 100101 | 10101 | 101000111 | 1000111 | 101110 |
Color Harmonies of #CA227F
Complementary color
Monochromatic Colors of #CA227F
Black with #CA227F
Text Example
Text Example
White with #CA227F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA227F; }
p { color: rgb(202,34,127); }
H1.HeaderClassName
{
color: #CA227F;
}
.AnyTagClassName
{
color: #CA227F;
}
</style>
background-color css
<style>
a { background-color: #CA227F; }
a { background-color: rgb(202,34,127); }
div.DivClassName
{
background-color: #CA227F;
}
.BgClassName
{
background-color: #CA227F;
}
</style>
border-color css
<style>
span { border-color: #CA227F; }
span { border-color: rgb(202,34,127); }
td.TdClassName
{
border-color: #CA227F;
}
.TagClassName
{
border-color: #CA227F;
}
</style>