Shades of Fuchsia #C844AF
Tints of Fuchsia #C844AF
RGB
CMYK
RGB Variations
Color information
#C844AF (or 0xC844AF) is known color: Fuchsia. HEX triplet: C8, 44 and AF. RGB value is (200,68,175). Sum of RGB (Red+Green+Blue) = 200+68+175=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 68 (26.95% from 255 or 15.35% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 200 - color contains mainly: red. Hex color #C844AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C844AF is #37BB50. Grayscale: #777777. Windows color (decimal): -3652433 or 11486408. OLE color: 11486408.
HSL color Cylindrical-coordinate representation of color #C844AF: hue angle of 311.36º 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 #C844AF is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 68 | 175 | - |
| CMYK | 0 | 0.66 | 0.12 | 0.22 |
| HSL | 311.36º | 0.55% | 0.53% | - |
| HSV(B) | 311.36º | 0.66% | 0.78% | - |
| XYZ | 33.62 | 19.51 | 42.55 | - |
| YUV | 119.67 | 159.23 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 68 | 175 | 0 | 0.66 | 0.12 | 0.22 | 311.36 | 0.55 | 0.53 |
| Hex | C8 | 44 | AF | 0 | 42 | C | 16 | 137 | 37 | 35 |
| Octal | 310 | 104 | 257 | 0 | 102 | 14 | 26 | 467 | 67 | 65 |
| Binary | 11001000 | 1000100 | 10101111 | 0 | 1000010 | 1100 | 10110 | 100110111 | 110111 | 110101 |
Color Harmonies of #C844AF
Complementary color
Monochromatic Colors of #C844AF
Black with #C844AF
Text Example
Text Example
White with #C844AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C844AF; }
p { color: rgb(200,68,175); }
H1.HeaderClassName
{
color: #C844AF;
}
.AnyTagClassName
{
color: #C844AF;
}
</style>
background-color css
<style>
a { background-color: #C844AF; }
a { background-color: rgb(200,68,175); }
div.DivClassName
{
background-color: #C844AF;
}
.BgClassName
{
background-color: #C844AF;
}
</style>
border-color css
<style>
span { border-color: #C844AF; }
span { border-color: rgb(200,68,175); }
td.TdClassName
{
border-color: #C844AF;
}
.TagClassName
{
border-color: #C844AF;
}
</style>