Shades of Fuchsia #C259AD
Tints of Fuchsia #C259AD
RGB
CMYK
RGB Variations
Color information
#C259AD (or 0xC259AD) is known color: Fuchsia. HEX triplet: C2, 59 and AD. RGB value is (194,89,173). Sum of RGB (Red+Green+Blue) = 194+89+173=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 89 (35.16% from 255 or 19.52% from 456); Blue value is 173 (67.97% from 255 or 37.94% from 456); Max value from RGB is 194 - color contains mainly: red. Hex color #C259AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C259AD is #3DA652. Grayscale: #818181. Windows color (decimal): -4040275 or 11360706. OLE color: 11360706.
HSL color Cylindrical-coordinate representation of color #C259AD: hue angle of 312º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C259AD is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 89 | 173 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.24 |
| HSL | 312º | 0.46% | 0.55% | - |
| HSV(B) | 312º | 0.54% | 0.76% | - |
| XYZ | 33.36 | 21.63 | 41.95 | - |
| YUV | 129.97 | 152.29 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 89 | 173 | 0 | 0.54 | 0.11 | 0.24 | 312 | 0.46 | 0.55 |
| Hex | C2 | 59 | AD | 0 | 36 | B | 18 | 138 | 2E | 37 |
| Octal | 302 | 131 | 255 | 0 | 66 | 13 | 30 | 470 | 56 | 67 |
| Binary | 11000010 | 1011001 | 10101101 | 0 | 110110 | 1011 | 11000 | 100111000 | 101110 | 110111 |
Color Harmonies of #C259AD
Complementary color
Monochromatic Colors of #C259AD
Black with #C259AD
Text Example
Text Example
White with #C259AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C259AD; }
p { color: rgb(194,89,173); }
H1.HeaderClassName
{
color: #C259AD;
}
.AnyTagClassName
{
color: #C259AD;
}
</style>
background-color css
<style>
a { background-color: #C259AD; }
a { background-color: rgb(194,89,173); }
div.DivClassName
{
background-color: #C259AD;
}
.BgClassName
{
background-color: #C259AD;
}
</style>
border-color css
<style>
span { border-color: #C259AD; }
span { border-color: rgb(194,89,173); }
td.TdClassName
{
border-color: #C259AD;
}
.TagClassName
{
border-color: #C259AD;
}
</style>