Shades of Fuchsia #C455BE
Tints of Fuchsia #C455BE
RGB
CMYK
RGB Variations
Color information
#C455BE (or 0xC455BE) is known color: Fuchsia. HEX triplet: C4, 55 and BE. RGB value is (196,85,190). Sum of RGB (Red+Green+Blue) = 196+85+190=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 85 (33.59% from 255 or 18.05% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 196 - color contains mainly: red. Hex color #C455BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C455BE is #3BAA41. Grayscale: #818181. Windows color (decimal): -3910210 or 12473796. OLE color: 12473796.
HSL color Cylindrical-coordinate representation of color #C455BE: hue angle of 303.24º 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 #C455BE is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 85 | 190 | - |
| CMYK | 0 | 0.57 | 0.03 | 0.23 |
| HSL | 303.24º | 0.48% | 0.55% | - |
| HSV(B) | 303.24º | 0.57% | 0.77% | - |
| XYZ | 35.31 | 21.95 | 51.09 | - |
| YUV | 130.16 | 161.77 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 85 | 190 | 0 | 0.57 | 0.03 | 0.23 | 303.24 | 0.48 | 0.55 |
| Hex | C4 | 55 | BE | 0 | 39 | 3 | 17 | 12F | 30 | 37 |
| Octal | 304 | 125 | 276 | 0 | 71 | 3 | 27 | 457 | 60 | 67 |
| Binary | 11000100 | 1010101 | 10111110 | 0 | 111001 | 11 | 10111 | 100101111 | 110000 | 110111 |
Color Harmonies of #C455BE
Complementary color
Monochromatic Colors of #C455BE
Black with #C455BE
Text Example
Text Example
White with #C455BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C455BE; }
p { color: rgb(196,85,190); }
H1.HeaderClassName
{
color: #C455BE;
}
.AnyTagClassName
{
color: #C455BE;
}
</style>
background-color css
<style>
a { background-color: #C455BE; }
a { background-color: rgb(196,85,190); }
div.DivClassName
{
background-color: #C455BE;
}
.BgClassName
{
background-color: #C455BE;
}
</style>
border-color css
<style>
span { border-color: #C455BE; }
span { border-color: rgb(196,85,190); }
td.TdClassName
{
border-color: #C455BE;
}
.TagClassName
{
border-color: #C455BE;
}
</style>