Shades of Fuchsia #C452AC
Tints of Fuchsia #C452AC
RGB
CMYK
RGB Variations
Color information
#C452AC (or 0xC452AC) is known color: Fuchsia. HEX triplet: C4, 52 and AC. RGB value is (196,82,172). Sum of RGB (Red+Green+Blue) = 196+82+172=450 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.56% from 450); Green value is 82 (32.42% from 255 or 18.22% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 196 - color contains mainly: red. Hex color #C452AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C452AC is #3BAD53. Grayscale: #7E7E7E. Windows color (decimal): -3910996 or 11293380. OLE color: 11293380.
HSL color Cylindrical-coordinate representation of color #C452AC: hue angle of 312.63º 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 #C452AC is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 82 | 172 | - |
| CMYK | 0 | 0.58 | 0.12 | 0.23 |
| HSL | 312.63º | 0.49% | 0.55% | - |
| HSV(B) | 312.63º | 0.58% | 0.77% | - |
| XYZ | 33.23 | 20.75 | 41.28 | - |
| YUV | 126.35 | 153.77 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 82 | 172 | 0 | 0.58 | 0.12 | 0.23 | 312.63 | 0.49 | 0.55 |
| Hex | C4 | 52 | AC | 0 | 3A | C | 17 | 139 | 31 | 37 |
| Octal | 304 | 122 | 254 | 0 | 72 | 14 | 27 | 471 | 61 | 67 |
| Binary | 11000100 | 1010010 | 10101100 | 0 | 111010 | 1100 | 10111 | 100111001 | 110001 | 110111 |
Color Harmonies of #C452AC
Complementary color
Monochromatic Colors of #C452AC
Black with #C452AC
Text Example
Text Example
White with #C452AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C452AC; }
p { color: rgb(196,82,172); }
H1.HeaderClassName
{
color: #C452AC;
}
.AnyTagClassName
{
color: #C452AC;
}
</style>
background-color css
<style>
a { background-color: #C452AC; }
a { background-color: rgb(196,82,172); }
div.DivClassName
{
background-color: #C452AC;
}
.BgClassName
{
background-color: #C452AC;
}
</style>
border-color css
<style>
span { border-color: #C452AC; }
span { border-color: rgb(196,82,172); }
td.TdClassName
{
border-color: #C452AC;
}
.TagClassName
{
border-color: #C452AC;
}
</style>