Shades of Fuchsia #C453AC
Tints of Fuchsia #C453AC
RGB
CMYK
RGB Variations
Color information
#C453AC (or 0xC453AC) is known color: Fuchsia. HEX triplet: C4, 53 and AC. RGB value is (196,83,172). Sum of RGB (Red+Green+Blue) = 196+83+172=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 83 (32.81% from 255 or 18.40% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 196 - color contains mainly: red. Hex color #C453AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C453AC is #3BAC53. Grayscale: #7E7E7E. Windows color (decimal): -3910740 or 11293636. OLE color: 11293636.
HSL color Cylindrical-coordinate representation of color #C453AC: hue angle of 312.74º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C453AC is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 83 | 172 | - |
| CMYK | 0 | 0.58 | 0.12 | 0.23 |
| HSL | 312.74º | 0.49% | 0.55% | - |
| HSV(B) | 312.74º | 0.58% | 0.77% | - |
| XYZ | 33.3 | 20.9 | 41.31 | - |
| YUV | 126.93 | 153.44 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 83 | 172 | 0 | 0.58 | 0.12 | 0.23 | 312.74 | 0.49 | 0.55 |
| Hex | C4 | 53 | AC | 0 | 3A | C | 17 | 139 | 31 | 37 |
| Octal | 304 | 123 | 254 | 0 | 72 | 14 | 27 | 471 | 61 | 67 |
| Binary | 11000100 | 1010011 | 10101100 | 0 | 111010 | 1100 | 10111 | 100111001 | 110001 | 110111 |
Color Harmonies of #C453AC
Complementary color
Monochromatic Colors of #C453AC
Black with #C453AC
Text Example
Text Example
White with #C453AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C453AC; }
p { color: rgb(196,83,172); }
H1.HeaderClassName
{
color: #C453AC;
}
.AnyTagClassName
{
color: #C453AC;
}
</style>
background-color css
<style>
a { background-color: #C453AC; }
a { background-color: rgb(196,83,172); }
div.DivClassName
{
background-color: #C453AC;
}
.BgClassName
{
background-color: #C453AC;
}
</style>
border-color css
<style>
span { border-color: #C453AC; }
span { border-color: rgb(196,83,172); }
td.TdClassName
{
border-color: #C453AC;
}
.TagClassName
{
border-color: #C453AC;
}
</style>