Shades of Fuchsia #C454B8
Tints of Fuchsia #C454B8
RGB
CMYK
RGB Variations
Color information
#C454B8 (or 0xC454B8) is known color: Fuchsia. HEX triplet: C4, 54 and B8. RGB value is (196,84,184). Sum of RGB (Red+Green+Blue) = 196+84+184=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 84 (33.20% from 255 or 18.10% from 464); Blue value is 184 (72.27% from 255 or 39.66% from 464); Max value from RGB is 196 - color contains mainly: red. Hex color #C454B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C454B8 is #3BAB47. Grayscale: #808080. Windows color (decimal): -3910472 or 12080324. OLE color: 12080324.
HSL color Cylindrical-coordinate representation of color #C454B8: hue angle of 306.43º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C454B8 is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 84 | 184 | - |
| CMYK | 0 | 0.57 | 0.06 | 0.23 |
| HSL | 306.43º | 0.49% | 0.55% | - |
| HSV(B) | 306.43º | 0.57% | 0.77% | - |
| XYZ | 34.59 | 21.54 | 47.68 | - |
| YUV | 128.89 | 159.11 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 84 | 184 | 0 | 0.57 | 0.06 | 0.23 | 306.43 | 0.49 | 0.55 |
| Hex | C4 | 54 | B8 | 0 | 39 | 6 | 17 | 132 | 31 | 37 |
| Octal | 304 | 124 | 270 | 0 | 71 | 6 | 27 | 462 | 61 | 67 |
| Binary | 11000100 | 1010100 | 10111000 | 0 | 111001 | 110 | 10111 | 100110010 | 110001 | 110111 |
Color Harmonies of #C454B8
Complementary color
Monochromatic Colors of #C454B8
Black with #C454B8
Text Example
Text Example
White with #C454B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C454B8; }
p { color: rgb(196,84,184); }
H1.HeaderClassName
{
color: #C454B8;
}
.AnyTagClassName
{
color: #C454B8;
}
</style>
background-color css
<style>
a { background-color: #C454B8; }
a { background-color: rgb(196,84,184); }
div.DivClassName
{
background-color: #C454B8;
}
.BgClassName
{
background-color: #C454B8;
}
</style>
border-color css
<style>
span { border-color: #C454B8; }
span { border-color: rgb(196,84,184); }
td.TdClassName
{
border-color: #C454B8;
}
.TagClassName
{
border-color: #C454B8;
}
</style>