Shades of Fuchsia #C24DAF
Tints of Fuchsia #C24DAF
RGB
CMYK
RGB Variations
Color information
#C24DAF (or 0xC24DAF) is known color: Fuchsia. HEX triplet: C2, 4D and AF. RGB value is (194,77,175). Sum of RGB (Red+Green+Blue) = 194+77+175=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 77 (30.47% from 255 or 17.26% from 446); Blue value is 175 (68.75% from 255 or 39.24% from 446); Max value from RGB is 194 - color contains mainly: red. Hex color #C24DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C24DAF is #3DB250. Grayscale: #7A7A7A. Windows color (decimal): -4043345 or 11488706. OLE color: 11488706.
HSL color Cylindrical-coordinate representation of color #C24DAF: hue angle of 309.74º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C24DAF is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 77 | 175 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.24 |
| HSL | 309.74º | 0.49% | 0.53% | - |
| HSV(B) | 309.74º | 0.6% | 0.76% | - |
| XYZ | 32.64 | 19.87 | 42.67 | - |
| YUV | 123.16 | 157.26 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 77 | 175 | 0 | 0.60 | 0.10 | 0.24 | 309.74 | 0.49 | 0.53 |
| Hex | C2 | 4D | AF | 0 | 3C | A | 18 | 136 | 31 | 35 |
| Octal | 302 | 115 | 257 | 0 | 74 | 12 | 30 | 466 | 61 | 65 |
| Binary | 11000010 | 1001101 | 10101111 | 0 | 111100 | 1010 | 11000 | 100110110 | 110001 | 110101 |
Color Harmonies of #C24DAF
Complementary color
Monochromatic Colors of #C24DAF
Black with #C24DAF
Text Example
Text Example
White with #C24DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24DAF; }
p { color: rgb(194,77,175); }
H1.HeaderClassName
{
color: #C24DAF;
}
.AnyTagClassName
{
color: #C24DAF;
}
</style>
background-color css
<style>
a { background-color: #C24DAF; }
a { background-color: rgb(194,77,175); }
div.DivClassName
{
background-color: #C24DAF;
}
.BgClassName
{
background-color: #C24DAF;
}
</style>
border-color css
<style>
span { border-color: #C24DAF; }
span { border-color: rgb(194,77,175); }
td.TdClassName
{
border-color: #C24DAF;
}
.TagClassName
{
border-color: #C24DAF;
}
</style>