Shades of Fuchsia #C24FBB
Tints of Fuchsia #C24FBB
RGB
CMYK
RGB Variations
Color information
#C24FBB (or 0xC24FBB) is known color: Fuchsia. HEX triplet: C2, 4F and BB. RGB value is (194,79,187). Sum of RGB (Red+Green+Blue) = 194+79+187=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 79 (31.25% from 255 or 17.17% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 194 - color contains mainly: red. Hex color #C24FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C24FBB is #3DB044. Grayscale: #7D7D7D. Windows color (decimal): -4042821 or 12275650. OLE color: 12275650.
HSL color Cylindrical-coordinate representation of color #C24FBB: hue angle of 303.65º 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 #C24FBB is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 79 | 187 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.24 |
| HSL | 303.65º | 0.49% | 0.54% | - |
| HSV(B) | 303.65º | 0.59% | 0.76% | - |
| XYZ | 34.01 | 20.65 | 49.21 | - |
| YUV | 125.7 | 162.6 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 79 | 187 | 0 | 0.59 | 0.04 | 0.24 | 303.65 | 0.49 | 0.54 |
| Hex | C2 | 4F | BB | 0 | 3B | 4 | 18 | 130 | 31 | 36 |
| Octal | 302 | 117 | 273 | 0 | 73 | 4 | 30 | 460 | 61 | 66 |
| Binary | 11000010 | 1001111 | 10111011 | 0 | 111011 | 100 | 11000 | 100110000 | 110001 | 110110 |
Color Harmonies of #C24FBB
Complementary color
Monochromatic Colors of #C24FBB
Black with #C24FBB
Text Example
Text Example
White with #C24FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24FBB; }
p { color: rgb(194,79,187); }
H1.HeaderClassName
{
color: #C24FBB;
}
.AnyTagClassName
{
color: #C24FBB;
}
</style>
background-color css
<style>
a { background-color: #C24FBB; }
a { background-color: rgb(194,79,187); }
div.DivClassName
{
background-color: #C24FBB;
}
.BgClassName
{
background-color: #C24FBB;
}
</style>
border-color css
<style>
span { border-color: #C24FBB; }
span { border-color: rgb(194,79,187); }
td.TdClassName
{
border-color: #C24FBB;
}
.TagClassName
{
border-color: #C24FBB;
}
</style>