Shades of Fuchsia #C15AA9
Tints of Fuchsia #C15AA9
RGB
CMYK
RGB Variations
Color information
#C15AA9 (or 0xC15AA9) is known color: Fuchsia. HEX triplet: C1, 5A and A9. RGB value is (193,90,169). Sum of RGB (Red+Green+Blue) = 193+90+169=452 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.70% from 452); Green value is 90 (35.55% from 255 or 19.91% from 452); Blue value is 169 (66.41% from 255 or 37.39% from 452); Max value from RGB is 193 - color contains mainly: red. Hex color #C15AA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15AA9 is #3EA556. Grayscale: #818181. Windows color (decimal): -4105559 or 11098817. OLE color: 11098817.
HSL color Cylindrical-coordinate representation of color #C15AA9: hue angle of 313.98º 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 #C15AA9 is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 90 | 169 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.24 |
| HSL | 313.98º | 0.45% | 0.55% | - |
| HSV(B) | 313.98º | 0.53% | 0.76% | - |
| XYZ | 32.81 | 21.51 | 39.96 | - |
| YUV | 129.8 | 150.12 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 90 | 169 | 0 | 0.53 | 0.12 | 0.24 | 313.98 | 0.45 | 0.55 |
| Hex | C1 | 5A | A9 | 0 | 35 | C | 18 | 13A | 2D | 37 |
| Octal | 301 | 132 | 251 | 0 | 65 | 14 | 30 | 472 | 55 | 67 |
| Binary | 11000001 | 1011010 | 10101001 | 0 | 110101 | 1100 | 11000 | 100111010 | 101101 | 110111 |
Color Harmonies of #C15AA9
Complementary color
Monochromatic Colors of #C15AA9
Black with #C15AA9
Text Example
Text Example
White with #C15AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15AA9; }
p { color: rgb(193,90,169); }
H1.HeaderClassName
{
color: #C15AA9;
}
.AnyTagClassName
{
color: #C15AA9;
}
</style>
background-color css
<style>
a { background-color: #C15AA9; }
a { background-color: rgb(193,90,169); }
div.DivClassName
{
background-color: #C15AA9;
}
.BgClassName
{
background-color: #C15AA9;
}
</style>
border-color css
<style>
span { border-color: #C15AA9; }
span { border-color: rgb(193,90,169); }
td.TdClassName
{
border-color: #C15AA9;
}
.TagClassName
{
border-color: #C15AA9;
}
</style>