Shades of Fuchsia #C359BA
Tints of Fuchsia #C359BA
RGB
CMYK
RGB Variations
Color information
#C359BA (or 0xC359BA) is known color: Fuchsia. HEX triplet: C3, 59 and BA. RGB value is (195,89,186). Sum of RGB (Red+Green+Blue) = 195+89+186=470 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.49% from 470); Green value is 89 (35.16% from 255 or 18.94% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 195 - color contains mainly: red. Hex color #C359BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C359BA is #3CA645. Grayscale: #838383. Windows color (decimal): -3974726 or 12212675. OLE color: 12212675.
HSL color Cylindrical-coordinate representation of color #C359BA: hue angle of 305.09º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C359BA is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 89 | 186 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.24 |
| HSL | 305.09º | 0.47% | 0.56% | - |
| HSV(B) | 305.09º | 0.54% | 0.76% | - |
| XYZ | 34.94 | 22.29 | 48.92 | - |
| YUV | 131.75 | 158.62 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 89 | 186 | 0 | 0.54 | 0.05 | 0.24 | 305.09 | 0.47 | 0.56 |
| Hex | C3 | 59 | BA | 0 | 36 | 5 | 18 | 131 | 2F | 38 |
| Octal | 303 | 131 | 272 | 0 | 66 | 5 | 30 | 461 | 57 | 70 |
| Binary | 11000011 | 1011001 | 10111010 | 0 | 110110 | 101 | 11000 | 100110001 | 101111 | 111000 |
Color Harmonies of #C359BA
Complementary color
Monochromatic Colors of #C359BA
Black with #C359BA
Text Example
Text Example
White with #C359BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C359BA; }
p { color: rgb(195,89,186); }
H1.HeaderClassName
{
color: #C359BA;
}
.AnyTagClassName
{
color: #C359BA;
}
</style>
background-color css
<style>
a { background-color: #C359BA; }
a { background-color: rgb(195,89,186); }
div.DivClassName
{
background-color: #C359BA;
}
.BgClassName
{
background-color: #C359BA;
}
</style>
border-color css
<style>
span { border-color: #C359BA; }
span { border-color: rgb(195,89,186); }
td.TdClassName
{
border-color: #C359BA;
}
.TagClassName
{
border-color: #C359BA;
}
</style>