Shades of Fuchsia #C24DC9
Tints of Fuchsia #C24DC9
RGB
CMYK
RGB Variations
Color information
#C24DC9 (or 0xC24DC9) is known color: Fuchsia. HEX triplet: C2, 4D and C9. RGB value is (194,77,201). Sum of RGB (Red+Green+Blue) = 194+77+201=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 77 (30.47% from 255 or 16.31% from 472); Blue value is 201 (78.91% from 255 or 42.58% from 472); Max value from RGB is 201 - color contains mainly: blue. Hex color #C24DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C24DC9 is #3DB236. Grayscale: #7D7D7D. Windows color (decimal): -4043319 or 13192642. OLE color: 13192642.
HSL color Cylindrical-coordinate representation of color #C24DC9: hue angle of 296.61º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C24DC9 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 77 | 201 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.21 |
| HSL | 296.61º | 0.53% | 0.55% | - |
| HSV(B) | 296.61º | 0.62% | 0.79% | - |
| XYZ | 35.44 | 20.99 | 57.44 | - |
| YUV | 126.12 | 170.26 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 77 | 201 | 0.03 | 0.62 | 0 | 0.21 | 296.61 | 0.53 | 0.55 |
| Hex | C2 | 4D | C9 | 3 | 3E | 0 | 15 | 129 | 35 | 37 |
| Octal | 302 | 115 | 311 | 3 | 76 | 0 | 25 | 451 | 65 | 67 |
| Binary | 11000010 | 1001101 | 11001001 | 11 | 111110 | 0 | 10101 | 100101001 | 110101 | 110111 |
Color Harmonies of #C24DC9
Complementary color
Monochromatic Colors of #C24DC9
Black with #C24DC9
Text Example
Text Example
White with #C24DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24DC9; }
p { color: rgb(194,77,201); }
H1.HeaderClassName
{
color: #C24DC9;
}
.AnyTagClassName
{
color: #C24DC9;
}
</style>
background-color css
<style>
a { background-color: #C24DC9; }
a { background-color: rgb(194,77,201); }
div.DivClassName
{
background-color: #C24DC9;
}
.BgClassName
{
background-color: #C24DC9;
}
</style>
border-color css
<style>
span { border-color: #C24DC9; }
span { border-color: rgb(194,77,201); }
td.TdClassName
{
border-color: #C24DC9;
}
.TagClassName
{
border-color: #C24DC9;
}
</style>