Shades of Medium Violet Red #CA227B
Tints of Medium Violet Red #CA227B
RGB
CMYK
RGB Variations
Color information
#CA227B (or 0xCA227B) is known color: Medium Violet Red. HEX triplet: CA, 22 and 7B. RGB value is (202,34,123). Sum of RGB (Red+Green+Blue) = 202+34+123=359 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.27% from 359); Green value is 34 (13.67% from 255 or 9.47% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 202 - color contains mainly: red. Hex color #CA227B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA227B is #35DD84. Grayscale: #5E5E5E. Windows color (decimal): -3530117 or 8069834. OLE color: 8069834.
HSL color Cylindrical-coordinate representation of color #CA227B: hue angle of 328.21º 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 #CA227B is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 34 | 123 | - |
| CMYK | 0 | 0.83 | 0.39 | 0.21 |
| HSL | 328.21º | 0.71% | 0.46% | - |
| HSV(B) | 328.21º | 0.83% | 0.79% | - |
| XYZ | 28.5 | 15.13 | 20.16 | - |
| YUV | 94.38 | 144.16 | 204.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 34 | 123 | 0 | 0.83 | 0.39 | 0.21 | 328.21 | 0.71 | 0.46 |
| Hex | CA | 22 | 7B | 0 | 53 | 27 | 15 | 148 | 47 | 2E |
| Octal | 312 | 42 | 173 | 0 | 123 | 47 | 25 | 510 | 107 | 56 |
| Binary | 11001010 | 100010 | 1111011 | 0 | 1010011 | 100111 | 10101 | 101001000 | 1000111 | 101110 |
Color Harmonies of #CA227B
Complementary color
Monochromatic Colors of #CA227B
Black with #CA227B
Text Example
Text Example
White with #CA227B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA227B; }
p { color: rgb(202,34,123); }
H1.HeaderClassName
{
color: #CA227B;
}
.AnyTagClassName
{
color: #CA227B;
}
</style>
background-color css
<style>
a { background-color: #CA227B; }
a { background-color: rgb(202,34,123); }
div.DivClassName
{
background-color: #CA227B;
}
.BgClassName
{
background-color: #CA227B;
}
</style>
border-color css
<style>
span { border-color: #CA227B; }
span { border-color: rgb(202,34,123); }
td.TdClassName
{
border-color: #CA227B;
}
.TagClassName
{
border-color: #CA227B;
}
</style>