Shades of Fuchsia #C155AA
Tints of Fuchsia #C155AA
RGB
CMYK
RGB Variations
Color information
#C155AA (or 0xC155AA) is known color: Fuchsia. HEX triplet: C1, 55 and AA. RGB value is (193,85,170). Sum of RGB (Red+Green+Blue) = 193+85+170=448 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.08% from 448); Green value is 85 (33.59% from 255 or 18.97% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 193 - color contains mainly: red. Hex color #C155AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C155AA is #3EAA55. Grayscale: #7E7E7E. Windows color (decimal): -4106838 or 11163073. OLE color: 11163073.
HSL color Cylindrical-coordinate representation of color #C155AA: hue angle of 312.78º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C155AA is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 85 | 170 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.24 |
| HSL | 312.78º | 0.47% | 0.55% | - |
| HSV(B) | 312.78º | 0.56% | 0.76% | - |
| XYZ | 32.5 | 20.74 | 40.32 | - |
| YUV | 126.98 | 152.28 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 85 | 170 | 0 | 0.56 | 0.12 | 0.24 | 312.78 | 0.47 | 0.55 |
| Hex | C1 | 55 | AA | 0 | 38 | C | 18 | 139 | 2F | 37 |
| Octal | 301 | 125 | 252 | 0 | 70 | 14 | 30 | 471 | 57 | 67 |
| Binary | 11000001 | 1010101 | 10101010 | 0 | 111000 | 1100 | 11000 | 100111001 | 101111 | 110111 |
Color Harmonies of #C155AA
Complementary color
Monochromatic Colors of #C155AA
Black with #C155AA
Text Example
Text Example
White with #C155AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C155AA; }
p { color: rgb(193,85,170); }
H1.HeaderClassName
{
color: #C155AA;
}
.AnyTagClassName
{
color: #C155AA;
}
</style>
background-color css
<style>
a { background-color: #C155AA; }
a { background-color: rgb(193,85,170); }
div.DivClassName
{
background-color: #C155AA;
}
.BgClassName
{
background-color: #C155AA;
}
</style>
border-color css
<style>
span { border-color: #C155AA; }
span { border-color: rgb(193,85,170); }
td.TdClassName
{
border-color: #C155AA;
}
.TagClassName
{
border-color: #C155AA;
}
</style>