Shades of Fuchsia #C356B9
Tints of Fuchsia #C356B9
RGB
CMYK
RGB Variations
Color information
#C356B9 (or 0xC356B9) is known color: Fuchsia. HEX triplet: C3, 56 and B9. RGB value is (195,86,185). Sum of RGB (Red+Green+Blue) = 195+86+185=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 86 (33.98% from 255 or 18.45% from 466); Blue value is 185 (72.66% from 255 or 39.70% from 466); Max value from RGB is 195 - color contains mainly: red. Hex color #C356B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C356B9 is #3CA946. Grayscale: #818181. Windows color (decimal): -3975495 or 12146371. OLE color: 12146371.
HSL color Cylindrical-coordinate representation of color #C356B9: hue angle of 305.5º 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 #C356B9 is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 86 | 185 | - |
| CMYK | 0 | 0.56 | 0.05 | 0.24 |
| HSL | 305.5º | 0.48% | 0.55% | - |
| HSV(B) | 305.5º | 0.56% | 0.76% | - |
| XYZ | 34.59 | 21.76 | 48.28 | - |
| YUV | 129.88 | 159.11 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 86 | 185 | 0 | 0.56 | 0.05 | 0.24 | 305.5 | 0.48 | 0.55 |
| Hex | C3 | 56 | B9 | 0 | 38 | 5 | 18 | 132 | 30 | 37 |
| Octal | 303 | 126 | 271 | 0 | 70 | 5 | 30 | 462 | 60 | 67 |
| Binary | 11000011 | 1010110 | 10111001 | 0 | 111000 | 101 | 11000 | 100110010 | 110000 | 110111 |
Color Harmonies of #C356B9
Complementary color
Monochromatic Colors of #C356B9
Black with #C356B9
Text Example
Text Example
White with #C356B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C356B9; }
p { color: rgb(195,86,185); }
H1.HeaderClassName
{
color: #C356B9;
}
.AnyTagClassName
{
color: #C356B9;
}
</style>
background-color css
<style>
a { background-color: #C356B9; }
a { background-color: rgb(195,86,185); }
div.DivClassName
{
background-color: #C356B9;
}
.BgClassName
{
background-color: #C356B9;
}
</style>
border-color css
<style>
span { border-color: #C356B9; }
span { border-color: rgb(195,86,185); }
td.TdClassName
{
border-color: #C356B9;
}
.TagClassName
{
border-color: #C356B9;
}
</style>