Shades of Fuchsia #C451AD
Tints of Fuchsia #C451AD
RGB
CMYK
RGB Variations
Color information
#C451AD (or 0xC451AD) is known color: Fuchsia. HEX triplet: C4, 51 and AD. RGB value is (196,81,173). Sum of RGB (Red+Green+Blue) = 196+81+173=450 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.56% from 450); Green value is 81 (32.03% from 255 or 18% from 450); Blue value is 173 (67.97% from 255 or 38.44% from 450); Max value from RGB is 196 - color contains mainly: red. Hex color #C451AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C451AD is #3BAE52. Grayscale: #7D7D7D. Windows color (decimal): -3911251 or 11358660. OLE color: 11358660.
HSL color Cylindrical-coordinate representation of color #C451AD: hue angle of 312º 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 #C451AD is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 81 | 173 | - |
| CMYK | 0 | 0.59 | 0.12 | 0.23 |
| HSL | 312º | 0.49% | 0.54% | - |
| HSV(B) | 312º | 0.59% | 0.77% | - |
| XYZ | 33.25 | 20.64 | 41.77 | - |
| YUV | 125.87 | 154.6 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 81 | 173 | 0 | 0.59 | 0.12 | 0.23 | 312 | 0.49 | 0.54 |
| Hex | C4 | 51 | AD | 0 | 3B | C | 17 | 138 | 31 | 36 |
| Octal | 304 | 121 | 255 | 0 | 73 | 14 | 27 | 470 | 61 | 66 |
| Binary | 11000100 | 1010001 | 10101101 | 0 | 111011 | 1100 | 10111 | 100111000 | 110001 | 110110 |
Color Harmonies of #C451AD
Complementary color
Monochromatic Colors of #C451AD
Black with #C451AD
Text Example
Text Example
White with #C451AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C451AD; }
p { color: rgb(196,81,173); }
H1.HeaderClassName
{
color: #C451AD;
}
.AnyTagClassName
{
color: #C451AD;
}
</style>
background-color css
<style>
a { background-color: #C451AD; }
a { background-color: rgb(196,81,173); }
div.DivClassName
{
background-color: #C451AD;
}
.BgClassName
{
background-color: #C451AD;
}
</style>
border-color css
<style>
span { border-color: #C451AD; }
span { border-color: rgb(196,81,173); }
td.TdClassName
{
border-color: #C451AD;
}
.TagClassName
{
border-color: #C451AD;
}
</style>