Shades of Fuchsia #C455B8
Tints of Fuchsia #C455B8
RGB
CMYK
RGB Variations
Color information
#C455B8 (or 0xC455B8) is known color: Fuchsia. HEX triplet: C4, 55 and B8. RGB value is (196,85,184). Sum of RGB (Red+Green+Blue) = 196+85+184=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 85 (33.59% from 255 or 18.28% from 465); Blue value is 184 (72.27% from 255 or 39.57% from 465); Max value from RGB is 196 - color contains mainly: red. Hex color #C455B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C455B8 is #3BAA47. Grayscale: #818181. Windows color (decimal): -3910216 or 12080580. OLE color: 12080580.
HSL color Cylindrical-coordinate representation of color #C455B8: hue angle of 306.49º degrees, saturation: 0.48, 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 #C455B8 is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 85 | 184 | - |
| CMYK | 0 | 0.57 | 0.06 | 0.23 |
| HSL | 306.49º | 0.48% | 0.55% | - |
| HSV(B) | 306.49º | 0.57% | 0.77% | - |
| XYZ | 34.67 | 21.69 | 47.71 | - |
| YUV | 129.48 | 158.77 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 85 | 184 | 0 | 0.57 | 0.06 | 0.23 | 306.49 | 0.48 | 0.55 |
| Hex | C4 | 55 | B8 | 0 | 39 | 6 | 17 | 132 | 30 | 37 |
| Octal | 304 | 125 | 270 | 0 | 71 | 6 | 27 | 462 | 60 | 67 |
| Binary | 11000100 | 1010101 | 10111000 | 0 | 111001 | 110 | 10111 | 100110010 | 110000 | 110111 |
Color Harmonies of #C455B8
Complementary color
Monochromatic Colors of #C455B8
Black with #C455B8
Text Example
Text Example
White with #C455B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C455B8; }
p { color: rgb(196,85,184); }
H1.HeaderClassName
{
color: #C455B8;
}
.AnyTagClassName
{
color: #C455B8;
}
</style>
background-color css
<style>
a { background-color: #C455B8; }
a { background-color: rgb(196,85,184); }
div.DivClassName
{
background-color: #C455B8;
}
.BgClassName
{
background-color: #C455B8;
}
</style>
border-color css
<style>
span { border-color: #C455B8; }
span { border-color: rgb(196,85,184); }
td.TdClassName
{
border-color: #C455B8;
}
.TagClassName
{
border-color: #C455B8;
}
</style>