Shades of Fuchsia #C24DB1
Tints of Fuchsia #C24DB1
RGB
CMYK
RGB Variations
Color information
#C24DB1 (or 0xC24DB1) is known color: Fuchsia. HEX triplet: C2, 4D and B1. RGB value is (194,77,177). Sum of RGB (Red+Green+Blue) = 194+77+177=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 77 (30.47% from 255 or 17.19% from 448); Blue value is 177 (69.53% from 255 or 39.51% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C24DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C24DB1 is #3DB24E. Grayscale: #7B7B7B. Windows color (decimal): -4043343 or 11619778. OLE color: 11619778.
HSL color Cylindrical-coordinate representation of color #C24DB1: hue angle of 308.72º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C24DB1 is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 77 | 177 | - |
| CMYK | 0 | 0.60 | 0.09 | 0.24 |
| HSL | 308.72º | 0.49% | 0.53% | - |
| HSV(B) | 308.72º | 0.6% | 0.76% | - |
| XYZ | 32.84 | 19.95 | 43.72 | - |
| YUV | 123.38 | 158.26 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 77 | 177 | 0 | 0.60 | 0.09 | 0.24 | 308.72 | 0.49 | 0.53 |
| Hex | C2 | 4D | B1 | 0 | 3C | 9 | 18 | 135 | 31 | 35 |
| Octal | 302 | 115 | 261 | 0 | 74 | 11 | 30 | 465 | 61 | 65 |
| Binary | 11000010 | 1001101 | 10110001 | 0 | 111100 | 1001 | 11000 | 100110101 | 110001 | 110101 |
Color Harmonies of #C24DB1
Complementary color
Monochromatic Colors of #C24DB1
Black with #C24DB1
Text Example
Text Example
White with #C24DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24DB1; }
p { color: rgb(194,77,177); }
H1.HeaderClassName
{
color: #C24DB1;
}
.AnyTagClassName
{
color: #C24DB1;
}
</style>
background-color css
<style>
a { background-color: #C24DB1; }
a { background-color: rgb(194,77,177); }
div.DivClassName
{
background-color: #C24DB1;
}
.BgClassName
{
background-color: #C24DB1;
}
</style>
border-color css
<style>
span { border-color: #C24DB1; }
span { border-color: rgb(194,77,177); }
td.TdClassName
{
border-color: #C24DB1;
}
.TagClassName
{
border-color: #C24DB1;
}
</style>