Shades of Fuchsia #C340A8
Tints of Fuchsia #C340A8
RGB
CMYK
RGB Variations
Color information
#C340A8 (or 0xC340A8) is known color: Fuchsia. HEX triplet: C3, 40 and A8. RGB value is (195,64,168). Sum of RGB (Red+Green+Blue) = 195+64+168=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 64 (25.39% from 255 or 14.99% from 427); Blue value is 168 (66.02% from 255 or 39.34% from 427); Max value from RGB is 195 - color contains mainly: red. Hex color #C340A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C340A8 is #3CBF57. Grayscale: #727272. Windows color (decimal): -3981144 or 11026627. OLE color: 11026627.
HSL color Cylindrical-coordinate representation of color #C340A8: hue angle of 312.37º 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 #C340A8 is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 64 | 168 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.24 |
| HSL | 312.37º | 0.52% | 0.51% | - |
| HSV(B) | 312.37º | 0.67% | 0.76% | - |
| XYZ | 31.41 | 18.1 | 38.88 | - |
| YUV | 115.03 | 157.9 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 64 | 168 | 0 | 0.67 | 0.14 | 0.24 | 312.37 | 0.52 | 0.51 |
| Hex | C3 | 40 | A8 | 0 | 43 | E | 18 | 138 | 34 | 33 |
| Octal | 303 | 100 | 250 | 0 | 103 | 16 | 30 | 470 | 64 | 63 |
| Binary | 11000011 | 1000000 | 10101000 | 0 | 1000011 | 1110 | 11000 | 100111000 | 110100 | 110011 |
Color Harmonies of #C340A8
Complementary color
Monochromatic Colors of #C340A8
Black with #C340A8
Text Example
Text Example
White with #C340A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C340A8; }
p { color: rgb(195,64,168); }
H1.HeaderClassName
{
color: #C340A8;
}
.AnyTagClassName
{
color: #C340A8;
}
</style>
background-color css
<style>
a { background-color: #C340A8; }
a { background-color: rgb(195,64,168); }
div.DivClassName
{
background-color: #C340A8;
}
.BgClassName
{
background-color: #C340A8;
}
</style>
border-color css
<style>
span { border-color: #C340A8; }
span { border-color: rgb(195,64,168); }
td.TdClassName
{
border-color: #C340A8;
}
.TagClassName
{
border-color: #C340A8;
}
</style>