Shades of Fuchsia #C944AF
Tints of Fuchsia #C944AF
RGB
CMYK
RGB Variations
Color information
#C944AF (or 0xC944AF) is known color: Fuchsia. HEX triplet: C9, 44 and AF. RGB value is (201,68,175). Sum of RGB (Red+Green+Blue) = 201+68+175=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 68 (26.95% from 255 or 15.32% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 201 - color contains mainly: red. Hex color #C944AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C944AF is #36BB50. Grayscale: #777777. Windows color (decimal): -3586897 or 11486409. OLE color: 11486409.
HSL color Cylindrical-coordinate representation of color #C944AF: hue angle of 311.73º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C944AF is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 68 | 175 | - |
| CMYK | 0 | 0.66 | 0.13 | 0.21 |
| HSL | 311.73º | 0.55% | 0.53% | - |
| HSV(B) | 311.73º | 0.66% | 0.79% | - |
| XYZ | 33.89 | 19.65 | 42.56 | - |
| YUV | 119.97 | 159.06 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 68 | 175 | 0 | 0.66 | 0.13 | 0.21 | 311.73 | 0.55 | 0.53 |
| Hex | C9 | 44 | AF | 0 | 42 | D | 15 | 138 | 37 | 35 |
| Octal | 311 | 104 | 257 | 0 | 102 | 15 | 25 | 470 | 67 | 65 |
| Binary | 11001001 | 1000100 | 10101111 | 0 | 1000010 | 1101 | 10101 | 100111000 | 110111 | 110101 |
Color Harmonies of #C944AF
Complementary color
Monochromatic Colors of #C944AF
Black with #C944AF
Text Example
Text Example
White with #C944AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C944AF; }
p { color: rgb(201,68,175); }
H1.HeaderClassName
{
color: #C944AF;
}
.AnyTagClassName
{
color: #C944AF;
}
</style>
background-color css
<style>
a { background-color: #C944AF; }
a { background-color: rgb(201,68,175); }
div.DivClassName
{
background-color: #C944AF;
}
.BgClassName
{
background-color: #C944AF;
}
</style>
border-color css
<style>
span { border-color: #C944AF; }
span { border-color: rgb(201,68,175); }
td.TdClassName
{
border-color: #C944AF;
}
.TagClassName
{
border-color: #C944AF;
}
</style>