Shades of Fuchsia #C845AC
Tints of Fuchsia #C845AC
RGB
CMYK
RGB Variations
Color information
#C845AC (or 0xC845AC) is known color: Fuchsia. HEX triplet: C8, 45 and AC. RGB value is (200,69,172). Sum of RGB (Red+Green+Blue) = 200+69+172=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 69 (27.34% from 255 or 15.65% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 200 - color contains mainly: red. Hex color #C845AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C845AC is #37BA53. Grayscale: #777777. Windows color (decimal): -3652180 or 11290056. OLE color: 11290056.
HSL color Cylindrical-coordinate representation of color #C845AC: hue angle of 312.82º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C845AC is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 69 | 172 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.22 |
| HSL | 312.82º | 0.54% | 0.53% | - |
| HSV(B) | 312.82º | 0.66% | 0.78% | - |
| XYZ | 33.39 | 19.51 | 41.04 | - |
| YUV | 119.91 | 157.4 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 69 | 172 | 0 | 0.66 | 0.14 | 0.22 | 312.82 | 0.54 | 0.53 |
| Hex | C8 | 45 | AC | 0 | 42 | E | 16 | 139 | 36 | 35 |
| Octal | 310 | 105 | 254 | 0 | 102 | 16 | 26 | 471 | 66 | 65 |
| Binary | 11001000 | 1000101 | 10101100 | 0 | 1000010 | 1110 | 10110 | 100111001 | 110110 | 110101 |
Color Harmonies of #C845AC
Complementary color
Monochromatic Colors of #C845AC
Black with #C845AC
Text Example
Text Example
White with #C845AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C845AC; }
p { color: rgb(200,69,172); }
H1.HeaderClassName
{
color: #C845AC;
}
.AnyTagClassName
{
color: #C845AC;
}
</style>
background-color css
<style>
a { background-color: #C845AC; }
a { background-color: rgb(200,69,172); }
div.DivClassName
{
background-color: #C845AC;
}
.BgClassName
{
background-color: #C845AC;
}
</style>
border-color css
<style>
span { border-color: #C845AC; }
span { border-color: rgb(200,69,172); }
td.TdClassName
{
border-color: #C845AC;
}
.TagClassName
{
border-color: #C845AC;
}
</style>