Shades of Fuchsia #C359AC
Tints of Fuchsia #C359AC
RGB
CMYK
RGB Variations
Color information
#C359AC (or 0xC359AC) is known color: Fuchsia. HEX triplet: C3, 59 and AC. RGB value is (195,89,172). Sum of RGB (Red+Green+Blue) = 195+89+172=456 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.76% from 456); Green value is 89 (35.16% from 255 or 19.52% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 195 - color contains mainly: red. Hex color #C359AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C359AC is #3CA653. Grayscale: #818181. Windows color (decimal): -3974740 or 11295171. OLE color: 11295171.
HSL color Cylindrical-coordinate representation of color #C359AC: hue angle of 313.02º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C359AC is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 89 | 172 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.24 |
| HSL | 313.02º | 0.47% | 0.56% | - |
| HSV(B) | 313.02º | 0.54% | 0.76% | - |
| XYZ | 33.52 | 21.73 | 41.46 | - |
| YUV | 130.16 | 151.62 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 89 | 172 | 0 | 0.54 | 0.12 | 0.24 | 313.02 | 0.47 | 0.56 |
| Hex | C3 | 59 | AC | 0 | 36 | C | 18 | 139 | 2F | 38 |
| Octal | 303 | 131 | 254 | 0 | 66 | 14 | 30 | 471 | 57 | 70 |
| Binary | 11000011 | 1011001 | 10101100 | 0 | 110110 | 1100 | 11000 | 100111001 | 101111 | 111000 |
Color Harmonies of #C359AC
Complementary color
Monochromatic Colors of #C359AC
Black with #C359AC
Text Example
Text Example
White with #C359AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C359AC; }
p { color: rgb(195,89,172); }
H1.HeaderClassName
{
color: #C359AC;
}
.AnyTagClassName
{
color: #C359AC;
}
</style>
background-color css
<style>
a { background-color: #C359AC; }
a { background-color: rgb(195,89,172); }
div.DivClassName
{
background-color: #C359AC;
}
.BgClassName
{
background-color: #C359AC;
}
</style>
border-color css
<style>
span { border-color: #C359AC; }
span { border-color: rgb(195,89,172); }
td.TdClassName
{
border-color: #C359AC;
}
.TagClassName
{
border-color: #C359AC;
}
</style>