Shades of Fuchsia #C24DBF
Tints of Fuchsia #C24DBF
RGB
CMYK
RGB Variations
Color information
#C24DBF (or 0xC24DBF) is known color: Fuchsia. HEX triplet: C2, 4D and BF. RGB value is (194,77,191). Sum of RGB (Red+Green+Blue) = 194+77+191=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 77 (30.47% from 255 or 16.67% from 462); Blue value is 191 (75% from 255 or 41.34% from 462); Max value from RGB is 194 - color contains mainly: red. Hex color #C24DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C24DBF is #3DB240. Grayscale: #7C7C7C. Windows color (decimal): -4043329 or 12537282. OLE color: 12537282.
HSL color Cylindrical-coordinate representation of color #C24DBF: hue angle of 301.54º 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 #C24DBF is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 77 | 191 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.24 |
| HSL | 301.54º | 0.49% | 0.53% | - |
| HSV(B) | 301.54º | 0.6% | 0.76% | - |
| XYZ | 34.31 | 20.54 | 51.45 | - |
| YUV | 124.98 | 165.26 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 77 | 191 | 0 | 0.60 | 0.02 | 0.24 | 301.54 | 0.49 | 0.53 |
| Hex | C2 | 4D | BF | 0 | 3C | 2 | 18 | 12E | 31 | 35 |
| Octal | 302 | 115 | 277 | 0 | 74 | 2 | 30 | 456 | 61 | 65 |
| Binary | 11000010 | 1001101 | 10111111 | 0 | 111100 | 10 | 11000 | 100101110 | 110001 | 110101 |
Color Harmonies of #C24DBF
Complementary color
Monochromatic Colors of #C24DBF
Black with #C24DBF
Text Example
Text Example
White with #C24DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24DBF; }
p { color: rgb(194,77,191); }
H1.HeaderClassName
{
color: #C24DBF;
}
.AnyTagClassName
{
color: #C24DBF;
}
</style>
background-color css
<style>
a { background-color: #C24DBF; }
a { background-color: rgb(194,77,191); }
div.DivClassName
{
background-color: #C24DBF;
}
.BgClassName
{
background-color: #C24DBF;
}
</style>
border-color css
<style>
span { border-color: #C24DBF; }
span { border-color: rgb(194,77,191); }
td.TdClassName
{
border-color: #C24DBF;
}
.TagClassName
{
border-color: #C24DBF;
}
</style>