Shades of Fuchsia #C451B0
Tints of Fuchsia #C451B0
RGB
CMYK
RGB Variations
Color information
#C451B0 (or 0xC451B0) is known color: Fuchsia. HEX triplet: C4, 51 and B0. RGB value is (196,81,176). Sum of RGB (Red+Green+Blue) = 196+81+176=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 81 (32.03% from 255 or 17.88% from 453); Blue value is 176 (69.14% from 255 or 38.85% from 453); Max value from RGB is 196 - color contains mainly: red. Hex color #C451B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C451B0 is #3BAE4F. Grayscale: #7D7D7D. Windows color (decimal): -3911248 or 11555268. OLE color: 11555268.
HSL color Cylindrical-coordinate representation of color #C451B0: hue angle of 310.43º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C451B0 is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 81 | 176 | - |
| CMYK | 0 | 0.59 | 0.10 | 0.23 |
| HSL | 310.43º | 0.49% | 0.54% | - |
| HSV(B) | 310.43º | 0.59% | 0.77% | - |
| XYZ | 33.54 | 20.76 | 43.31 | - |
| YUV | 126.22 | 156.1 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 81 | 176 | 0 | 0.59 | 0.10 | 0.23 | 310.43 | 0.49 | 0.54 |
| Hex | C4 | 51 | B0 | 0 | 3B | A | 17 | 136 | 31 | 36 |
| Octal | 304 | 121 | 260 | 0 | 73 | 12 | 27 | 466 | 61 | 66 |
| Binary | 11000100 | 1010001 | 10110000 | 0 | 111011 | 1010 | 10111 | 100110110 | 110001 | 110110 |
Color Harmonies of #C451B0
Complementary color
Monochromatic Colors of #C451B0
Black with #C451B0
Text Example
Text Example
White with #C451B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C451B0; }
p { color: rgb(196,81,176); }
H1.HeaderClassName
{
color: #C451B0;
}
.AnyTagClassName
{
color: #C451B0;
}
</style>
background-color css
<style>
a { background-color: #C451B0; }
a { background-color: rgb(196,81,176); }
div.DivClassName
{
background-color: #C451B0;
}
.BgClassName
{
background-color: #C451B0;
}
</style>
border-color css
<style>
span { border-color: #C451B0; }
span { border-color: rgb(196,81,176); }
td.TdClassName
{
border-color: #C451B0;
}
.TagClassName
{
border-color: #C451B0;
}
</style>