Shades of Fuchsia #C454B0
Tints of Fuchsia #C454B0
RGB
CMYK
RGB Variations
Color information
#C454B0 (or 0xC454B0) is known color: Fuchsia. HEX triplet: C4, 54 and B0. RGB value is (196,84,176). Sum of RGB (Red+Green+Blue) = 196+84+176=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 84 (33.20% from 255 or 18.42% from 456); Blue value is 176 (69.14% from 255 or 38.60% from 456); Max value from RGB is 196 - color contains mainly: red. Hex color #C454B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C454B0 is #3BAB4F. Grayscale: #7F7F7F. Windows color (decimal): -3910480 or 11556036. OLE color: 11556036.
HSL color Cylindrical-coordinate representation of color #C454B0: hue angle of 310.71º 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 #C454B0 is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 84 | 176 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.23 |
| HSL | 310.71º | 0.49% | 0.55% | - |
| HSV(B) | 310.71º | 0.57% | 0.77% | - |
| XYZ | 33.77 | 21.21 | 43.39 | - |
| YUV | 127.98 | 155.11 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 84 | 176 | 0 | 0.57 | 0.10 | 0.23 | 310.71 | 0.49 | 0.55 |
| Hex | C4 | 54 | B0 | 0 | 39 | A | 17 | 137 | 31 | 37 |
| Octal | 304 | 124 | 260 | 0 | 71 | 12 | 27 | 467 | 61 | 67 |
| Binary | 11000100 | 1010100 | 10110000 | 0 | 111001 | 1010 | 10111 | 100110111 | 110001 | 110111 |
Color Harmonies of #C454B0
Complementary color
Monochromatic Colors of #C454B0
Black with #C454B0
Text Example
Text Example
White with #C454B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C454B0; }
p { color: rgb(196,84,176); }
H1.HeaderClassName
{
color: #C454B0;
}
.AnyTagClassName
{
color: #C454B0;
}
</style>
background-color css
<style>
a { background-color: #C454B0; }
a { background-color: rgb(196,84,176); }
div.DivClassName
{
background-color: #C454B0;
}
.BgClassName
{
background-color: #C454B0;
}
</style>
border-color css
<style>
span { border-color: #C454B0; }
span { border-color: rgb(196,84,176); }
td.TdClassName
{
border-color: #C454B0;
}
.TagClassName
{
border-color: #C454B0;
}
</style>