Shades of Fuchsia #C355BA
Tints of Fuchsia #C355BA
RGB
CMYK
RGB Variations
Color information
#C355BA (or 0xC355BA) is known color: Fuchsia. HEX triplet: C3, 55 and BA. RGB value is (195,85,186). Sum of RGB (Red+Green+Blue) = 195+85+186=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 85 (33.59% from 255 or 18.24% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 195 - color contains mainly: red. Hex color #C355BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C355BA is #3CAA45. Grayscale: #818181. Windows color (decimal): -3975750 or 12211651. OLE color: 12211651.
HSL color Cylindrical-coordinate representation of color #C355BA: hue angle of 304.91º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C355BA is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 85 | 186 | - |
| CMYK | 0 | 0.56 | 0.05 | 0.24 |
| HSL | 304.91º | 0.48% | 0.55% | - |
| HSV(B) | 304.91º | 0.56% | 0.76% | - |
| XYZ | 34.62 | 21.64 | 48.81 | - |
| YUV | 129.4 | 159.94 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 85 | 186 | 0 | 0.56 | 0.05 | 0.24 | 304.91 | 0.48 | 0.55 |
| Hex | C3 | 55 | BA | 0 | 38 | 5 | 18 | 131 | 30 | 37 |
| Octal | 303 | 125 | 272 | 0 | 70 | 5 | 30 | 461 | 60 | 67 |
| Binary | 11000011 | 1010101 | 10111010 | 0 | 111000 | 101 | 11000 | 100110001 | 110000 | 110111 |
Color Harmonies of #C355BA
Complementary color
Monochromatic Colors of #C355BA
Black with #C355BA
Text Example
Text Example
White with #C355BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C355BA; }
p { color: rgb(195,85,186); }
H1.HeaderClassName
{
color: #C355BA;
}
.AnyTagClassName
{
color: #C355BA;
}
</style>
background-color css
<style>
a { background-color: #C355BA; }
a { background-color: rgb(195,85,186); }
div.DivClassName
{
background-color: #C355BA;
}
.BgClassName
{
background-color: #C355BA;
}
</style>
border-color css
<style>
span { border-color: #C355BA; }
span { border-color: rgb(195,85,186); }
td.TdClassName
{
border-color: #C355BA;
}
.TagClassName
{
border-color: #C355BA;
}
</style>