Shades of Fuchsia #C341AD
Tints of Fuchsia #C341AD
RGB
CMYK
RGB Variations
Color information
#C341AD (or 0xC341AD) is known color: Fuchsia. HEX triplet: C3, 41 and AD. RGB value is (195,65,173). Sum of RGB (Red+Green+Blue) = 195+65+173=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 65 (25.78% from 255 or 15.01% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 195 - color contains mainly: red. Hex color #C341AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C341AD is #3CBE52. Grayscale: #737373. Windows color (decimal): -3980883 or 11354563. OLE color: 11354563.
HSL color Cylindrical-coordinate representation of color #C341AD: hue angle of 310.15º 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 #C341AD is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 65 | 173 | - |
| CMYK | 0 | 0.67 | 0.11 | 0.24 |
| HSL | 310.15º | 0.52% | 0.51% | - |
| HSV(B) | 310.15º | 0.67% | 0.76% | - |
| XYZ | 31.94 | 18.4 | 41.4 | - |
| YUV | 116.18 | 160.07 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 65 | 173 | 0 | 0.67 | 0.11 | 0.24 | 310.15 | 0.52 | 0.51 |
| Hex | C3 | 41 | AD | 0 | 43 | B | 18 | 136 | 34 | 33 |
| Octal | 303 | 101 | 255 | 0 | 103 | 13 | 30 | 466 | 64 | 63 |
| Binary | 11000011 | 1000001 | 10101101 | 0 | 1000011 | 1011 | 11000 | 100110110 | 110100 | 110011 |
Color Harmonies of #C341AD
Complementary color
Monochromatic Colors of #C341AD
Black with #C341AD
Text Example
Text Example
White with #C341AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C341AD; }
p { color: rgb(195,65,173); }
H1.HeaderClassName
{
color: #C341AD;
}
.AnyTagClassName
{
color: #C341AD;
}
</style>
background-color css
<style>
a { background-color: #C341AD; }
a { background-color: rgb(195,65,173); }
div.DivClassName
{
background-color: #C341AD;
}
.BgClassName
{
background-color: #C341AD;
}
</style>
border-color css
<style>
span { border-color: #C341AD; }
span { border-color: rgb(195,65,173); }
td.TdClassName
{
border-color: #C341AD;
}
.TagClassName
{
border-color: #C341AD;
}
</style>