Shades of Fuchsia #C354A8
Tints of Fuchsia #C354A8
RGB
CMYK
RGB Variations
Color information
#C354A8 (or 0xC354A8) is known color: Fuchsia. HEX triplet: C3, 54 and A8. RGB value is (195,84,168). Sum of RGB (Red+Green+Blue) = 195+84+168=447 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.62% from 447); Green value is 84 (33.20% from 255 or 18.79% from 447); Blue value is 168 (66.02% from 255 or 37.58% from 447); Max value from RGB is 195 - color contains mainly: red. Hex color #C354A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C354A8 is #3CAB57. Grayscale: #7E7E7E. Windows color (decimal): -3976024 or 11031747. OLE color: 11031747.
HSL color Cylindrical-coordinate representation of color #C354A8: hue angle of 314.59º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C354A8 is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 84 | 168 | - |
| CMYK | 0 | 0.57 | 0.14 | 0.24 |
| HSL | 314.59º | 0.48% | 0.55% | - |
| HSV(B) | 314.59º | 0.57% | 0.76% | - |
| XYZ | 32.74 | 20.77 | 39.33 | - |
| YUV | 126.77 | 151.27 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 84 | 168 | 0 | 0.57 | 0.14 | 0.24 | 314.59 | 0.48 | 0.55 |
| Hex | C3 | 54 | A8 | 0 | 39 | E | 18 | 13B | 30 | 37 |
| Octal | 303 | 124 | 250 | 0 | 71 | 16 | 30 | 473 | 60 | 67 |
| Binary | 11000011 | 1010100 | 10101000 | 0 | 111001 | 1110 | 11000 | 100111011 | 110000 | 110111 |
Color Harmonies of #C354A8
Complementary color
Monochromatic Colors of #C354A8
Black with #C354A8
Text Example
Text Example
White with #C354A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C354A8; }
p { color: rgb(195,84,168); }
H1.HeaderClassName
{
color: #C354A8;
}
.AnyTagClassName
{
color: #C354A8;
}
</style>
background-color css
<style>
a { background-color: #C354A8; }
a { background-color: rgb(195,84,168); }
div.DivClassName
{
background-color: #C354A8;
}
.BgClassName
{
background-color: #C354A8;
}
</style>
border-color css
<style>
span { border-color: #C354A8; }
span { border-color: rgb(195,84,168); }
td.TdClassName
{
border-color: #C354A8;
}
.TagClassName
{
border-color: #C354A8;
}
</style>