Shades of Fuchsia #C24CAB
Tints of Fuchsia #C24CAB
RGB
CMYK
RGB Variations
Color information
#C24CAB (or 0xC24CAB) is known color: Fuchsia. HEX triplet: C2, 4C and AB. RGB value is (194,76,171). Sum of RGB (Red+Green+Blue) = 194+76+171=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 76 (30.08% from 255 or 17.23% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 194 - color contains mainly: red. Hex color #C24CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24CAB is #3DB354. Grayscale: #797979. Windows color (decimal): -4043605 or 11226306. OLE color: 11226306.
HSL color Cylindrical-coordinate representation of color #C24CAB: hue angle of 311.69º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C24CAB is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 76 | 171 | - |
| CMYK | 0 | 0.61 | 0.12 | 0.24 |
| HSL | 311.69º | 0.49% | 0.53% | - |
| HSV(B) | 311.69º | 0.61% | 0.76% | - |
| XYZ | 32.18 | 19.58 | 40.61 | - |
| YUV | 122.11 | 155.59 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 76 | 171 | 0 | 0.61 | 0.12 | 0.24 | 311.69 | 0.49 | 0.53 |
| Hex | C2 | 4C | AB | 0 | 3D | C | 18 | 138 | 31 | 35 |
| Octal | 302 | 114 | 253 | 0 | 75 | 14 | 30 | 470 | 61 | 65 |
| Binary | 11000010 | 1001100 | 10101011 | 0 | 111101 | 1100 | 11000 | 100111000 | 110001 | 110101 |
Color Harmonies of #C24CAB
Complementary color
Monochromatic Colors of #C24CAB
Black with #C24CAB
Text Example
Text Example
White with #C24CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24CAB; }
p { color: rgb(194,76,171); }
H1.HeaderClassName
{
color: #C24CAB;
}
.AnyTagClassName
{
color: #C24CAB;
}
</style>
background-color css
<style>
a { background-color: #C24CAB; }
a { background-color: rgb(194,76,171); }
div.DivClassName
{
background-color: #C24CAB;
}
.BgClassName
{
background-color: #C24CAB;
}
</style>
border-color css
<style>
span { border-color: #C24CAB; }
span { border-color: rgb(194,76,171); }
td.TdClassName
{
border-color: #C24CAB;
}
.TagClassName
{
border-color: #C24CAB;
}
</style>