Shades of Fuchsia #C340A9
Tints of Fuchsia #C340A9
RGB
CMYK
RGB Variations
Color information
#C340A9 (or 0xC340A9) is known color: Fuchsia. HEX triplet: C3, 40 and A9. RGB value is (195,64,169). Sum of RGB (Red+Green+Blue) = 195+64+169=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 64 (25.39% from 255 or 14.95% from 428); Blue value is 169 (66.41% from 255 or 39.49% from 428); Max value from RGB is 195 - color contains mainly: red. Hex color #C340A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C340A9 is #3CBF56. Grayscale: #727272. Windows color (decimal): -3981143 or 11092163. OLE color: 11092163.
HSL color Cylindrical-coordinate representation of color #C340A9: hue angle of 311.91º 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 #C340A9 is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 64 | 169 | - |
| CMYK | 0 | 0.67 | 0.13 | 0.24 |
| HSL | 311.91º | 0.52% | 0.51% | - |
| HSV(B) | 311.91º | 0.67% | 0.76% | - |
| XYZ | 31.5 | 18.13 | 39.38 | - |
| YUV | 115.14 | 158.4 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 64 | 169 | 0 | 0.67 | 0.13 | 0.24 | 311.91 | 0.52 | 0.51 |
| Hex | C3 | 40 | A9 | 0 | 43 | D | 18 | 138 | 34 | 33 |
| Octal | 303 | 100 | 251 | 0 | 103 | 15 | 30 | 470 | 64 | 63 |
| Binary | 11000011 | 1000000 | 10101001 | 0 | 1000011 | 1101 | 11000 | 100111000 | 110100 | 110011 |
Color Harmonies of #C340A9
Complementary color
Monochromatic Colors of #C340A9
Black with #C340A9
Text Example
Text Example
White with #C340A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C340A9; }
p { color: rgb(195,64,169); }
H1.HeaderClassName
{
color: #C340A9;
}
.AnyTagClassName
{
color: #C340A9;
}
</style>
background-color css
<style>
a { background-color: #C340A9; }
a { background-color: rgb(195,64,169); }
div.DivClassName
{
background-color: #C340A9;
}
.BgClassName
{
background-color: #C340A9;
}
</style>
border-color css
<style>
span { border-color: #C340A9; }
span { border-color: rgb(195,64,169); }
td.TdClassName
{
border-color: #C340A9;
}
.TagClassName
{
border-color: #C340A9;
}
</style>