Shades of Fuchsia #C353AA
Tints of Fuchsia #C353AA
RGB
CMYK
RGB Variations
Color information
#C353AA (or 0xC353AA) is known color: Fuchsia. HEX triplet: C3, 53 and AA. RGB value is (195,83,170). Sum of RGB (Red+Green+Blue) = 195+83+170=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 83 (32.81% from 255 or 18.53% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 195 - color contains mainly: red. Hex color #C353AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C353AA is #3CAC55. Grayscale: #7E7E7E. Windows color (decimal): -3976278 or 11162563. OLE color: 11162563.
HSL color Cylindrical-coordinate representation of color #C353AA: hue angle of 313.39º 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 #C353AA is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 83 | 170 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.24 |
| HSL | 313.39º | 0.48% | 0.55% | - |
| HSV(B) | 313.39º | 0.57% | 0.76% | - |
| XYZ | 32.85 | 20.69 | 40.29 | - |
| YUV | 126.41 | 152.61 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 83 | 170 | 0 | 0.57 | 0.13 | 0.24 | 313.39 | 0.48 | 0.55 |
| Hex | C3 | 53 | AA | 0 | 39 | D | 18 | 139 | 30 | 37 |
| Octal | 303 | 123 | 252 | 0 | 71 | 15 | 30 | 471 | 60 | 67 |
| Binary | 11000011 | 1010011 | 10101010 | 0 | 111001 | 1101 | 11000 | 100111001 | 110000 | 110111 |
Color Harmonies of #C353AA
Complementary color
Monochromatic Colors of #C353AA
Black with #C353AA
Text Example
Text Example
White with #C353AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C353AA; }
p { color: rgb(195,83,170); }
H1.HeaderClassName
{
color: #C353AA;
}
.AnyTagClassName
{
color: #C353AA;
}
</style>
background-color css
<style>
a { background-color: #C353AA; }
a { background-color: rgb(195,83,170); }
div.DivClassName
{
background-color: #C353AA;
}
.BgClassName
{
background-color: #C353AA;
}
</style>
border-color css
<style>
span { border-color: #C353AA; }
span { border-color: rgb(195,83,170); }
td.TdClassName
{
border-color: #C353AA;
}
.TagClassName
{
border-color: #C353AA;
}
</style>