Shades of Fuchsia #C744AF
Tints of Fuchsia #C744AF
RGB
CMYK
RGB Variations
Color information
#C744AF (or 0xC744AF) is known color: Fuchsia. HEX triplet: C7, 44 and AF. RGB value is (199,68,175). Sum of RGB (Red+Green+Blue) = 199+68+175=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 68 (26.95% from 255 or 15.38% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 199 - color contains mainly: red. Hex color #C744AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C744AF is #38BB50. Grayscale: #777777. Windows color (decimal): -3717969 or 11486407. OLE color: 11486407.
HSL color Cylindrical-coordinate representation of color #C744AF: hue angle of 310.99º 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 #C744AF is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 68 | 175 | - |
| CMYK | 0 | 0.66 | 0.12 | 0.22 |
| HSL | 310.99º | 0.54% | 0.52% | - |
| HSV(B) | 310.99º | 0.66% | 0.78% | - |
| XYZ | 33.36 | 19.37 | 42.54 | - |
| YUV | 119.37 | 159.4 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 68 | 175 | 0 | 0.66 | 0.12 | 0.22 | 310.99 | 0.54 | 0.52 |
| Hex | C7 | 44 | AF | 0 | 42 | C | 16 | 137 | 36 | 34 |
| Octal | 307 | 104 | 257 | 0 | 102 | 14 | 26 | 467 | 66 | 64 |
| Binary | 11000111 | 1000100 | 10101111 | 0 | 1000010 | 1100 | 10110 | 100110111 | 110110 | 110100 |
Color Harmonies of #C744AF
Complementary color
Monochromatic Colors of #C744AF
Black with #C744AF
Text Example
Text Example
White with #C744AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C744AF; }
p { color: rgb(199,68,175); }
H1.HeaderClassName
{
color: #C744AF;
}
.AnyTagClassName
{
color: #C744AF;
}
</style>
background-color css
<style>
a { background-color: #C744AF; }
a { background-color: rgb(199,68,175); }
div.DivClassName
{
background-color: #C744AF;
}
.BgClassName
{
background-color: #C744AF;
}
</style>
border-color css
<style>
span { border-color: #C744AF; }
span { border-color: rgb(199,68,175); }
td.TdClassName
{
border-color: #C744AF;
}
.TagClassName
{
border-color: #C744AF;
}
</style>