Shades of Fuchsia #C24FBA
Tints of Fuchsia #C24FBA
RGB
CMYK
RGB Variations
Color information
#C24FBA (or 0xC24FBA) is known color: Fuchsia. HEX triplet: C2, 4F and BA. RGB value is (194,79,186). Sum of RGB (Red+Green+Blue) = 194+79+186=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 79 (31.25% from 255 or 17.21% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 194 - color contains mainly: red. Hex color #C24FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C24FBA is #3DB045. Grayscale: #7D7D7D. Windows color (decimal): -4042822 or 12210114. OLE color: 12210114.
HSL color Cylindrical-coordinate representation of color #C24FBA: hue angle of 304.17º 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 #C24FBA is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 79 | 186 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.24 |
| HSL | 304.17º | 0.49% | 0.54% | - |
| HSV(B) | 304.17º | 0.59% | 0.76% | - |
| XYZ | 33.91 | 20.61 | 48.64 | - |
| YUV | 125.58 | 162.1 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 79 | 186 | 0 | 0.59 | 0.04 | 0.24 | 304.17 | 0.49 | 0.54 |
| Hex | C2 | 4F | BA | 0 | 3B | 4 | 18 | 130 | 31 | 36 |
| Octal | 302 | 117 | 272 | 0 | 73 | 4 | 30 | 460 | 61 | 66 |
| Binary | 11000010 | 1001111 | 10111010 | 0 | 111011 | 100 | 11000 | 100110000 | 110001 | 110110 |
Color Harmonies of #C24FBA
Complementary color
Monochromatic Colors of #C24FBA
Black with #C24FBA
Text Example
Text Example
White with #C24FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24FBA; }
p { color: rgb(194,79,186); }
H1.HeaderClassName
{
color: #C24FBA;
}
.AnyTagClassName
{
color: #C24FBA;
}
</style>
background-color css
<style>
a { background-color: #C24FBA; }
a { background-color: rgb(194,79,186); }
div.DivClassName
{
background-color: #C24FBA;
}
.BgClassName
{
background-color: #C24FBA;
}
</style>
border-color css
<style>
span { border-color: #C24FBA; }
span { border-color: rgb(194,79,186); }
td.TdClassName
{
border-color: #C24FBA;
}
.TagClassName
{
border-color: #C24FBA;
}
</style>