Shades of Fuchsia #C359AB
Tints of Fuchsia #C359AB
RGB
CMYK
RGB Variations
Color information
#C359AB (or 0xC359AB) is known color: Fuchsia. HEX triplet: C3, 59 and AB. RGB value is (195,89,171). Sum of RGB (Red+Green+Blue) = 195+89+171=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 89 (35.16% from 255 or 19.56% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 195 - color contains mainly: red. Hex color #C359AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C359AB is #3CA654. Grayscale: #818181. Windows color (decimal): -3974741 or 11229635. OLE color: 11229635.
HSL color Cylindrical-coordinate representation of color #C359AB: hue angle of 313.58º 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 #C359AB is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 89 | 171 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.24 |
| HSL | 313.58º | 0.47% | 0.56% | - |
| HSV(B) | 313.58º | 0.54% | 0.76% | - |
| XYZ | 33.43 | 21.69 | 40.95 | - |
| YUV | 130.04 | 151.12 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 89 | 171 | 0 | 0.54 | 0.12 | 0.24 | 313.58 | 0.47 | 0.56 |
| Hex | C3 | 59 | AB | 0 | 36 | C | 18 | 13A | 2F | 38 |
| Octal | 303 | 131 | 253 | 0 | 66 | 14 | 30 | 472 | 57 | 70 |
| Binary | 11000011 | 1011001 | 10101011 | 0 | 110110 | 1100 | 11000 | 100111010 | 101111 | 111000 |
Color Harmonies of #C359AB
Complementary color
Monochromatic Colors of #C359AB
Black with #C359AB
Text Example
Text Example
White with #C359AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C359AB; }
p { color: rgb(195,89,171); }
H1.HeaderClassName
{
color: #C359AB;
}
.AnyTagClassName
{
color: #C359AB;
}
</style>
background-color css
<style>
a { background-color: #C359AB; }
a { background-color: rgb(195,89,171); }
div.DivClassName
{
background-color: #C359AB;
}
.BgClassName
{
background-color: #C359AB;
}
</style>
border-color css
<style>
span { border-color: #C359AB; }
span { border-color: rgb(195,89,171); }
td.TdClassName
{
border-color: #C359AB;
}
.TagClassName
{
border-color: #C359AB;
}
</style>