Shades of Fuchsia #C259B7
Tints of Fuchsia #C259B7
RGB
CMYK
RGB Variations
Color information
#C259B7 (or 0xC259B7) is known color: Fuchsia. HEX triplet: C2, 59 and B7. RGB value is (194,89,183). Sum of RGB (Red+Green+Blue) = 194+89+183=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 89 (35.16% from 255 or 19.10% from 466); Blue value is 183 (71.88% from 255 or 39.27% from 466); Max value from RGB is 194 - color contains mainly: red. Hex color #C259B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C259B7 is #3DA648. Grayscale: #828282. Windows color (decimal): -4040265 or 12016066. OLE color: 12016066.
HSL color Cylindrical-coordinate representation of color #C259B7: hue angle of 306.29º 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 #C259B7 is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 89 | 183 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.24 |
| HSL | 306.29º | 0.46% | 0.55% | - |
| HSV(B) | 306.29º | 0.54% | 0.76% | - |
| XYZ | 34.37 | 22.03 | 47.24 | - |
| YUV | 131.11 | 157.29 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 89 | 183 | 0 | 0.54 | 0.06 | 0.24 | 306.29 | 0.46 | 0.55 |
| Hex | C2 | 59 | B7 | 0 | 36 | 6 | 18 | 132 | 2E | 37 |
| Octal | 302 | 131 | 267 | 0 | 66 | 6 | 30 | 462 | 56 | 67 |
| Binary | 11000010 | 1011001 | 10110111 | 0 | 110110 | 110 | 11000 | 100110010 | 101110 | 110111 |
Color Harmonies of #C259B7
Complementary color
Monochromatic Colors of #C259B7
Black with #C259B7
Text Example
Text Example
White with #C259B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C259B7; }
p { color: rgb(194,89,183); }
H1.HeaderClassName
{
color: #C259B7;
}
.AnyTagClassName
{
color: #C259B7;
}
</style>
background-color css
<style>
a { background-color: #C259B7; }
a { background-color: rgb(194,89,183); }
div.DivClassName
{
background-color: #C259B7;
}
.BgClassName
{
background-color: #C259B7;
}
</style>
border-color css
<style>
span { border-color: #C259B7; }
span { border-color: rgb(194,89,183); }
td.TdClassName
{
border-color: #C259B7;
}
.TagClassName
{
border-color: #C259B7;
}
</style>