Shades of Fuchsia #C459C6
Tints of Fuchsia #C459C6
RGB
CMYK
RGB Variations
Color information
#C459C6 (or 0xC459C6) is known color: Fuchsia. HEX triplet: C4, 59 and C6. RGB value is (196,89,198). Sum of RGB (Red+Green+Blue) = 196+89+198=483 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.58% from 483); Green value is 89 (35.16% from 255 or 18.43% from 483); Blue value is 198 (77.73% from 255 or 40.99% from 483); Max value from RGB is 198 - color contains mainly: blue. Hex color #C459C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C459C6 is #3BA639. Grayscale: #858585. Windows color (decimal): -3909178 or 12999108. OLE color: 12999108.
HSL color Cylindrical-coordinate representation of color #C459C6: hue angle of 298.9º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C459C6 is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 89 | 198 | - |
| CMYK | 0.01 | 0.55 | 0 | 0.22 |
| HSL | 298.9º | 0.49% | 0.56% | - |
| HSV(B) | 298.9º | 0.55% | 0.78% | - |
| XYZ | 36.53 | 22.96 | 55.93 | - |
| YUV | 133.42 | 164.45 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 89 | 198 | 0.01 | 0.55 | 0 | 0.22 | 298.9 | 0.49 | 0.56 |
| Hex | C4 | 59 | C6 | 1 | 37 | 0 | 16 | 12B | 31 | 38 |
| Octal | 304 | 131 | 306 | 1 | 67 | 0 | 26 | 453 | 61 | 70 |
| Binary | 11000100 | 1011001 | 11000110 | 1 | 110111 | 0 | 10110 | 100101011 | 110001 | 111000 |
Color Harmonies of #C459C6
Complementary color
Monochromatic Colors of #C459C6
Black with #C459C6
Text Example
Text Example
White with #C459C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C459C6; }
p { color: rgb(196,89,198); }
H1.HeaderClassName
{
color: #C459C6;
}
.AnyTagClassName
{
color: #C459C6;
}
</style>
background-color css
<style>
a { background-color: #C459C6; }
a { background-color: rgb(196,89,198); }
div.DivClassName
{
background-color: #C459C6;
}
.BgClassName
{
background-color: #C459C6;
}
</style>
border-color css
<style>
span { border-color: #C459C6; }
span { border-color: rgb(196,89,198); }
td.TdClassName
{
border-color: #C459C6;
}
.TagClassName
{
border-color: #C459C6;
}
</style>