Shades of Fuchsia #C340AA
Tints of Fuchsia #C340AA
RGB
CMYK
RGB Variations
Color information
#C340AA (or 0xC340AA) is known color: Fuchsia. HEX triplet: C3, 40 and AA. RGB value is (195,64,170). Sum of RGB (Red+Green+Blue) = 195+64+170=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 64 (25.39% from 255 or 14.92% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 195 - color contains mainly: red. Hex color #C340AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C340AA is #3CBF55. Grayscale: #727272. Windows color (decimal): -3981142 or 11157699. OLE color: 11157699.
HSL color Cylindrical-coordinate representation of color #C340AA: hue angle of 311.45º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C340AA is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 64 | 170 | - |
| CMYK | 0 | 0.67 | 0.13 | 0.24 |
| HSL | 311.45º | 0.52% | 0.51% | - |
| HSV(B) | 311.45º | 0.67% | 0.76% | - |
| XYZ | 31.59 | 18.17 | 39.87 | - |
| YUV | 115.25 | 158.9 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 64 | 170 | 0 | 0.67 | 0.13 | 0.24 | 311.45 | 0.52 | 0.51 |
| Hex | C3 | 40 | AA | 0 | 43 | D | 18 | 137 | 34 | 33 |
| Octal | 303 | 100 | 252 | 0 | 103 | 15 | 30 | 467 | 64 | 63 |
| Binary | 11000011 | 1000000 | 10101010 | 0 | 1000011 | 1101 | 11000 | 100110111 | 110100 | 110011 |
Color Harmonies of #C340AA
Complementary color
Monochromatic Colors of #C340AA
Black with #C340AA
Text Example
Text Example
White with #C340AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C340AA; }
p { color: rgb(195,64,170); }
H1.HeaderClassName
{
color: #C340AA;
}
.AnyTagClassName
{
color: #C340AA;
}
</style>
background-color css
<style>
a { background-color: #C340AA; }
a { background-color: rgb(195,64,170); }
div.DivClassName
{
background-color: #C340AA;
}
.BgClassName
{
background-color: #C340AA;
}
</style>
border-color css
<style>
span { border-color: #C340AA; }
span { border-color: rgb(195,64,170); }
td.TdClassName
{
border-color: #C340AA;
}
.TagClassName
{
border-color: #C340AA;
}
</style>