Shades of Fuchsia #C259C1
Tints of Fuchsia #C259C1
RGB
CMYK
RGB Variations
Color information
#C259C1 (or 0xC259C1) is known color: Fuchsia. HEX triplet: C2, 59 and C1. RGB value is (194,89,193). Sum of RGB (Red+Green+Blue) = 194+89+193=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 89 (35.16% from 255 or 18.70% from 476); Blue value is 193 (75.78% from 255 or 40.55% from 476); Max value from RGB is 194 - color contains mainly: red. Hex color #C259C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C259C1 is #3DA63E. Grayscale: #838383. Windows color (decimal): -4040255 or 12671426. OLE color: 12671426.
HSL color Cylindrical-coordinate representation of color #C259C1: hue angle of 300.57º 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 #C259C1 is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 89 | 193 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.24 |
| HSL | 300.57º | 0.46% | 0.55% | - |
| HSV(B) | 300.57º | 0.54% | 0.76% | - |
| XYZ | 35.45 | 22.46 | 52.92 | - |
| YUV | 132.25 | 162.29 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 89 | 193 | 0 | 0.54 | 0.01 | 0.24 | 300.57 | 0.46 | 0.55 |
| Hex | C2 | 59 | C1 | 0 | 36 | 1 | 18 | 12D | 2E | 37 |
| Octal | 302 | 131 | 301 | 0 | 66 | 1 | 30 | 455 | 56 | 67 |
| Binary | 11000010 | 1011001 | 11000001 | 0 | 110110 | 1 | 11000 | 100101101 | 101110 | 110111 |
Color Harmonies of #C259C1
Complementary color
Monochromatic Colors of #C259C1
Black with #C259C1
Text Example
Text Example
White with #C259C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C259C1; }
p { color: rgb(194,89,193); }
H1.HeaderClassName
{
color: #C259C1;
}
.AnyTagClassName
{
color: #C259C1;
}
</style>
background-color css
<style>
a { background-color: #C259C1; }
a { background-color: rgb(194,89,193); }
div.DivClassName
{
background-color: #C259C1;
}
.BgClassName
{
background-color: #C259C1;
}
</style>
border-color css
<style>
span { border-color: #C259C1; }
span { border-color: rgb(194,89,193); }
td.TdClassName
{
border-color: #C259C1;
}
.TagClassName
{
border-color: #C259C1;
}
</style>