Shades of Fuchsia #C24FB1
Tints of Fuchsia #C24FB1
RGB
CMYK
RGB Variations
Color information
#C24FB1 (or 0xC24FB1) is known color: Fuchsia. HEX triplet: C2, 4F and B1. RGB value is (194,79,177). Sum of RGB (Red+Green+Blue) = 194+79+177=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 79 (31.25% from 255 or 17.56% from 450); Blue value is 177 (69.53% from 255 or 39.33% from 450); Max value from RGB is 194 - color contains mainly: red. Hex color #C24FB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C24FB1 is #3DB04E. Grayscale: #7C7C7C. Windows color (decimal): -4042831 or 11620290. OLE color: 11620290.
HSL color Cylindrical-coordinate representation of color #C24FB1: hue angle of 308.87º 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 #C24FB1 is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 79 | 177 | - |
| CMYK | 0 | 0.59 | 0.09 | 0.24 |
| HSL | 308.87º | 0.49% | 0.54% | - |
| HSV(B) | 308.87º | 0.59% | 0.76% | - |
| XYZ | 32.98 | 20.24 | 43.76 | - |
| YUV | 124.56 | 157.6 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 79 | 177 | 0 | 0.59 | 0.09 | 0.24 | 308.87 | 0.49 | 0.54 |
| Hex | C2 | 4F | B1 | 0 | 3B | 9 | 18 | 135 | 31 | 36 |
| Octal | 302 | 117 | 261 | 0 | 73 | 11 | 30 | 465 | 61 | 66 |
| Binary | 11000010 | 1001111 | 10110001 | 0 | 111011 | 1001 | 11000 | 100110101 | 110001 | 110110 |
Color Harmonies of #C24FB1
Complementary color
Monochromatic Colors of #C24FB1
Black with #C24FB1
Text Example
Text Example
White with #C24FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24FB1; }
p { color: rgb(194,79,177); }
H1.HeaderClassName
{
color: #C24FB1;
}
.AnyTagClassName
{
color: #C24FB1;
}
</style>
background-color css
<style>
a { background-color: #C24FB1; }
a { background-color: rgb(194,79,177); }
div.DivClassName
{
background-color: #C24FB1;
}
.BgClassName
{
background-color: #C24FB1;
}
</style>
border-color css
<style>
span { border-color: #C24FB1; }
span { border-color: rgb(194,79,177); }
td.TdClassName
{
border-color: #C24FB1;
}
.TagClassName
{
border-color: #C24FB1;
}
</style>