Shades of Fuchsia #C357AA
Tints of Fuchsia #C357AA
RGB
CMYK
RGB Variations
Color information
#C357AA (or 0xC357AA) is known color: Fuchsia. HEX triplet: C3, 57 and AA. RGB value is (195,87,170). Sum of RGB (Red+Green+Blue) = 195+87+170=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 87 (34.38% from 255 or 19.25% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 195 - color contains mainly: red. Hex color #C357AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C357AA is #3CA855. Grayscale: #808080. Windows color (decimal): -3975254 or 11163587. OLE color: 11163587.
HSL color Cylindrical-coordinate representation of color #C357AA: hue angle of 313.89º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C357AA is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 87 | 170 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.24 |
| HSL | 313.89º | 0.47% | 0.55% | - |
| HSV(B) | 313.89º | 0.55% | 0.76% | - |
| XYZ | 33.17 | 21.32 | 40.4 | - |
| YUV | 128.75 | 151.28 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 87 | 170 | 0 | 0.55 | 0.13 | 0.24 | 313.89 | 0.47 | 0.55 |
| Hex | C3 | 57 | AA | 0 | 37 | D | 18 | 13A | 2F | 37 |
| Octal | 303 | 127 | 252 | 0 | 67 | 15 | 30 | 472 | 57 | 67 |
| Binary | 11000011 | 1010111 | 10101010 | 0 | 110111 | 1101 | 11000 | 100111010 | 101111 | 110111 |
Color Harmonies of #C357AA
Complementary color
Monochromatic Colors of #C357AA
Black with #C357AA
Text Example
Text Example
White with #C357AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C357AA; }
p { color: rgb(195,87,170); }
H1.HeaderClassName
{
color: #C357AA;
}
.AnyTagClassName
{
color: #C357AA;
}
</style>
background-color css
<style>
a { background-color: #C357AA; }
a { background-color: rgb(195,87,170); }
div.DivClassName
{
background-color: #C357AA;
}
.BgClassName
{
background-color: #C357AA;
}
</style>
border-color css
<style>
span { border-color: #C357AA; }
span { border-color: rgb(195,87,170); }
td.TdClassName
{
border-color: #C357AA;
}
.TagClassName
{
border-color: #C357AA;
}
</style>