Shades of Medium Red Violet #C228AA
Tints of Medium Red Violet #C228AA
RGB
CMYK
RGB Variations
Color information
#C228AA (or 0xC228AA) is known color: Medium Red Violet. HEX triplet: C2, 28 and AA. RGB value is (194,40,170). Sum of RGB (Red+Green+Blue) = 194+40+170=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 40 (16.02% from 255 or 9.90% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C228AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C228AA is #3DD755. Grayscale: #646464. Windows color (decimal): -4052822 or 11151554. OLE color: 11151554.
HSL color Cylindrical-coordinate representation of color #C228AA: hue angle of 309.35º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C228AA is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 40 | 170 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.24 |
| HSL | 309.35º | 0.66% | 0.46% | - |
| HSV(B) | 309.35º | 0.79% | 0.76% | - |
| XYZ | 30.26 | 15.89 | 39.5 | - |
| YUV | 100.87 | 167.02 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 40 | 170 | 0 | 0.79 | 0.12 | 0.24 | 309.35 | 0.66 | 0.46 |
| Hex | C2 | 28 | AA | 0 | 4F | C | 18 | 135 | 42 | 2E |
| Octal | 302 | 50 | 252 | 0 | 117 | 14 | 30 | 465 | 102 | 56 |
| Binary | 11000010 | 101000 | 10101010 | 0 | 1001111 | 1100 | 11000 | 100110101 | 1000010 | 101110 |
Color Harmonies of #C228AA
Complementary color
Monochromatic Colors of #C228AA
Black with #C228AA
Text Example
Text Example
White with #C228AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C228AA; }
p { color: rgb(194,40,170); }
H1.HeaderClassName
{
color: #C228AA;
}
.AnyTagClassName
{
color: #C228AA;
}
</style>
background-color css
<style>
a { background-color: #C228AA; }
a { background-color: rgb(194,40,170); }
div.DivClassName
{
background-color: #C228AA;
}
.BgClassName
{
background-color: #C228AA;
}
</style>
border-color css
<style>
span { border-color: #C228AA; }
span { border-color: rgb(194,40,170); }
td.TdClassName
{
border-color: #C228AA;
}
.TagClassName
{
border-color: #C228AA;
}
</style>