Shades of Fuchsia #C359B7
Tints of Fuchsia #C359B7
RGB
CMYK
RGB Variations
Color information
#C359B7 (or 0xC359B7) is known color: Fuchsia. HEX triplet: C3, 59 and B7. RGB value is (195,89,183). Sum of RGB (Red+Green+Blue) = 195+89+183=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 89 (35.16% from 255 or 19.06% from 467); Blue value is 183 (71.88% from 255 or 39.19% from 467); Max value from RGB is 195 - color contains mainly: red. Hex color #C359B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C359B7 is #3CA648. Grayscale: #838383. Windows color (decimal): -3974729 or 12016067. OLE color: 12016067.
HSL color Cylindrical-coordinate representation of color #C359B7: hue angle of 306.79º 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 #C359B7 is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 89 | 183 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.24 |
| HSL | 306.79º | 0.47% | 0.56% | - |
| HSV(B) | 306.79º | 0.54% | 0.76% | - |
| XYZ | 34.63 | 22.17 | 47.25 | - |
| YUV | 131.41 | 157.12 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 89 | 183 | 0 | 0.54 | 0.06 | 0.24 | 306.79 | 0.47 | 0.56 |
| Hex | C3 | 59 | B7 | 0 | 36 | 6 | 18 | 133 | 2F | 38 |
| Octal | 303 | 131 | 267 | 0 | 66 | 6 | 30 | 463 | 57 | 70 |
| Binary | 11000011 | 1011001 | 10110111 | 0 | 110110 | 110 | 11000 | 100110011 | 101111 | 111000 |
Color Harmonies of #C359B7
Complementary color
Monochromatic Colors of #C359B7
Black with #C359B7
Text Example
Text Example
White with #C359B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C359B7; }
p { color: rgb(195,89,183); }
H1.HeaderClassName
{
color: #C359B7;
}
.AnyTagClassName
{
color: #C359B7;
}
</style>
background-color css
<style>
a { background-color: #C359B7; }
a { background-color: rgb(195,89,183); }
div.DivClassName
{
background-color: #C359B7;
}
.BgClassName
{
background-color: #C359B7;
}
</style>
border-color css
<style>
span { border-color: #C359B7; }
span { border-color: rgb(195,89,183); }
td.TdClassName
{
border-color: #C359B7;
}
.TagClassName
{
border-color: #C359B7;
}
</style>