Shades of Fuchsia #C341BA
Tints of Fuchsia #C341BA
RGB
CMYK
RGB Variations
Color information
#C341BA (or 0xC341BA) is known color: Fuchsia. HEX triplet: C3, 41 and BA. RGB value is (195,65,186). Sum of RGB (Red+Green+Blue) = 195+65+186=446 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.72% from 446); Green value is 65 (25.78% from 255 or 14.57% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 195 - color contains mainly: red. Hex color #C341BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C341BA is #3CBE45. Grayscale: #757575. Windows color (decimal): -3980870 or 12206531. OLE color: 12206531.
HSL color Cylindrical-coordinate representation of color #C341BA: hue angle of 304.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 #C341BA is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 65 | 186 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.24 |
| HSL | 304.15º | 0.52% | 0.51% | - |
| HSV(B) | 304.15º | 0.67% | 0.76% | - |
| XYZ | 33.26 | 18.93 | 48.35 | - |
| YUV | 117.66 | 166.57 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 65 | 186 | 0 | 0.67 | 0.05 | 0.24 | 304.15 | 0.52 | 0.51 |
| Hex | C3 | 41 | BA | 0 | 43 | 5 | 18 | 130 | 34 | 33 |
| Octal | 303 | 101 | 272 | 0 | 103 | 5 | 30 | 460 | 64 | 63 |
| Binary | 11000011 | 1000001 | 10111010 | 0 | 1000011 | 101 | 11000 | 100110000 | 110100 | 110011 |
Color Harmonies of #C341BA
Complementary color
Monochromatic Colors of #C341BA
Black with #C341BA
Text Example
Text Example
White with #C341BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C341BA; }
p { color: rgb(195,65,186); }
H1.HeaderClassName
{
color: #C341BA;
}
.AnyTagClassName
{
color: #C341BA;
}
</style>
background-color css
<style>
a { background-color: #C341BA; }
a { background-color: rgb(195,65,186); }
div.DivClassName
{
background-color: #C341BA;
}
.BgClassName
{
background-color: #C341BA;
}
</style>
border-color css
<style>
span { border-color: #C341BA; }
span { border-color: rgb(195,65,186); }
td.TdClassName
{
border-color: #C341BA;
}
.TagClassName
{
border-color: #C341BA;
}
</style>