Shades of Fuchsia #C356A8
Tints of Fuchsia #C356A8
RGB
CMYK
RGB Variations
Color information
#C356A8 (or 0xC356A8) is known color: Fuchsia. HEX triplet: C3, 56 and A8. RGB value is (195,86,168). Sum of RGB (Red+Green+Blue) = 195+86+168=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 86 (33.98% from 255 or 19.15% from 449); Blue value is 168 (66.02% from 255 or 37.42% from 449); Max value from RGB is 195 - color contains mainly: red. Hex color #C356A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C356A8 is #3CA957. Grayscale: #7F7F7F. Windows color (decimal): -3975512 or 11032259. OLE color: 11032259.
HSL color Cylindrical-coordinate representation of color #C356A8: hue angle of 314.86º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C356A8 is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 86 | 168 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.24 |
| HSL | 314.86º | 0.48% | 0.55% | - |
| HSV(B) | 314.86º | 0.56% | 0.76% | - |
| XYZ | 32.9 | 21.08 | 39.38 | - |
| YUV | 127.94 | 150.61 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 86 | 168 | 0 | 0.56 | 0.14 | 0.24 | 314.86 | 0.48 | 0.55 |
| Hex | C3 | 56 | A8 | 0 | 38 | E | 18 | 13B | 30 | 37 |
| Octal | 303 | 126 | 250 | 0 | 70 | 16 | 30 | 473 | 60 | 67 |
| Binary | 11000011 | 1010110 | 10101000 | 0 | 111000 | 1110 | 11000 | 100111011 | 110000 | 110111 |
Color Harmonies of #C356A8
Complementary color
Monochromatic Colors of #C356A8
Black with #C356A8
Text Example
Text Example
White with #C356A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C356A8; }
p { color: rgb(195,86,168); }
H1.HeaderClassName
{
color: #C356A8;
}
.AnyTagClassName
{
color: #C356A8;
}
</style>
background-color css
<style>
a { background-color: #C356A8; }
a { background-color: rgb(195,86,168); }
div.DivClassName
{
background-color: #C356A8;
}
.BgClassName
{
background-color: #C356A8;
}
</style>
border-color css
<style>
span { border-color: #C356A8; }
span { border-color: rgb(195,86,168); }
td.TdClassName
{
border-color: #C356A8;
}
.TagClassName
{
border-color: #C356A8;
}
</style>