Shades of Fuchsia #C456C3
Tints of Fuchsia #C456C3
RGB
CMYK
RGB Variations
Color information
#C456C3 (or 0xC456C3) is known color: Fuchsia. HEX triplet: C4, 56 and C3. RGB value is (196,86,195). Sum of RGB (Red+Green+Blue) = 196+86+195=477 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.09% from 477); Green value is 86 (33.98% from 255 or 18.03% from 477); Blue value is 195 (76.56% from 255 or 40.88% from 477); Max value from RGB is 196 - color contains mainly: red. Hex color #C456C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C456C3 is #3BA93C. Grayscale: #828282. Windows color (decimal): -3909949 or 12801732. OLE color: 12801732.
HSL color Cylindrical-coordinate representation of color #C456C3: hue angle of 300.55º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C456C3 is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 86 | 195 | - |
| CMYK | 0 | 0.56 | 0.01 | 0.23 |
| HSL | 300.55º | 0.48% | 0.55% | - |
| HSV(B) | 300.55º | 0.56% | 0.77% | - |
| XYZ | 35.94 | 22.33 | 54.05 | - |
| YUV | 131.32 | 163.94 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 86 | 195 | 0 | 0.56 | 0.01 | 0.23 | 300.55 | 0.48 | 0.55 |
| Hex | C4 | 56 | C3 | 0 | 38 | 1 | 17 | 12D | 30 | 37 |
| Octal | 304 | 126 | 303 | 0 | 70 | 1 | 27 | 455 | 60 | 67 |
| Binary | 11000100 | 1010110 | 11000011 | 0 | 111000 | 1 | 10111 | 100101101 | 110000 | 110111 |
Color Harmonies of #C456C3
Complementary color
Monochromatic Colors of #C456C3
Black with #C456C3
Text Example
Text Example
White with #C456C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C456C3; }
p { color: rgb(196,86,195); }
H1.HeaderClassName
{
color: #C456C3;
}
.AnyTagClassName
{
color: #C456C3;
}
</style>
background-color css
<style>
a { background-color: #C456C3; }
a { background-color: rgb(196,86,195); }
div.DivClassName
{
background-color: #C456C3;
}
.BgClassName
{
background-color: #C456C3;
}
</style>
border-color css
<style>
span { border-color: #C456C3; }
span { border-color: rgb(196,86,195); }
td.TdClassName
{
border-color: #C456C3;
}
.TagClassName
{
border-color: #C456C3;
}
</style>