Shades of Fuchsia #C55AC3
Tints of Fuchsia #C55AC3
RGB
CMYK
RGB Variations
Color information
#C55AC3 (or 0xC55AC3) is known color: Fuchsia. HEX triplet: C5, 5A and C3. RGB value is (197,90,195). Sum of RGB (Red+Green+Blue) = 197+90+195=482 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.87% from 482); Green value is 90 (35.55% from 255 or 18.67% from 482); Blue value is 195 (76.56% from 255 or 40.46% from 482); Max value from RGB is 197 - color contains mainly: red. Hex color #C55AC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55AC3 is #3AA53C. Grayscale: #858585. Windows color (decimal): -3843389 or 12802757. OLE color: 12802757.
HSL color Cylindrical-coordinate representation of color #C55AC3: hue angle of 301.12º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C55AC3 is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 90 | 195 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.23 |
| HSL | 301.12º | 0.48% | 0.56% | - |
| HSV(B) | 301.12º | 0.54% | 0.77% | - |
| XYZ | 36.53 | 23.12 | 54.17 | - |
| YUV | 133.96 | 162.45 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 90 | 195 | 0 | 0.54 | 0.01 | 0.23 | 301.12 | 0.48 | 0.56 |
| Hex | C5 | 5A | C3 | 0 | 36 | 1 | 17 | 12D | 30 | 38 |
| Octal | 305 | 132 | 303 | 0 | 66 | 1 | 27 | 455 | 60 | 70 |
| Binary | 11000101 | 1011010 | 11000011 | 0 | 110110 | 1 | 10111 | 100101101 | 110000 | 111000 |
Color Harmonies of #C55AC3
Complementary color
Monochromatic Colors of #C55AC3
Black with #C55AC3
Text Example
Text Example
White with #C55AC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55AC3; }
p { color: rgb(197,90,195); }
H1.HeaderClassName
{
color: #C55AC3;
}
.AnyTagClassName
{
color: #C55AC3;
}
</style>
background-color css
<style>
a { background-color: #C55AC3; }
a { background-color: rgb(197,90,195); }
div.DivClassName
{
background-color: #C55AC3;
}
.BgClassName
{
background-color: #C55AC3;
}
</style>
border-color css
<style>
span { border-color: #C55AC3; }
span { border-color: rgb(197,90,195); }
td.TdClassName
{
border-color: #C55AC3;
}
.TagClassName
{
border-color: #C55AC3;
}
</style>