Shades of Fuchsia #C259BE
Tints of Fuchsia #C259BE
RGB
CMYK
RGB Variations
Color information
#C259BE (or 0xC259BE) is known color: Fuchsia. HEX triplet: C2, 59 and BE. RGB value is (194,89,190). Sum of RGB (Red+Green+Blue) = 194+89+190=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 89 (35.16% from 255 or 18.82% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 194 - color contains mainly: red. Hex color #C259BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C259BE is #3DA641. Grayscale: #838383. Windows color (decimal): -4040258 or 12474818. OLE color: 12474818.
HSL color Cylindrical-coordinate representation of color #C259BE: hue angle of 302.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 #C259BE is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 89 | 190 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.24 |
| HSL | 302.29º | 0.46% | 0.55% | - |
| HSV(B) | 302.29º | 0.54% | 0.76% | - |
| XYZ | 35.11 | 22.33 | 51.17 | - |
| YUV | 131.91 | 160.79 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 89 | 190 | 0 | 0.54 | 0.02 | 0.24 | 302.29 | 0.46 | 0.55 |
| Hex | C2 | 59 | BE | 0 | 36 | 2 | 18 | 12E | 2E | 37 |
| Octal | 302 | 131 | 276 | 0 | 66 | 2 | 30 | 456 | 56 | 67 |
| Binary | 11000010 | 1011001 | 10111110 | 0 | 110110 | 10 | 11000 | 100101110 | 101110 | 110111 |
Color Harmonies of #C259BE
Complementary color
Monochromatic Colors of #C259BE
Black with #C259BE
Text Example
Text Example
White with #C259BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C259BE; }
p { color: rgb(194,89,190); }
H1.HeaderClassName
{
color: #C259BE;
}
.AnyTagClassName
{
color: #C259BE;
}
</style>
background-color css
<style>
a { background-color: #C259BE; }
a { background-color: rgb(194,89,190); }
div.DivClassName
{
background-color: #C259BE;
}
.BgClassName
{
background-color: #C259BE;
}
</style>
border-color css
<style>
span { border-color: #C259BE; }
span { border-color: rgb(194,89,190); }
td.TdClassName
{
border-color: #C259BE;
}
.TagClassName
{
border-color: #C259BE;
}
</style>