Shades of Fuchsia #C359AD
Tints of Fuchsia #C359AD
RGB
CMYK
RGB Variations
Color information
#C359AD (or 0xC359AD) is known color: Fuchsia. HEX triplet: C3, 59 and AD. RGB value is (195,89,173). Sum of RGB (Red+Green+Blue) = 195+89+173=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 89 (35.16% from 255 or 19.47% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 195 - color contains mainly: red. Hex color #C359AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C359AD is #3CA652. Grayscale: #828282. Windows color (decimal): -3974739 or 11360707. OLE color: 11360707.
HSL color Cylindrical-coordinate representation of color #C359AD: hue angle of 312.45º 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 #C359AD is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 89 | 173 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.24 |
| HSL | 312.45º | 0.47% | 0.56% | - |
| HSV(B) | 312.45º | 0.54% | 0.76% | - |
| XYZ | 33.62 | 21.76 | 41.96 | - |
| YUV | 130.27 | 152.12 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 89 | 173 | 0 | 0.54 | 0.11 | 0.24 | 312.45 | 0.47 | 0.56 |
| Hex | C3 | 59 | AD | 0 | 36 | B | 18 | 138 | 2F | 38 |
| Octal | 303 | 131 | 255 | 0 | 66 | 13 | 30 | 470 | 57 | 70 |
| Binary | 11000011 | 1011001 | 10101101 | 0 | 110110 | 1011 | 11000 | 100111000 | 101111 | 111000 |
Color Harmonies of #C359AD
Complementary color
Monochromatic Colors of #C359AD
Black with #C359AD
Text Example
Text Example
White with #C359AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C359AD; }
p { color: rgb(195,89,173); }
H1.HeaderClassName
{
color: #C359AD;
}
.AnyTagClassName
{
color: #C359AD;
}
</style>
background-color css
<style>
a { background-color: #C359AD; }
a { background-color: rgb(195,89,173); }
div.DivClassName
{
background-color: #C359AD;
}
.BgClassName
{
background-color: #C359AD;
}
</style>
border-color css
<style>
span { border-color: #C359AD; }
span { border-color: rgb(195,89,173); }
td.TdClassName
{
border-color: #C359AD;
}
.TagClassName
{
border-color: #C359AD;
}
</style>