Shades of Medium Red Violet #C226AC
Tints of Medium Red Violet #C226AC
RGB
CMYK
RGB Variations
Color information
#C226AC (or 0xC226AC) is known color: Medium Red Violet. HEX triplet: C2, 26 and AC. RGB value is (194,38,172). Sum of RGB (Red+Green+Blue) = 194+38+172=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 38 (15.23% from 255 or 9.41% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C226AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C226AC is #3DD953. Grayscale: #636363. Windows color (decimal): -4053332 or 11282114. OLE color: 11282114.
HSL color Cylindrical-coordinate representation of color #C226AC: hue angle of 308.46º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C226AC is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 38 | 172 | - |
| CMYK | 0 | 0.80 | 0.11 | 0.24 |
| HSL | 308.46º | 0.67% | 0.45% | - |
| HSV(B) | 308.46º | 0.8% | 0.76% | - |
| XYZ | 30.39 | 15.83 | 40.48 | - |
| YUV | 99.92 | 168.68 | 195.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 38 | 172 | 0 | 0.80 | 0.11 | 0.24 | 308.46 | 0.67 | 0.45 |
| Hex | C2 | 26 | AC | 0 | 50 | B | 18 | 134 | 43 | 2D |
| Octal | 302 | 46 | 254 | 0 | 120 | 13 | 30 | 464 | 103 | 55 |
| Binary | 11000010 | 100110 | 10101100 | 0 | 1010000 | 1011 | 11000 | 100110100 | 1000011 | 101101 |
Color Harmonies of #C226AC
Complementary color
Monochromatic Colors of #C226AC
Black with #C226AC
Text Example
Text Example
White with #C226AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C226AC; }
p { color: rgb(194,38,172); }
H1.HeaderClassName
{
color: #C226AC;
}
.AnyTagClassName
{
color: #C226AC;
}
</style>
background-color css
<style>
a { background-color: #C226AC; }
a { background-color: rgb(194,38,172); }
div.DivClassName
{
background-color: #C226AC;
}
.BgClassName
{
background-color: #C226AC;
}
</style>
border-color css
<style>
span { border-color: #C226AC; }
span { border-color: rgb(194,38,172); }
td.TdClassName
{
border-color: #C226AC;
}
.TagClassName
{
border-color: #C226AC;
}
</style>