Shades of Fuchsia #C24CB4
Tints of Fuchsia #C24CB4
RGB
CMYK
RGB Variations
Color information
#C24CB4 (or 0xC24CB4) is known color: Fuchsia. HEX triplet: C2, 4C and B4. RGB value is (194,76,180). Sum of RGB (Red+Green+Blue) = 194+76+180=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 76 (30.08% from 255 or 16.89% from 450); Blue value is 180 (70.70% from 255 or 40% from 450); Max value from RGB is 194 - color contains mainly: red. Hex color #C24CB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24CB4 is #3DB34B. Grayscale: #7A7A7A. Windows color (decimal): -4043596 or 11816130. OLE color: 11816130.
HSL color Cylindrical-coordinate representation of color #C24CB4: hue angle of 307.12º 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 #C24CB4 is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 76 | 180 | - |
| CMYK | 0 | 0.61 | 0.07 | 0.24 |
| HSL | 307.12º | 0.49% | 0.53% | - |
| HSV(B) | 307.12º | 0.61% | 0.76% | - |
| XYZ | 33.07 | 19.93 | 45.28 | - |
| YUV | 123.14 | 160.09 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 76 | 180 | 0 | 0.61 | 0.07 | 0.24 | 307.12 | 0.49 | 0.53 |
| Hex | C2 | 4C | B4 | 0 | 3D | 7 | 18 | 133 | 31 | 35 |
| Octal | 302 | 114 | 264 | 0 | 75 | 7 | 30 | 463 | 61 | 65 |
| Binary | 11000010 | 1001100 | 10110100 | 0 | 111101 | 111 | 11000 | 100110011 | 110001 | 110101 |
Color Harmonies of #C24CB4
Complementary color
Monochromatic Colors of #C24CB4
Black with #C24CB4
Text Example
Text Example
White with #C24CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24CB4; }
p { color: rgb(194,76,180); }
H1.HeaderClassName
{
color: #C24CB4;
}
.AnyTagClassName
{
color: #C24CB4;
}
</style>
background-color css
<style>
a { background-color: #C24CB4; }
a { background-color: rgb(194,76,180); }
div.DivClassName
{
background-color: #C24CB4;
}
.BgClassName
{
background-color: #C24CB4;
}
</style>
border-color css
<style>
span { border-color: #C24CB4; }
span { border-color: rgb(194,76,180); }
td.TdClassName
{
border-color: #C24CB4;
}
.TagClassName
{
border-color: #C24CB4;
}
</style>