Shades of Fuchsia #C24DC6
Tints of Fuchsia #C24DC6
RGB
CMYK
RGB Variations
Color information
#C24DC6 (or 0xC24DC6) is known color: Fuchsia. HEX triplet: C2, 4D and C6. RGB value is (194,77,198). Sum of RGB (Red+Green+Blue) = 194+77+198=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 77 (30.47% from 255 or 16.42% from 469); Blue value is 198 (77.73% from 255 or 42.22% from 469); Max value from RGB is 198 - color contains mainly: blue. Hex color #C24DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C24DC6 is #3DB239. Grayscale: #7D7D7D. Windows color (decimal): -4043322 or 12996034. OLE color: 12996034.
HSL color Cylindrical-coordinate representation of color #C24DC6: hue angle of 298.02º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C24DC6 is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 77 | 198 | - |
| CMYK | 0.02 | 0.61 | 0 | 0.22 |
| HSL | 298.02º | 0.51% | 0.54% | - |
| HSV(B) | 298.02º | 0.61% | 0.78% | - |
| XYZ | 35.1 | 20.85 | 55.6 | - |
| YUV | 125.78 | 168.76 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 77 | 198 | 0.02 | 0.61 | 0 | 0.22 | 298.02 | 0.51 | 0.54 |
| Hex | C2 | 4D | C6 | 2 | 3D | 0 | 16 | 12A | 33 | 36 |
| Octal | 302 | 115 | 306 | 2 | 75 | 0 | 26 | 452 | 63 | 66 |
| Binary | 11000010 | 1001101 | 11000110 | 10 | 111101 | 0 | 10110 | 100101010 | 110011 | 110110 |
Color Harmonies of #C24DC6
Complementary color
Monochromatic Colors of #C24DC6
Black with #C24DC6
Text Example
Text Example
White with #C24DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24DC6; }
p { color: rgb(194,77,198); }
H1.HeaderClassName
{
color: #C24DC6;
}
.AnyTagClassName
{
color: #C24DC6;
}
</style>
background-color css
<style>
a { background-color: #C24DC6; }
a { background-color: rgb(194,77,198); }
div.DivClassName
{
background-color: #C24DC6;
}
.BgClassName
{
background-color: #C24DC6;
}
</style>
border-color css
<style>
span { border-color: #C24DC6; }
span { border-color: rgb(194,77,198); }
td.TdClassName
{
border-color: #C24DC6;
}
.TagClassName
{
border-color: #C24DC6;
}
</style>