Shades of Fuchsia #C744A9
Tints of Fuchsia #C744A9
RGB
CMYK
RGB Variations
Color information
#C744A9 (or 0xC744A9) is known color: Fuchsia. HEX triplet: C7, 44 and A9. RGB value is (199,68,169). Sum of RGB (Red+Green+Blue) = 199+68+169=436 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.64% from 436); Green value is 68 (26.95% from 255 or 15.60% from 436); Blue value is 169 (66.41% from 255 or 38.76% from 436); Max value from RGB is 199 - color contains mainly: red. Hex color #C744A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C744A9 is #38BB56. Grayscale: #767676. Windows color (decimal): -3717975 or 11093191. OLE color: 11093191.
HSL color Cylindrical-coordinate representation of color #C744A9: hue angle of 313.74º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C744A9 is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 68 | 169 | - |
| CMYK | 0 | 0.66 | 0.15 | 0.22 |
| HSL | 313.74º | 0.54% | 0.52% | - |
| HSV(B) | 313.74º | 0.66% | 0.78% | - |
| XYZ | 32.78 | 19.14 | 39.5 | - |
| YUV | 118.68 | 156.4 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 68 | 169 | 0 | 0.66 | 0.15 | 0.22 | 313.74 | 0.54 | 0.52 |
| Hex | C7 | 44 | A9 | 0 | 42 | F | 16 | 13A | 36 | 34 |
| Octal | 307 | 104 | 251 | 0 | 102 | 17 | 26 | 472 | 66 | 64 |
| Binary | 11000111 | 1000100 | 10101001 | 0 | 1000010 | 1111 | 10110 | 100111010 | 110110 | 110100 |
Color Harmonies of #C744A9
Complementary color
Monochromatic Colors of #C744A9
Black with #C744A9
Text Example
Text Example
White with #C744A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C744A9; }
p { color: rgb(199,68,169); }
H1.HeaderClassName
{
color: #C744A9;
}
.AnyTagClassName
{
color: #C744A9;
}
</style>
background-color css
<style>
a { background-color: #C744A9; }
a { background-color: rgb(199,68,169); }
div.DivClassName
{
background-color: #C744A9;
}
.BgClassName
{
background-color: #C744A9;
}
</style>
border-color css
<style>
span { border-color: #C744A9; }
span { border-color: rgb(199,68,169); }
td.TdClassName
{
border-color: #C744A9;
}
.TagClassName
{
border-color: #C744A9;
}
</style>