Shades of Fuchsia #C24CB9
Tints of Fuchsia #C24CB9
RGB
CMYK
RGB Variations
Color information
#C24CB9 (or 0xC24CB9) is known color: Fuchsia. HEX triplet: C2, 4C and B9. RGB value is (194,76,185). Sum of RGB (Red+Green+Blue) = 194+76+185=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 76 (30.08% from 255 or 16.70% from 455); Blue value is 185 (72.66% from 255 or 40.66% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C24CB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24CB9 is #3DB346. Grayscale: #7B7B7B. Windows color (decimal): -4043591 or 12143810. OLE color: 12143810.
HSL color Cylindrical-coordinate representation of color #C24CB9: hue angle of 304.58º 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 #C24CB9 is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 76 | 185 | - |
| CMYK | 0 | 0.61 | 0.05 | 0.24 |
| HSL | 304.58º | 0.49% | 0.53% | - |
| HSV(B) | 304.58º | 0.61% | 0.76% | - |
| XYZ | 33.59 | 20.14 | 48.02 | - |
| YUV | 123.71 | 162.59 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 76 | 185 | 0 | 0.61 | 0.05 | 0.24 | 304.58 | 0.49 | 0.53 |
| Hex | C2 | 4C | B9 | 0 | 3D | 5 | 18 | 131 | 31 | 35 |
| Octal | 302 | 114 | 271 | 0 | 75 | 5 | 30 | 461 | 61 | 65 |
| Binary | 11000010 | 1001100 | 10111001 | 0 | 111101 | 101 | 11000 | 100110001 | 110001 | 110101 |
Color Harmonies of #C24CB9
Complementary color
Monochromatic Colors of #C24CB9
Black with #C24CB9
Text Example
Text Example
White with #C24CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24CB9; }
p { color: rgb(194,76,185); }
H1.HeaderClassName
{
color: #C24CB9;
}
.AnyTagClassName
{
color: #C24CB9;
}
</style>
background-color css
<style>
a { background-color: #C24CB9; }
a { background-color: rgb(194,76,185); }
div.DivClassName
{
background-color: #C24CB9;
}
.BgClassName
{
background-color: #C24CB9;
}
</style>
border-color css
<style>
span { border-color: #C24CB9; }
span { border-color: rgb(194,76,185); }
td.TdClassName
{
border-color: #C24CB9;
}
.TagClassName
{
border-color: #C24CB9;
}
</style>