Shades of Fuchsia #C454BC
Tints of Fuchsia #C454BC
RGB
CMYK
RGB Variations
Color information
#C454BC (or 0xC454BC) is known color: Fuchsia. HEX triplet: C4, 54 and BC. RGB value is (196,84,188). Sum of RGB (Red+Green+Blue) = 196+84+188=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 84 (33.20% from 255 or 17.95% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 196 - color contains mainly: red. Hex color #C454BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C454BC is #3BAB43. Grayscale: #818181. Windows color (decimal): -3910468 or 12342468. OLE color: 12342468.
HSL color Cylindrical-coordinate representation of color #C454BC: hue angle of 304.29º 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 #C454BC is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 84 | 188 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.23 |
| HSL | 304.29º | 0.49% | 0.55% | - |
| HSV(B) | 304.29º | 0.57% | 0.77% | - |
| XYZ | 35.01 | 21.71 | 49.92 | - |
| YUV | 129.34 | 161.11 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 84 | 188 | 0 | 0.57 | 0.04 | 0.23 | 304.29 | 0.49 | 0.55 |
| Hex | C4 | 54 | BC | 0 | 39 | 4 | 17 | 130 | 31 | 37 |
| Octal | 304 | 124 | 274 | 0 | 71 | 4 | 27 | 460 | 61 | 67 |
| Binary | 11000100 | 1010100 | 10111100 | 0 | 111001 | 100 | 10111 | 100110000 | 110001 | 110111 |
Color Harmonies of #C454BC
Complementary color
Monochromatic Colors of #C454BC
Black with #C454BC
Text Example
Text Example
White with #C454BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C454BC; }
p { color: rgb(196,84,188); }
H1.HeaderClassName
{
color: #C454BC;
}
.AnyTagClassName
{
color: #C454BC;
}
</style>
background-color css
<style>
a { background-color: #C454BC; }
a { background-color: rgb(196,84,188); }
div.DivClassName
{
background-color: #C454BC;
}
.BgClassName
{
background-color: #C454BC;
}
</style>
border-color css
<style>
span { border-color: #C454BC; }
span { border-color: rgb(196,84,188); }
td.TdClassName
{
border-color: #C454BC;
}
.TagClassName
{
border-color: #C454BC;
}
</style>