Shades of Fuchsia #C451AB
Tints of Fuchsia #C451AB
RGB
CMYK
RGB Variations
Color information
#C451AB (or 0xC451AB) is known color: Fuchsia. HEX triplet: C4, 51 and AB. RGB value is (196,81,171). Sum of RGB (Red+Green+Blue) = 196+81+171=448 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.75% from 448); Green value is 81 (32.03% from 255 or 18.08% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 196 - color contains mainly: red. Hex color #C451AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C451AB is #3BAE54. Grayscale: #7D7D7D. Windows color (decimal): -3911253 or 11227588. OLE color: 11227588.
HSL color Cylindrical-coordinate representation of color #C451AB: hue angle of 313.04º 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 #C451AB is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 81 | 171 | - |
| CMYK | 0 | 0.59 | 0.13 | 0.23 |
| HSL | 313.04º | 0.49% | 0.54% | - |
| HSV(B) | 313.04º | 0.59% | 0.77% | - |
| XYZ | 33.06 | 20.56 | 40.75 | - |
| YUV | 125.65 | 153.6 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 81 | 171 | 0 | 0.59 | 0.13 | 0.23 | 313.04 | 0.49 | 0.54 |
| Hex | C4 | 51 | AB | 0 | 3B | D | 17 | 139 | 31 | 36 |
| Octal | 304 | 121 | 253 | 0 | 73 | 15 | 27 | 471 | 61 | 66 |
| Binary | 11000100 | 1010001 | 10101011 | 0 | 111011 | 1101 | 10111 | 100111001 | 110001 | 110110 |
Color Harmonies of #C451AB
Complementary color
Monochromatic Colors of #C451AB
Black with #C451AB
Text Example
Text Example
White with #C451AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C451AB; }
p { color: rgb(196,81,171); }
H1.HeaderClassName
{
color: #C451AB;
}
.AnyTagClassName
{
color: #C451AB;
}
</style>
background-color css
<style>
a { background-color: #C451AB; }
a { background-color: rgb(196,81,171); }
div.DivClassName
{
background-color: #C451AB;
}
.BgClassName
{
background-color: #C451AB;
}
</style>
border-color css
<style>
span { border-color: #C451AB; }
span { border-color: rgb(196,81,171); }
td.TdClassName
{
border-color: #C451AB;
}
.TagClassName
{
border-color: #C451AB;
}
</style>