Shades of Fuchsia #C341AC
Tints of Fuchsia #C341AC
RGB
CMYK
RGB Variations
Color information
#C341AC (or 0xC341AC) is known color: Fuchsia. HEX triplet: C3, 41 and AC. RGB value is (195,65,172). Sum of RGB (Red+Green+Blue) = 195+65+172=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 65 (25.78% from 255 or 15.05% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 195 - color contains mainly: red. Hex color #C341AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C341AC is #3CBE53. Grayscale: #737373. Windows color (decimal): -3980884 or 11289027. OLE color: 11289027.
HSL color Cylindrical-coordinate representation of color #C341AC: hue angle of 310.62º 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 #C341AC is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 65 | 172 | - |
| CMYK | 0 | 0.67 | 0.12 | 0.24 |
| HSL | 310.62º | 0.52% | 0.51% | - |
| HSV(B) | 310.62º | 0.67% | 0.76% | - |
| XYZ | 31.84 | 18.36 | 40.9 | - |
| YUV | 116.07 | 159.57 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 65 | 172 | 0 | 0.67 | 0.12 | 0.24 | 310.62 | 0.52 | 0.51 |
| Hex | C3 | 41 | AC | 0 | 43 | C | 18 | 137 | 34 | 33 |
| Octal | 303 | 101 | 254 | 0 | 103 | 14 | 30 | 467 | 64 | 63 |
| Binary | 11000011 | 1000001 | 10101100 | 0 | 1000011 | 1100 | 11000 | 100110111 | 110100 | 110011 |
Color Harmonies of #C341AC
Complementary color
Monochromatic Colors of #C341AC
Black with #C341AC
Text Example
Text Example
White with #C341AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C341AC; }
p { color: rgb(195,65,172); }
H1.HeaderClassName
{
color: #C341AC;
}
.AnyTagClassName
{
color: #C341AC;
}
</style>
background-color css
<style>
a { background-color: #C341AC; }
a { background-color: rgb(195,65,172); }
div.DivClassName
{
background-color: #C341AC;
}
.BgClassName
{
background-color: #C341AC;
}
</style>
border-color css
<style>
span { border-color: #C341AC; }
span { border-color: rgb(195,65,172); }
td.TdClassName
{
border-color: #C341AC;
}
.TagClassName
{
border-color: #C341AC;
}
</style>