Shades of Fuchsia #C24DBB
Tints of Fuchsia #C24DBB
RGB
CMYK
RGB Variations
Color information
#C24DBB (or 0xC24DBB) is known color: Fuchsia. HEX triplet: C2, 4D and BB. RGB value is (194,77,187). Sum of RGB (Red+Green+Blue) = 194+77+187=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 77 (30.47% from 255 or 16.81% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 194 - color contains mainly: red. Hex color #C24DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C24DBB is #3DB244. Grayscale: #7C7C7C. Windows color (decimal): -4043333 or 12275138. OLE color: 12275138.
HSL color Cylindrical-coordinate representation of color #C24DBB: hue angle of 303.59º 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 #C24DBB is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 77 | 187 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.24 |
| HSL | 303.59º | 0.49% | 0.53% | - |
| HSV(B) | 303.59º | 0.6% | 0.76% | - |
| XYZ | 33.87 | 20.36 | 49.16 | - |
| YUV | 124.52 | 163.26 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 77 | 187 | 0 | 0.60 | 0.04 | 0.24 | 303.59 | 0.49 | 0.53 |
| Hex | C2 | 4D | BB | 0 | 3C | 4 | 18 | 130 | 31 | 35 |
| Octal | 302 | 115 | 273 | 0 | 74 | 4 | 30 | 460 | 61 | 65 |
| Binary | 11000010 | 1001101 | 10111011 | 0 | 111100 | 100 | 11000 | 100110000 | 110001 | 110101 |
Color Harmonies of #C24DBB
Complementary color
Monochromatic Colors of #C24DBB
Black with #C24DBB
Text Example
Text Example
White with #C24DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24DBB; }
p { color: rgb(194,77,187); }
H1.HeaderClassName
{
color: #C24DBB;
}
.AnyTagClassName
{
color: #C24DBB;
}
</style>
background-color css
<style>
a { background-color: #C24DBB; }
a { background-color: rgb(194,77,187); }
div.DivClassName
{
background-color: #C24DBB;
}
.BgClassName
{
background-color: #C24DBB;
}
</style>
border-color css
<style>
span { border-color: #C24DBB; }
span { border-color: rgb(194,77,187); }
td.TdClassName
{
border-color: #C24DBB;
}
.TagClassName
{
border-color: #C24DBB;
}
</style>