Shades of Medium Red Violet #C227AB
Tints of Medium Red Violet #C227AB
RGB
CMYK
RGB Variations
Color information
#C227AB (or 0xC227AB) is known color: Medium Red Violet. HEX triplet: C2, 27 and AB. RGB value is (194,39,171). Sum of RGB (Red+Green+Blue) = 194+39+171=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 39 (15.62% from 255 or 9.65% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C227AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C227AB is #3DD854. Grayscale: #646464. Windows color (decimal): -4053077 or 11216834. OLE color: 11216834.
HSL color Cylindrical-coordinate representation of color #C227AB: hue angle of 308.9º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C227AB is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 39 | 171 | - |
| CMYK | 0 | 0.80 | 0.12 | 0.24 |
| HSL | 308.9º | 0.67% | 0.46% | - |
| HSV(B) | 308.9º | 0.8% | 0.76% | - |
| XYZ | 30.32 | 15.86 | 39.99 | - |
| YUV | 100.39 | 167.85 | 194.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 39 | 171 | 0 | 0.80 | 0.12 | 0.24 | 308.9 | 0.67 | 0.46 |
| Hex | C2 | 27 | AB | 0 | 50 | C | 18 | 135 | 43 | 2E |
| Octal | 302 | 47 | 253 | 0 | 120 | 14 | 30 | 465 | 103 | 56 |
| Binary | 11000010 | 100111 | 10101011 | 0 | 1010000 | 1100 | 11000 | 100110101 | 1000011 | 101110 |
Color Harmonies of #C227AB
Complementary color
Monochromatic Colors of #C227AB
Black with #C227AB
Text Example
Text Example
White with #C227AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C227AB; }
p { color: rgb(194,39,171); }
H1.HeaderClassName
{
color: #C227AB;
}
.AnyTagClassName
{
color: #C227AB;
}
</style>
background-color css
<style>
a { background-color: #C227AB; }
a { background-color: rgb(194,39,171); }
div.DivClassName
{
background-color: #C227AB;
}
.BgClassName
{
background-color: #C227AB;
}
</style>
border-color css
<style>
span { border-color: #C227AB; }
span { border-color: rgb(194,39,171); }
td.TdClassName
{
border-color: #C227AB;
}
.TagClassName
{
border-color: #C227AB;
}
</style>