Shades of Fuchsia #C359A8
Tints of Fuchsia #C359A8
RGB
CMYK
RGB Variations
Color information
#C359A8 (or 0xC359A8) is known color: Fuchsia. HEX triplet: C3, 59 and A8. RGB value is (195,89,168). Sum of RGB (Red+Green+Blue) = 195+89+168=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 89 (35.16% from 255 or 19.69% from 452); Blue value is 168 (66.02% from 255 or 37.17% from 452); Max value from RGB is 195 - color contains mainly: red. Hex color #C359A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C359A8 is #3CA657. Grayscale: #818181. Windows color (decimal): -3974744 or 11033027. OLE color: 11033027.
HSL color Cylindrical-coordinate representation of color #C359A8: hue angle of 315.28º 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 #C359A8 is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 89 | 168 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.24 |
| HSL | 315.28º | 0.47% | 0.56% | - |
| HSV(B) | 315.28º | 0.54% | 0.76% | - |
| XYZ | 33.15 | 21.57 | 39.46 | - |
| YUV | 129.7 | 149.62 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 89 | 168 | 0 | 0.54 | 0.14 | 0.24 | 315.28 | 0.47 | 0.56 |
| Hex | C3 | 59 | A8 | 0 | 36 | E | 18 | 13B | 2F | 38 |
| Octal | 303 | 131 | 250 | 0 | 66 | 16 | 30 | 473 | 57 | 70 |
| Binary | 11000011 | 1011001 | 10101000 | 0 | 110110 | 1110 | 11000 | 100111011 | 101111 | 111000 |
Color Harmonies of #C359A8
Complementary color
Monochromatic Colors of #C359A8
Black with #C359A8
Text Example
Text Example
White with #C359A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C359A8; }
p { color: rgb(195,89,168); }
H1.HeaderClassName
{
color: #C359A8;
}
.AnyTagClassName
{
color: #C359A8;
}
</style>
background-color css
<style>
a { background-color: #C359A8; }
a { background-color: rgb(195,89,168); }
div.DivClassName
{
background-color: #C359A8;
}
.BgClassName
{
background-color: #C359A8;
}
</style>
border-color css
<style>
span { border-color: #C359A8; }
span { border-color: rgb(195,89,168); }
td.TdClassName
{
border-color: #C359A8;
}
.TagClassName
{
border-color: #C359A8;
}
</style>