Shades of Fuchsia #C354AA
Tints of Fuchsia #C354AA
RGB
CMYK
RGB Variations
Color information
#C354AA (or 0xC354AA) is known color: Fuchsia. HEX triplet: C3, 54 and AA. RGB value is (195,84,170). Sum of RGB (Red+Green+Blue) = 195+84+170=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 84 (33.20% from 255 or 18.71% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 195 - color contains mainly: red. Hex color #C354AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C354AA is #3CAB55. Grayscale: #7E7E7E. Windows color (decimal): -3976022 or 11162819. OLE color: 11162819.
HSL color Cylindrical-coordinate representation of color #C354AA: hue angle of 313.51º 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 #C354AA is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 84 | 170 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.24 |
| HSL | 313.51º | 0.48% | 0.55% | - |
| HSV(B) | 313.51º | 0.57% | 0.76% | - |
| XYZ | 32.93 | 20.85 | 40.32 | - |
| YUV | 126.99 | 152.27 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 84 | 170 | 0 | 0.57 | 0.13 | 0.24 | 313.51 | 0.48 | 0.55 |
| Hex | C3 | 54 | AA | 0 | 39 | D | 18 | 13A | 30 | 37 |
| Octal | 303 | 124 | 252 | 0 | 71 | 15 | 30 | 472 | 60 | 67 |
| Binary | 11000011 | 1010100 | 10101010 | 0 | 111001 | 1101 | 11000 | 100111010 | 110000 | 110111 |
Color Harmonies of #C354AA
Complementary color
Monochromatic Colors of #C354AA
Black with #C354AA
Text Example
Text Example
White with #C354AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C354AA; }
p { color: rgb(195,84,170); }
H1.HeaderClassName
{
color: #C354AA;
}
.AnyTagClassName
{
color: #C354AA;
}
</style>
background-color css
<style>
a { background-color: #C354AA; }
a { background-color: rgb(195,84,170); }
div.DivClassName
{
background-color: #C354AA;
}
.BgClassName
{
background-color: #C354AA;
}
</style>
border-color css
<style>
span { border-color: #C354AA; }
span { border-color: rgb(195,84,170); }
td.TdClassName
{
border-color: #C354AA;
}
.TagClassName
{
border-color: #C354AA;
}
</style>