Shades of Fuchsia #C456B2
Tints of Fuchsia #C456B2
RGB
CMYK
RGB Variations
Color information
#C456B2 (or 0xC456B2) is known color: Fuchsia. HEX triplet: C4, 56 and B2. RGB value is (196,86,178). Sum of RGB (Red+Green+Blue) = 196+86+178=460 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.61% from 460); Green value is 86 (33.98% from 255 or 18.70% from 460); Blue value is 178 (69.92% from 255 or 38.70% from 460); Max value from RGB is 196 - color contains mainly: red. Hex color #C456B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C456B2 is #3BA94D. Grayscale: #818181. Windows color (decimal): -3909966 or 11687620. OLE color: 11687620.
HSL color Cylindrical-coordinate representation of color #C456B2: hue angle of 309.82º 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 #C456B2 is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 86 | 178 | - |
| CMYK | 0 | 0.56 | 0.09 | 0.23 |
| HSL | 309.82º | 0.48% | 0.55% | - |
| HSV(B) | 309.82º | 0.56% | 0.77% | - |
| XYZ | 34.13 | 21.61 | 44.49 | - |
| YUV | 129.38 | 155.44 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 86 | 178 | 0 | 0.56 | 0.09 | 0.23 | 309.82 | 0.48 | 0.55 |
| Hex | C4 | 56 | B2 | 0 | 38 | 9 | 17 | 136 | 30 | 37 |
| Octal | 304 | 126 | 262 | 0 | 70 | 11 | 27 | 466 | 60 | 67 |
| Binary | 11000100 | 1010110 | 10110010 | 0 | 111000 | 1001 | 10111 | 100110110 | 110000 | 110111 |
Color Harmonies of #C456B2
Complementary color
Monochromatic Colors of #C456B2
Black with #C456B2
Text Example
Text Example
White with #C456B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C456B2; }
p { color: rgb(196,86,178); }
H1.HeaderClassName
{
color: #C456B2;
}
.AnyTagClassName
{
color: #C456B2;
}
</style>
background-color css
<style>
a { background-color: #C456B2; }
a { background-color: rgb(196,86,178); }
div.DivClassName
{
background-color: #C456B2;
}
.BgClassName
{
background-color: #C456B2;
}
</style>
border-color css
<style>
span { border-color: #C456B2; }
span { border-color: rgb(196,86,178); }
td.TdClassName
{
border-color: #C456B2;
}
.TagClassName
{
border-color: #C456B2;
}
</style>