Shades of Fuchsia #C844AC
Tints of Fuchsia #C844AC
RGB
CMYK
RGB Variations
Color information
#C844AC (or 0xC844AC) is known color: Fuchsia. HEX triplet: C8, 44 and AC. RGB value is (200,68,172). Sum of RGB (Red+Green+Blue) = 200+68+172=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 68 (26.95% from 255 or 15.45% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 200 - color contains mainly: red. Hex color #C844AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C844AC is #37BB53. Grayscale: #777777. Windows color (decimal): -3652436 or 11289800. OLE color: 11289800.
HSL color Cylindrical-coordinate representation of color #C844AC: hue angle of 312.73º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C844AC is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 68 | 172 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.22 |
| HSL | 312.73º | 0.55% | 0.53% | - |
| HSV(B) | 312.73º | 0.66% | 0.78% | - |
| XYZ | 33.33 | 19.39 | 41.02 | - |
| YUV | 119.32 | 157.73 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 68 | 172 | 0 | 0.66 | 0.14 | 0.22 | 312.73 | 0.55 | 0.53 |
| Hex | C8 | 44 | AC | 0 | 42 | E | 16 | 139 | 37 | 35 |
| Octal | 310 | 104 | 254 | 0 | 102 | 16 | 26 | 471 | 67 | 65 |
| Binary | 11001000 | 1000100 | 10101100 | 0 | 1000010 | 1110 | 10110 | 100111001 | 110111 | 110101 |
Color Harmonies of #C844AC
Complementary color
Monochromatic Colors of #C844AC
Black with #C844AC
Text Example
Text Example
White with #C844AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C844AC; }
p { color: rgb(200,68,172); }
H1.HeaderClassName
{
color: #C844AC;
}
.AnyTagClassName
{
color: #C844AC;
}
</style>
background-color css
<style>
a { background-color: #C844AC; }
a { background-color: rgb(200,68,172); }
div.DivClassName
{
background-color: #C844AC;
}
.BgClassName
{
background-color: #C844AC;
}
</style>
border-color css
<style>
span { border-color: #C844AC; }
span { border-color: rgb(200,68,172); }
td.TdClassName
{
border-color: #C844AC;
}
.TagClassName
{
border-color: #C844AC;
}
</style>