Shades of Fuchsia #C24DC7
Tints of Fuchsia #C24DC7
RGB
CMYK
RGB Variations
Color information
#C24DC7 (or 0xC24DC7) is known color: Fuchsia. HEX triplet: C2, 4D and C7. RGB value is (194,77,199). Sum of RGB (Red+Green+Blue) = 194+77+199=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 77 (30.47% from 255 or 16.38% from 470); Blue value is 199 (78.12% from 255 or 42.34% from 470); Max value from RGB is 199 - color contains mainly: blue. Hex color #C24DC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C24DC7 is #3DB238. Grayscale: #7D7D7D. Windows color (decimal): -4043321 or 13061570. OLE color: 13061570.
HSL color Cylindrical-coordinate representation of color #C24DC7: hue angle of 297.54º degrees, saturation: 0.52, 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 #C24DC7 is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 77 | 199 | - |
| CMYK | 0.03 | 0.61 | 0 | 0.22 |
| HSL | 297.54º | 0.52% | 0.54% | - |
| HSV(B) | 297.54º | 0.61% | 0.78% | - |
| XYZ | 35.21 | 20.9 | 56.21 | - |
| YUV | 125.89 | 169.26 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 77 | 199 | 0.03 | 0.61 | 0 | 0.22 | 297.54 | 0.52 | 0.54 |
| Hex | C2 | 4D | C7 | 3 | 3D | 0 | 16 | 12A | 34 | 36 |
| Octal | 302 | 115 | 307 | 3 | 75 | 0 | 26 | 452 | 64 | 66 |
| Binary | 11000010 | 1001101 | 11000111 | 11 | 111101 | 0 | 10110 | 100101010 | 110100 | 110110 |
Color Harmonies of #C24DC7
Complementary color
Monochromatic Colors of #C24DC7
Black with #C24DC7
Text Example
Text Example
White with #C24DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24DC7; }
p { color: rgb(194,77,199); }
H1.HeaderClassName
{
color: #C24DC7;
}
.AnyTagClassName
{
color: #C24DC7;
}
</style>
background-color css
<style>
a { background-color: #C24DC7; }
a { background-color: rgb(194,77,199); }
div.DivClassName
{
background-color: #C24DC7;
}
.BgClassName
{
background-color: #C24DC7;
}
</style>
border-color css
<style>
span { border-color: #C24DC7; }
span { border-color: rgb(194,77,199); }
td.TdClassName
{
border-color: #C24DC7;
}
.TagClassName
{
border-color: #C24DC7;
}
</style>