Shades of Fuchsia #C24FAB
Tints of Fuchsia #C24FAB
RGB
CMYK
RGB Variations
Color information
#C24FAB (or 0xC24FAB) is known color: Fuchsia. HEX triplet: C2, 4F and AB. RGB value is (194,79,171). Sum of RGB (Red+Green+Blue) = 194+79+171=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 79 (31.25% from 255 or 17.79% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 194 - color contains mainly: red. Hex color #C24FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C24FAB is #3DB054. Grayscale: #7B7B7B. Windows color (decimal): -4042837 or 11227074. OLE color: 11227074.
HSL color Cylindrical-coordinate representation of color #C24FAB: hue angle of 312º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C24FAB is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 79 | 171 | - |
| CMYK | 0 | 0.59 | 0.12 | 0.24 |
| HSL | 312º | 0.49% | 0.54% | - |
| HSV(B) | 312º | 0.59% | 0.76% | - |
| XYZ | 32.39 | 20 | 40.68 | - |
| YUV | 123.87 | 154.6 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 79 | 171 | 0 | 0.59 | 0.12 | 0.24 | 312 | 0.49 | 0.54 |
| Hex | C2 | 4F | AB | 0 | 3B | C | 18 | 138 | 31 | 36 |
| Octal | 302 | 117 | 253 | 0 | 73 | 14 | 30 | 470 | 61 | 66 |
| Binary | 11000010 | 1001111 | 10101011 | 0 | 111011 | 1100 | 11000 | 100111000 | 110001 | 110110 |
Color Harmonies of #C24FAB
Complementary color
Monochromatic Colors of #C24FAB
Black with #C24FAB
Text Example
Text Example
White with #C24FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24FAB; }
p { color: rgb(194,79,171); }
H1.HeaderClassName
{
color: #C24FAB;
}
.AnyTagClassName
{
color: #C24FAB;
}
</style>
background-color css
<style>
a { background-color: #C24FAB; }
a { background-color: rgb(194,79,171); }
div.DivClassName
{
background-color: #C24FAB;
}
.BgClassName
{
background-color: #C24FAB;
}
</style>
border-color css
<style>
span { border-color: #C24FAB; }
span { border-color: rgb(194,79,171); }
td.TdClassName
{
border-color: #C24FAB;
}
.TagClassName
{
border-color: #C24FAB;
}
</style>