Shades of Fuchsia #C359B2
Tints of Fuchsia #C359B2
RGB
CMYK
RGB Variations
Color information
#C359B2 (or 0xC359B2) is known color: Fuchsia. HEX triplet: C3, 59 and B2. RGB value is (195,89,178). Sum of RGB (Red+Green+Blue) = 195+89+178=462 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.21% from 462); Green value is 89 (35.16% from 255 or 19.26% from 462); Blue value is 178 (69.92% from 255 or 38.53% from 462); Max value from RGB is 195 - color contains mainly: red. Hex color #C359B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C359B2 is #3CA64D. Grayscale: #828282. Windows color (decimal): -3974734 or 11688387. OLE color: 11688387.
HSL color Cylindrical-coordinate representation of color #C359B2: hue angle of 309.62º 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 #C359B2 is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 89 | 178 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.24 |
| HSL | 309.62º | 0.47% | 0.56% | - |
| HSV(B) | 309.62º | 0.54% | 0.76% | - |
| XYZ | 34.11 | 21.96 | 44.56 | - |
| YUV | 130.84 | 154.62 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 89 | 178 | 0 | 0.54 | 0.09 | 0.24 | 309.62 | 0.47 | 0.56 |
| Hex | C3 | 59 | B2 | 0 | 36 | 9 | 18 | 136 | 2F | 38 |
| Octal | 303 | 131 | 262 | 0 | 66 | 11 | 30 | 466 | 57 | 70 |
| Binary | 11000011 | 1011001 | 10110010 | 0 | 110110 | 1001 | 11000 | 100110110 | 101111 | 111000 |
Color Harmonies of #C359B2
Complementary color
Monochromatic Colors of #C359B2
Black with #C359B2
Text Example
Text Example
White with #C359B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C359B2; }
p { color: rgb(195,89,178); }
H1.HeaderClassName
{
color: #C359B2;
}
.AnyTagClassName
{
color: #C359B2;
}
</style>
background-color css
<style>
a { background-color: #C359B2; }
a { background-color: rgb(195,89,178); }
div.DivClassName
{
background-color: #C359B2;
}
.BgClassName
{
background-color: #C359B2;
}
</style>
border-color css
<style>
span { border-color: #C359B2; }
span { border-color: rgb(195,89,178); }
td.TdClassName
{
border-color: #C359B2;
}
.TagClassName
{
border-color: #C359B2;
}
</style>