Shades of Fuchsia #C045AC
Tints of Fuchsia #C045AC
RGB
CMYK
RGB Variations
Color information
#C045AC (or 0xC045AC) is known color: Fuchsia. HEX triplet: C0, 45 and AC. RGB value is (192,69,172). Sum of RGB (Red+Green+Blue) = 192+69+172=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 69 (27.34% from 255 or 15.94% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C045AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C045AC is #3FBA53. Grayscale: #757575. Windows color (decimal): -4176468 or 11290048. OLE color: 11290048.
HSL color Cylindrical-coordinate representation of color #C045AC: hue angle of 309.76º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C045AC is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 69 | 172 | - |
| CMYK | 0 | 0.64 | 0.10 | 0.25 |
| HSL | 309.76º | 0.49% | 0.51% | - |
| HSV(B) | 309.76º | 0.64% | 0.75% | - |
| XYZ | 31.31 | 18.44 | 40.94 | - |
| YUV | 117.52 | 158.75 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 69 | 172 | 0 | 0.64 | 0.10 | 0.25 | 309.76 | 0.49 | 0.51 |
| Hex | C0 | 45 | AC | 0 | 40 | A | 19 | 136 | 31 | 33 |
| Octal | 300 | 105 | 254 | 0 | 100 | 12 | 31 | 466 | 61 | 63 |
| Binary | 11000000 | 1000101 | 10101100 | 0 | 1000000 | 1010 | 11001 | 100110110 | 110001 | 110011 |
Color Harmonies of #C045AC
Complementary color
Monochromatic Colors of #C045AC
Black with #C045AC
Text Example
Text Example
White with #C045AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C045AC; }
p { color: rgb(192,69,172); }
H1.HeaderClassName
{
color: #C045AC;
}
.AnyTagClassName
{
color: #C045AC;
}
</style>
background-color css
<style>
a { background-color: #C045AC; }
a { background-color: rgb(192,69,172); }
div.DivClassName
{
background-color: #C045AC;
}
.BgClassName
{
background-color: #C045AC;
}
</style>
border-color css
<style>
span { border-color: #C045AC; }
span { border-color: rgb(192,69,172); }
td.TdClassName
{
border-color: #C045AC;
}
.TagClassName
{
border-color: #C045AC;
}
</style>