Shades of Fuchsia #C341AE
Tints of Fuchsia #C341AE
RGB
CMYK
RGB Variations
Color information
#C341AE (or 0xC341AE) is known color: Fuchsia. HEX triplet: C3, 41 and AE. RGB value is (195,65,174). Sum of RGB (Red+Green+Blue) = 195+65+174=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 65 (25.78% from 255 or 14.98% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 195 - color contains mainly: red. Hex color #C341AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C341AE is #3CBE51. Grayscale: #737373. Windows color (decimal): -3980882 or 11420099. OLE color: 11420099.
HSL color Cylindrical-coordinate representation of color #C341AE: hue angle of 309.69º 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 #C341AE is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 65 | 174 | - |
| CMYK | 0 | 0.67 | 0.11 | 0.24 |
| HSL | 309.69º | 0.52% | 0.51% | - |
| HSV(B) | 309.69º | 0.67% | 0.76% | - |
| XYZ | 32.04 | 18.44 | 41.91 | - |
| YUV | 116.3 | 160.57 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 65 | 174 | 0 | 0.67 | 0.11 | 0.24 | 309.69 | 0.52 | 0.51 |
| Hex | C3 | 41 | AE | 0 | 43 | B | 18 | 136 | 34 | 33 |
| Octal | 303 | 101 | 256 | 0 | 103 | 13 | 30 | 466 | 64 | 63 |
| Binary | 11000011 | 1000001 | 10101110 | 0 | 1000011 | 1011 | 11000 | 100110110 | 110100 | 110011 |
Color Harmonies of #C341AE
Complementary color
Monochromatic Colors of #C341AE
Black with #C341AE
Text Example
Text Example
White with #C341AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C341AE; }
p { color: rgb(195,65,174); }
H1.HeaderClassName
{
color: #C341AE;
}
.AnyTagClassName
{
color: #C341AE;
}
</style>
background-color css
<style>
a { background-color: #C341AE; }
a { background-color: rgb(195,65,174); }
div.DivClassName
{
background-color: #C341AE;
}
.BgClassName
{
background-color: #C341AE;
}
</style>
border-color css
<style>
span { border-color: #C341AE; }
span { border-color: rgb(195,65,174); }
td.TdClassName
{
border-color: #C341AE;
}
.TagClassName
{
border-color: #C341AE;
}
</style>