Shades of Fuchsia #C15AAA
Tints of Fuchsia #C15AAA
RGB
CMYK
RGB Variations
Color information
#C15AAA (or 0xC15AAA) is known color: Fuchsia. HEX triplet: C1, 5A and AA. RGB value is (193,90,170). Sum of RGB (Red+Green+Blue) = 193+90+170=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 90 (35.55% from 255 or 19.87% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 193 - color contains mainly: red. Hex color #C15AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15AAA is #3EA555. Grayscale: #818181. Windows color (decimal): -4105558 or 11164353. OLE color: 11164353.
HSL color Cylindrical-coordinate representation of color #C15AAA: hue angle of 313.4º 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 #C15AAA is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 90 | 170 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.24 |
| HSL | 313.4º | 0.45% | 0.55% | - |
| HSV(B) | 313.4º | 0.53% | 0.76% | - |
| XYZ | 32.9 | 21.55 | 40.46 | - |
| YUV | 129.92 | 150.62 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 90 | 170 | 0 | 0.53 | 0.12 | 0.24 | 313.4 | 0.45 | 0.55 |
| Hex | C1 | 5A | AA | 0 | 35 | C | 18 | 139 | 2D | 37 |
| Octal | 301 | 132 | 252 | 0 | 65 | 14 | 30 | 471 | 55 | 67 |
| Binary | 11000001 | 1011010 | 10101010 | 0 | 110101 | 1100 | 11000 | 100111001 | 101101 | 110111 |
Color Harmonies of #C15AAA
Complementary color
Monochromatic Colors of #C15AAA
Black with #C15AAA
Text Example
Text Example
White with #C15AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15AAA; }
p { color: rgb(193,90,170); }
H1.HeaderClassName
{
color: #C15AAA;
}
.AnyTagClassName
{
color: #C15AAA;
}
</style>
background-color css
<style>
a { background-color: #C15AAA; }
a { background-color: rgb(193,90,170); }
div.DivClassName
{
background-color: #C15AAA;
}
.BgClassName
{
background-color: #C15AAA;
}
</style>
border-color css
<style>
span { border-color: #C15AAA; }
span { border-color: rgb(193,90,170); }
td.TdClassName
{
border-color: #C15AAA;
}
.TagClassName
{
border-color: #C15AAA;
}
</style>