Shades of Fuchsia #C15AAE
Tints of Fuchsia #C15AAE
RGB
CMYK
RGB Variations
Color information
#C15AAE (or 0xC15AAE) is known color: Fuchsia. HEX triplet: C1, 5A and AE. RGB value is (193,90,174). Sum of RGB (Red+Green+Blue) = 193+90+174=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 90 (35.55% from 255 or 19.69% from 457); Blue value is 174 (68.36% from 255 or 38.07% from 457); Max value from RGB is 193 - color contains mainly: red. Hex color #C15AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15AAE is #3EA551. Grayscale: #828282. Windows color (decimal): -4105554 or 11426497. OLE color: 11426497.
HSL color Cylindrical-coordinate representation of color #C15AAE: hue angle of 311.07º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C15AAE is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 90 | 174 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.24 |
| HSL | 311.07º | 0.45% | 0.55% | - |
| HSV(B) | 311.07º | 0.53% | 0.76% | - |
| XYZ | 33.29 | 21.71 | 42.48 | - |
| YUV | 130.37 | 152.62 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 90 | 174 | 0 | 0.53 | 0.10 | 0.24 | 311.07 | 0.45 | 0.55 |
| Hex | C1 | 5A | AE | 0 | 35 | A | 18 | 137 | 2D | 37 |
| Octal | 301 | 132 | 256 | 0 | 65 | 12 | 30 | 467 | 55 | 67 |
| Binary | 11000001 | 1011010 | 10101110 | 0 | 110101 | 1010 | 11000 | 100110111 | 101101 | 110111 |
Color Harmonies of #C15AAE
Complementary color
Monochromatic Colors of #C15AAE
Black with #C15AAE
Text Example
Text Example
White with #C15AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15AAE; }
p { color: rgb(193,90,174); }
H1.HeaderClassName
{
color: #C15AAE;
}
.AnyTagClassName
{
color: #C15AAE;
}
</style>
background-color css
<style>
a { background-color: #C15AAE; }
a { background-color: rgb(193,90,174); }
div.DivClassName
{
background-color: #C15AAE;
}
.BgClassName
{
background-color: #C15AAE;
}
</style>
border-color css
<style>
span { border-color: #C15AAE; }
span { border-color: rgb(193,90,174); }
td.TdClassName
{
border-color: #C15AAE;
}
.TagClassName
{
border-color: #C15AAE;
}
</style>