Shades of Fuchsia #C24FC5
Tints of Fuchsia #C24FC5
RGB
CMYK
RGB Variations
Color information
#C24FC5 (or 0xC24FC5) is known color: Fuchsia. HEX triplet: C2, 4F and C5. RGB value is (194,79,197). Sum of RGB (Red+Green+Blue) = 194+79+197=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 79 (31.25% from 255 or 16.81% from 470); Blue value is 197 (77.34% from 255 or 41.91% from 470); Max value from RGB is 197 - color contains mainly: blue. Hex color #C24FC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C24FC5 is #3DB03A. Grayscale: #7E7E7E. Windows color (decimal): -4042811 or 12931010. OLE color: 12931010.
HSL color Cylindrical-coordinate representation of color #C24FC5: hue angle of 298.47º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C24FC5 is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 79 | 197 | - |
| CMYK | 0.02 | 0.60 | 0 | 0.23 |
| HSL | 298.47º | 0.5% | 0.54% | - |
| HSV(B) | 298.47º | 0.6% | 0.77% | - |
| XYZ | 35.12 | 21.09 | 55.04 | - |
| YUV | 126.84 | 167.6 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 79 | 197 | 0.02 | 0.60 | 0 | 0.23 | 298.47 | 0.5 | 0.54 |
| Hex | C2 | 4F | C5 | 2 | 3C | 0 | 17 | 12A | 32 | 36 |
| Octal | 302 | 117 | 305 | 2 | 74 | 0 | 27 | 452 | 62 | 66 |
| Binary | 11000010 | 1001111 | 11000101 | 10 | 111100 | 0 | 10111 | 100101010 | 110010 | 110110 |
Color Harmonies of #C24FC5
Complementary color
Monochromatic Colors of #C24FC5
Black with #C24FC5
Text Example
Text Example
White with #C24FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24FC5; }
p { color: rgb(194,79,197); }
H1.HeaderClassName
{
color: #C24FC5;
}
.AnyTagClassName
{
color: #C24FC5;
}
</style>
background-color css
<style>
a { background-color: #C24FC5; }
a { background-color: rgb(194,79,197); }
div.DivClassName
{
background-color: #C24FC5;
}
.BgClassName
{
background-color: #C24FC5;
}
</style>
border-color css
<style>
span { border-color: #C24FC5; }
span { border-color: rgb(194,79,197); }
td.TdClassName
{
border-color: #C24FC5;
}
.TagClassName
{
border-color: #C24FC5;
}
</style>