Shades of Fuchsia #C359C1
Tints of Fuchsia #C359C1
RGB
CMYK
RGB Variations
Color information
#C359C1 (or 0xC359C1) is known color: Fuchsia. HEX triplet: C3, 59 and C1. RGB value is (195,89,193). Sum of RGB (Red+Green+Blue) = 195+89+193=477 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.88% from 477); Green value is 89 (35.16% from 255 or 18.66% from 477); Blue value is 193 (75.78% from 255 or 40.46% from 477); Max value from RGB is 195 - color contains mainly: red. Hex color #C359C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C359C1 is #3CA63E. Grayscale: #848484. Windows color (decimal): -3974719 or 12671427. OLE color: 12671427.
HSL color Cylindrical-coordinate representation of color #C359C1: hue angle of 301.13º 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 #C359C1 is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 89 | 193 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.24 |
| HSL | 301.13º | 0.47% | 0.56% | - |
| HSV(B) | 301.13º | 0.54% | 0.76% | - |
| XYZ | 35.7 | 22.6 | 52.93 | - |
| YUV | 132.55 | 162.12 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 89 | 193 | 0 | 0.54 | 0.01 | 0.24 | 301.13 | 0.47 | 0.56 |
| Hex | C3 | 59 | C1 | 0 | 36 | 1 | 18 | 12D | 2F | 38 |
| Octal | 303 | 131 | 301 | 0 | 66 | 1 | 30 | 455 | 57 | 70 |
| Binary | 11000011 | 1011001 | 11000001 | 0 | 110110 | 1 | 11000 | 100101101 | 101111 | 111000 |
Color Harmonies of #C359C1
Complementary color
Monochromatic Colors of #C359C1
Black with #C359C1
Text Example
Text Example
White with #C359C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C359C1; }
p { color: rgb(195,89,193); }
H1.HeaderClassName
{
color: #C359C1;
}
.AnyTagClassName
{
color: #C359C1;
}
</style>
background-color css
<style>
a { background-color: #C359C1; }
a { background-color: rgb(195,89,193); }
div.DivClassName
{
background-color: #C359C1;
}
.BgClassName
{
background-color: #C359C1;
}
</style>
border-color css
<style>
span { border-color: #C359C1; }
span { border-color: rgb(195,89,193); }
td.TdClassName
{
border-color: #C359C1;
}
.TagClassName
{
border-color: #C359C1;
}
</style>