Shades of Fuchsia #C24ABF
Tints of Fuchsia #C24ABF
RGB
CMYK
RGB Variations
Color information
#C24ABF (or 0xC24ABF) is known color: Fuchsia. HEX triplet: C2, 4A and BF. RGB value is (194,74,191). Sum of RGB (Red+Green+Blue) = 194+74+191=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 74 (29.30% from 255 or 16.12% from 459); Blue value is 191 (75% from 255 or 41.61% from 459); Max value from RGB is 194 - color contains mainly: red. Hex color #C24ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24ABF is #3DB540. Grayscale: #7A7A7A. Windows color (decimal): -4044097 or 12536514. OLE color: 12536514.
HSL color Cylindrical-coordinate representation of color #C24ABF: hue angle of 301.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C24ABF is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 74 | 191 | - |
| CMYK | 0 | 0.62 | 0.02 | 0.24 |
| HSL | 301.5º | 0.5% | 0.53% | - |
| HSV(B) | 301.5º | 0.62% | 0.76% | - |
| XYZ | 34.1 | 20.13 | 51.38 | - |
| YUV | 123.22 | 166.26 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 74 | 191 | 0 | 0.62 | 0.02 | 0.24 | 301.5 | 0.5 | 0.53 |
| Hex | C2 | 4A | BF | 0 | 3E | 2 | 18 | 12E | 32 | 35 |
| Octal | 302 | 112 | 277 | 0 | 76 | 2 | 30 | 456 | 62 | 65 |
| Binary | 11000010 | 1001010 | 10111111 | 0 | 111110 | 10 | 11000 | 100101110 | 110010 | 110101 |
Color Harmonies of #C24ABF
Complementary color
Monochromatic Colors of #C24ABF
Black with #C24ABF
Text Example
Text Example
White with #C24ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24ABF; }
p { color: rgb(194,74,191); }
H1.HeaderClassName
{
color: #C24ABF;
}
.AnyTagClassName
{
color: #C24ABF;
}
</style>
background-color css
<style>
a { background-color: #C24ABF; }
a { background-color: rgb(194,74,191); }
div.DivClassName
{
background-color: #C24ABF;
}
.BgClassName
{
background-color: #C24ABF;
}
</style>
border-color css
<style>
span { border-color: #C24ABF; }
span { border-color: rgb(194,74,191); }
td.TdClassName
{
border-color: #C24ABF;
}
.TagClassName
{
border-color: #C24ABF;
}
</style>