Shades of Fuchsia #C355AA
Tints of Fuchsia #C355AA
RGB
CMYK
RGB Variations
Color information
#C355AA (or 0xC355AA) is known color: Fuchsia. HEX triplet: C3, 55 and AA. RGB value is (195,85,170). Sum of RGB (Red+Green+Blue) = 195+85+170=450 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.33% from 450); Green value is 85 (33.59% from 255 or 18.89% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 195 - color contains mainly: red. Hex color #C355AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C355AA is #3CAA55. Grayscale: #7F7F7F. Windows color (decimal): -3975766 or 11163075. OLE color: 11163075.
HSL color Cylindrical-coordinate representation of color #C355AA: hue angle of 313.64º 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 #C355AA is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 85 | 170 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.24 |
| HSL | 313.64º | 0.48% | 0.55% | - |
| HSV(B) | 313.64º | 0.56% | 0.76% | - |
| XYZ | 33.01 | 21 | 40.34 | - |
| YUV | 127.58 | 151.94 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 85 | 170 | 0 | 0.56 | 0.13 | 0.24 | 313.64 | 0.48 | 0.55 |
| Hex | C3 | 55 | AA | 0 | 38 | D | 18 | 13A | 30 | 37 |
| Octal | 303 | 125 | 252 | 0 | 70 | 15 | 30 | 472 | 60 | 67 |
| Binary | 11000011 | 1010101 | 10101010 | 0 | 111000 | 1101 | 11000 | 100111010 | 110000 | 110111 |
Color Harmonies of #C355AA
Complementary color
Monochromatic Colors of #C355AA
Black with #C355AA
Text Example
Text Example
White with #C355AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C355AA; }
p { color: rgb(195,85,170); }
H1.HeaderClassName
{
color: #C355AA;
}
.AnyTagClassName
{
color: #C355AA;
}
</style>
background-color css
<style>
a { background-color: #C355AA; }
a { background-color: rgb(195,85,170); }
div.DivClassName
{
background-color: #C355AA;
}
.BgClassName
{
background-color: #C355AA;
}
</style>
border-color css
<style>
span { border-color: #C355AA; }
span { border-color: rgb(195,85,170); }
td.TdClassName
{
border-color: #C355AA;
}
.TagClassName
{
border-color: #C355AA;
}
</style>