Shades of Fuchsia #C359C0
Tints of Fuchsia #C359C0
RGB
CMYK
RGB Variations
Color information
#C359C0 (or 0xC359C0) is known color: Fuchsia. HEX triplet: C3, 59 and C0. RGB value is (195,89,192). Sum of RGB (Red+Green+Blue) = 195+89+192=476 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.97% from 476); Green value is 89 (35.16% from 255 or 18.70% from 476); Blue value is 192 (75.39% from 255 or 40.34% from 476); Max value from RGB is 195 - color contains mainly: red. Hex color #C359C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C359C0 is #3CA63F. Grayscale: #848484. Windows color (decimal): -3974720 or 12605891. OLE color: 12605891.
HSL color Cylindrical-coordinate representation of color #C359C0: hue angle of 301.7º 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 #C359C0 is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 89 | 192 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.24 |
| HSL | 301.7º | 0.47% | 0.56% | - |
| HSV(B) | 301.7º | 0.54% | 0.76% | - |
| XYZ | 35.59 | 22.55 | 52.35 | - |
| YUV | 132.44 | 161.62 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 89 | 192 | 0 | 0.54 | 0.02 | 0.24 | 301.7 | 0.47 | 0.56 |
| Hex | C3 | 59 | C0 | 0 | 36 | 2 | 18 | 12E | 2F | 38 |
| Octal | 303 | 131 | 300 | 0 | 66 | 2 | 30 | 456 | 57 | 70 |
| Binary | 11000011 | 1011001 | 11000000 | 0 | 110110 | 10 | 11000 | 100101110 | 101111 | 111000 |
Color Harmonies of #C359C0
Complementary color
Monochromatic Colors of #C359C0
Black with #C359C0
Text Example
Text Example
White with #C359C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C359C0; }
p { color: rgb(195,89,192); }
H1.HeaderClassName
{
color: #C359C0;
}
.AnyTagClassName
{
color: #C359C0;
}
</style>
background-color css
<style>
a { background-color: #C359C0; }
a { background-color: rgb(195,89,192); }
div.DivClassName
{
background-color: #C359C0;
}
.BgClassName
{
background-color: #C359C0;
}
</style>
border-color css
<style>
span { border-color: #C359C0; }
span { border-color: rgb(195,89,192); }
td.TdClassName
{
border-color: #C359C0;
}
.TagClassName
{
border-color: #C359C0;
}
</style>