Shades of Fuchsia #C350AA
Tints of Fuchsia #C350AA
RGB
CMYK
RGB Variations
Color information
#C350AA (or 0xC350AA) is known color: Fuchsia. HEX triplet: C3, 50 and AA. RGB value is (195,80,170). Sum of RGB (Red+Green+Blue) = 195+80+170=445 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.82% from 445); Green value is 80 (31.64% from 255 or 17.98% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 195 - color contains mainly: red. Hex color #C350AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C350AA is #3CAF55. Grayscale: #7C7C7C. Windows color (decimal): -3977046 or 11161795. OLE color: 11161795.
HSL color Cylindrical-coordinate representation of color #C350AA: hue angle of 313.04º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C350AA is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 80 | 170 | - |
| CMYK | 0 | 0.59 | 0.13 | 0.24 |
| HSL | 313.04º | 0.49% | 0.54% | - |
| HSV(B) | 313.04º | 0.59% | 0.76% | - |
| XYZ | 32.63 | 20.24 | 40.22 | - |
| YUV | 124.65 | 153.6 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 80 | 170 | 0 | 0.59 | 0.13 | 0.24 | 313.04 | 0.49 | 0.54 |
| Hex | C3 | 50 | AA | 0 | 3B | D | 18 | 139 | 31 | 36 |
| Octal | 303 | 120 | 252 | 0 | 73 | 15 | 30 | 471 | 61 | 66 |
| Binary | 11000011 | 1010000 | 10101010 | 0 | 111011 | 1101 | 11000 | 100111001 | 110001 | 110110 |
Color Harmonies of #C350AA
Complementary color
Monochromatic Colors of #C350AA
Black with #C350AA
Text Example
Text Example
White with #C350AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C350AA; }
p { color: rgb(195,80,170); }
H1.HeaderClassName
{
color: #C350AA;
}
.AnyTagClassName
{
color: #C350AA;
}
</style>
background-color css
<style>
a { background-color: #C350AA; }
a { background-color: rgb(195,80,170); }
div.DivClassName
{
background-color: #C350AA;
}
.BgClassName
{
background-color: #C350AA;
}
</style>
border-color css
<style>
span { border-color: #C350AA; }
span { border-color: rgb(195,80,170); }
td.TdClassName
{
border-color: #C350AA;
}
.TagClassName
{
border-color: #C350AA;
}
</style>