Shades of Fuchsia #C451AA
Tints of Fuchsia #C451AA
RGB
CMYK
RGB Variations
Color information
#C451AA (or 0xC451AA) is known color: Fuchsia. HEX triplet: C4, 51 and AA. RGB value is (196,81,170). Sum of RGB (Red+Green+Blue) = 196+81+170=447 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.85% from 447); Green value is 81 (32.03% from 255 or 18.12% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 196 - color contains mainly: red. Hex color #C451AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C451AA is #3BAE55. Grayscale: #7D7D7D. Windows color (decimal): -3911254 or 11162052. OLE color: 11162052.
HSL color Cylindrical-coordinate representation of color #C451AA: hue angle of 313.57º 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 #C451AA is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 81 | 170 | - |
| CMYK | 0 | 0.59 | 0.13 | 0.23 |
| HSL | 313.57º | 0.49% | 0.54% | - |
| HSV(B) | 313.57º | 0.59% | 0.77% | - |
| XYZ | 32.96 | 20.52 | 40.25 | - |
| YUV | 125.53 | 153.1 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 81 | 170 | 0 | 0.59 | 0.13 | 0.23 | 313.57 | 0.49 | 0.54 |
| Hex | C4 | 51 | AA | 0 | 3B | D | 17 | 13A | 31 | 36 |
| Octal | 304 | 121 | 252 | 0 | 73 | 15 | 27 | 472 | 61 | 66 |
| Binary | 11000100 | 1010001 | 10101010 | 0 | 111011 | 1101 | 10111 | 100111010 | 110001 | 110110 |
Color Harmonies of #C451AA
Complementary color
Monochromatic Colors of #C451AA
Black with #C451AA
Text Example
Text Example
White with #C451AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C451AA; }
p { color: rgb(196,81,170); }
H1.HeaderClassName
{
color: #C451AA;
}
.AnyTagClassName
{
color: #C451AA;
}
</style>
background-color css
<style>
a { background-color: #C451AA; }
a { background-color: rgb(196,81,170); }
div.DivClassName
{
background-color: #C451AA;
}
.BgClassName
{
background-color: #C451AA;
}
</style>
border-color css
<style>
span { border-color: #C451AA; }
span { border-color: rgb(196,81,170); }
td.TdClassName
{
border-color: #C451AA;
}
.TagClassName
{
border-color: #C451AA;
}
</style>