Shades of Fuchsia #C454BE
Tints of Fuchsia #C454BE
RGB
CMYK
RGB Variations
Color information
#C454BE (or 0xC454BE) is known color: Fuchsia. HEX triplet: C4, 54 and BE. RGB value is (196,84,190). Sum of RGB (Red+Green+Blue) = 196+84+190=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 84 (33.20% from 255 or 17.87% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 196 - color contains mainly: red. Hex color #C454BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C454BE is #3BAB41. Grayscale: #818181. Windows color (decimal): -3910466 or 12473540. OLE color: 12473540.
HSL color Cylindrical-coordinate representation of color #C454BE: hue angle of 303.21º 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 #C454BE is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 84 | 190 | - |
| CMYK | 0 | 0.57 | 0.03 | 0.23 |
| HSL | 303.21º | 0.49% | 0.55% | - |
| HSV(B) | 303.21º | 0.57% | 0.77% | - |
| XYZ | 35.23 | 21.79 | 51.07 | - |
| YUV | 129.57 | 162.11 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 84 | 190 | 0 | 0.57 | 0.03 | 0.23 | 303.21 | 0.49 | 0.55 |
| Hex | C4 | 54 | BE | 0 | 39 | 3 | 17 | 12F | 31 | 37 |
| Octal | 304 | 124 | 276 | 0 | 71 | 3 | 27 | 457 | 61 | 67 |
| Binary | 11000100 | 1010100 | 10111110 | 0 | 111001 | 11 | 10111 | 100101111 | 110001 | 110111 |
Color Harmonies of #C454BE
Complementary color
Monochromatic Colors of #C454BE
Black with #C454BE
Text Example
Text Example
White with #C454BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C454BE; }
p { color: rgb(196,84,190); }
H1.HeaderClassName
{
color: #C454BE;
}
.AnyTagClassName
{
color: #C454BE;
}
</style>
background-color css
<style>
a { background-color: #C454BE; }
a { background-color: rgb(196,84,190); }
div.DivClassName
{
background-color: #C454BE;
}
.BgClassName
{
background-color: #C454BE;
}
</style>
border-color css
<style>
span { border-color: #C454BE; }
span { border-color: rgb(196,84,190); }
td.TdClassName
{
border-color: #C454BE;
}
.TagClassName
{
border-color: #C454BE;
}
</style>