Shades of Fuchsia #C15AAD
Tints of Fuchsia #C15AAD
RGB
CMYK
RGB Variations
Color information
#C15AAD (or 0xC15AAD) is known color: Fuchsia. HEX triplet: C1, 5A and AD. RGB value is (193,90,173). Sum of RGB (Red+Green+Blue) = 193+90+173=456 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.32% from 456); Green value is 90 (35.55% from 255 or 19.74% from 456); Blue value is 173 (67.97% from 255 or 37.94% from 456); Max value from RGB is 193 - color contains mainly: red. Hex color #C15AAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15AAD is #3EA552. Grayscale: #828282. Windows color (decimal): -4105555 or 11360961. OLE color: 11360961.
HSL color Cylindrical-coordinate representation of color #C15AAD: hue angle of 311.65º 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 #C15AAD is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 90 | 173 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.24 |
| HSL | 311.65º | 0.45% | 0.55% | - |
| HSV(B) | 311.65º | 0.53% | 0.76% | - |
| XYZ | 33.19 | 21.67 | 41.97 | - |
| YUV | 130.26 | 152.12 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 90 | 173 | 0 | 0.53 | 0.10 | 0.24 | 311.65 | 0.45 | 0.55 |
| Hex | C1 | 5A | AD | 0 | 35 | A | 18 | 138 | 2D | 37 |
| Octal | 301 | 132 | 255 | 0 | 65 | 12 | 30 | 470 | 55 | 67 |
| Binary | 11000001 | 1011010 | 10101101 | 0 | 110101 | 1010 | 11000 | 100111000 | 101101 | 110111 |
Color Harmonies of #C15AAD
Complementary color
Monochromatic Colors of #C15AAD
Black with #C15AAD
Text Example
Text Example
White with #C15AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15AAD; }
p { color: rgb(193,90,173); }
H1.HeaderClassName
{
color: #C15AAD;
}
.AnyTagClassName
{
color: #C15AAD;
}
</style>
background-color css
<style>
a { background-color: #C15AAD; }
a { background-color: rgb(193,90,173); }
div.DivClassName
{
background-color: #C15AAD;
}
.BgClassName
{
background-color: #C15AAD;
}
</style>
border-color css
<style>
span { border-color: #C15AAD; }
span { border-color: rgb(193,90,173); }
td.TdClassName
{
border-color: #C15AAD;
}
.TagClassName
{
border-color: #C15AAD;
}
</style>