Shades of Fuchsia #C454BF
Tints of Fuchsia #C454BF
RGB
CMYK
RGB Variations
Color information
#C454BF (or 0xC454BF) is known color: Fuchsia. HEX triplet: C4, 54 and BF. RGB value is (196,84,191). Sum of RGB (Red+Green+Blue) = 196+84+191=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 84 (33.20% from 255 or 17.83% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 196 - color contains mainly: red. Hex color #C454BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C454BF is #3BAB40. Grayscale: #818181. Windows color (decimal): -3910465 or 12539076. OLE color: 12539076.
HSL color Cylindrical-coordinate representation of color #C454BF: hue angle of 302.68º 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 #C454BF is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 84 | 191 | - |
| CMYK | 0 | 0.57 | 0.03 | 0.23 |
| HSL | 302.68º | 0.49% | 0.55% | - |
| HSV(B) | 302.68º | 0.57% | 0.77% | - |
| XYZ | 35.34 | 21.84 | 51.64 | - |
| YUV | 129.69 | 162.61 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 84 | 191 | 0 | 0.57 | 0.03 | 0.23 | 302.68 | 0.49 | 0.55 |
| Hex | C4 | 54 | BF | 0 | 39 | 3 | 17 | 12F | 31 | 37 |
| Octal | 304 | 124 | 277 | 0 | 71 | 3 | 27 | 457 | 61 | 67 |
| Binary | 11000100 | 1010100 | 10111111 | 0 | 111001 | 11 | 10111 | 100101111 | 110001 | 110111 |
Color Harmonies of #C454BF
Complementary color
Monochromatic Colors of #C454BF
Black with #C454BF
Text Example
Text Example
White with #C454BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C454BF; }
p { color: rgb(196,84,191); }
H1.HeaderClassName
{
color: #C454BF;
}
.AnyTagClassName
{
color: #C454BF;
}
</style>
background-color css
<style>
a { background-color: #C454BF; }
a { background-color: rgb(196,84,191); }
div.DivClassName
{
background-color: #C454BF;
}
.BgClassName
{
background-color: #C454BF;
}
</style>
border-color css
<style>
span { border-color: #C454BF; }
span { border-color: rgb(196,84,191); }
td.TdClassName
{
border-color: #C454BF;
}
.TagClassName
{
border-color: #C454BF;
}
</style>