Shades of Fuchsia #C340AD
Tints of Fuchsia #C340AD
RGB
CMYK
RGB Variations
Color information
#C340AD (or 0xC340AD) is known color: Fuchsia. HEX triplet: C3, 40 and AD. RGB value is (195,64,173). Sum of RGB (Red+Green+Blue) = 195+64+173=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 64 (25.39% from 255 or 14.81% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 195 - color contains mainly: red. Hex color #C340AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C340AD is #3CBF52. Grayscale: #737373. Windows color (decimal): -3981139 or 11354307. OLE color: 11354307.
HSL color Cylindrical-coordinate representation of color #C340AD: hue angle of 310.08º 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 #C340AD is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 64 | 173 | - |
| CMYK | 0 | 0.67 | 0.11 | 0.24 |
| HSL | 310.08º | 0.52% | 0.51% | - |
| HSV(B) | 310.08º | 0.67% | 0.76% | - |
| XYZ | 31.88 | 18.29 | 41.38 | - |
| YUV | 115.6 | 160.4 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 64 | 173 | 0 | 0.67 | 0.11 | 0.24 | 310.08 | 0.52 | 0.51 |
| Hex | C3 | 40 | AD | 0 | 43 | B | 18 | 136 | 34 | 33 |
| Octal | 303 | 100 | 255 | 0 | 103 | 13 | 30 | 466 | 64 | 63 |
| Binary | 11000011 | 1000000 | 10101101 | 0 | 1000011 | 1011 | 11000 | 100110110 | 110100 | 110011 |
Color Harmonies of #C340AD
Complementary color
Monochromatic Colors of #C340AD
Black with #C340AD
Text Example
Text Example
White with #C340AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C340AD; }
p { color: rgb(195,64,173); }
H1.HeaderClassName
{
color: #C340AD;
}
.AnyTagClassName
{
color: #C340AD;
}
</style>
background-color css
<style>
a { background-color: #C340AD; }
a { background-color: rgb(195,64,173); }
div.DivClassName
{
background-color: #C340AD;
}
.BgClassName
{
background-color: #C340AD;
}
</style>
border-color css
<style>
span { border-color: #C340AD; }
span { border-color: rgb(195,64,173); }
td.TdClassName
{
border-color: #C340AD;
}
.TagClassName
{
border-color: #C340AD;
}
</style>