Shades of Fuchsia #C24DC8
Tints of Fuchsia #C24DC8
RGB
CMYK
RGB Variations
Color information
#C24DC8 (or 0xC24DC8) is known color: Fuchsia. HEX triplet: C2, 4D and C8. RGB value is (194,77,200). Sum of RGB (Red+Green+Blue) = 194+77+200=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 77 (30.47% from 255 or 16.35% from 471); Blue value is 200 (78.52% from 255 or 42.46% from 471); Max value from RGB is 200 - color contains mainly: blue. Hex color #C24DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C24DC8 is #3DB237. Grayscale: #7D7D7D. Windows color (decimal): -4043320 or 13127106. OLE color: 13127106.
HSL color Cylindrical-coordinate representation of color #C24DC8: hue angle of 297.07º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C24DC8 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 77 | 200 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.22 |
| HSL | 297.07º | 0.53% | 0.54% | - |
| HSV(B) | 297.07º | 0.62% | 0.78% | - |
| XYZ | 35.33 | 20.95 | 56.82 | - |
| YUV | 126.01 | 169.76 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 77 | 200 | 0.03 | 0.62 | 0 | 0.22 | 297.07 | 0.53 | 0.54 |
| Hex | C2 | 4D | C8 | 3 | 3E | 0 | 16 | 129 | 35 | 36 |
| Octal | 302 | 115 | 310 | 3 | 76 | 0 | 26 | 451 | 65 | 66 |
| Binary | 11000010 | 1001101 | 11001000 | 11 | 111110 | 0 | 10110 | 100101001 | 110101 | 110110 |
Color Harmonies of #C24DC8
Complementary color
Monochromatic Colors of #C24DC8
Black with #C24DC8
Text Example
Text Example
White with #C24DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24DC8; }
p { color: rgb(194,77,200); }
H1.HeaderClassName
{
color: #C24DC8;
}
.AnyTagClassName
{
color: #C24DC8;
}
</style>
background-color css
<style>
a { background-color: #C24DC8; }
a { background-color: rgb(194,77,200); }
div.DivClassName
{
background-color: #C24DC8;
}
.BgClassName
{
background-color: #C24DC8;
}
</style>
border-color css
<style>
span { border-color: #C24DC8; }
span { border-color: rgb(194,77,200); }
td.TdClassName
{
border-color: #C24DC8;
}
.TagClassName
{
border-color: #C24DC8;
}
</style>