Shades of Fuchsia #C24FC7
Tints of Fuchsia #C24FC7
RGB
CMYK
RGB Variations
Color information
#C24FC7 (or 0xC24FC7) is known color: Fuchsia. HEX triplet: C2, 4F and C7. RGB value is (194,79,199). Sum of RGB (Red+Green+Blue) = 194+79+199=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 79 (31.25% from 255 or 16.74% from 472); Blue value is 199 (78.12% from 255 or 42.16% from 472); Max value from RGB is 199 - color contains mainly: blue. Hex color #C24FC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C24FC7 is #3DB038. Grayscale: #7E7E7E. Windows color (decimal): -4042809 or 13062082. OLE color: 13062082.
HSL color Cylindrical-coordinate representation of color #C24FC7: hue angle of 297.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C24FC7 is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 79 | 199 | - |
| CMYK | 0.03 | 0.60 | 0 | 0.22 |
| HSL | 297.5º | 0.52% | 0.55% | - |
| HSV(B) | 297.5º | 0.6% | 0.78% | - |
| XYZ | 35.35 | 21.18 | 56.26 | - |
| YUV | 127.07 | 168.6 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 79 | 199 | 0.03 | 0.60 | 0 | 0.22 | 297.5 | 0.52 | 0.55 |
| Hex | C2 | 4F | C7 | 3 | 3C | 0 | 16 | 12A | 34 | 37 |
| Octal | 302 | 117 | 307 | 3 | 74 | 0 | 26 | 452 | 64 | 67 |
| Binary | 11000010 | 1001111 | 11000111 | 11 | 111100 | 0 | 10110 | 100101010 | 110100 | 110111 |
Color Harmonies of #C24FC7
Complementary color
Monochromatic Colors of #C24FC7
Black with #C24FC7
Text Example
Text Example
White with #C24FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24FC7; }
p { color: rgb(194,79,199); }
H1.HeaderClassName
{
color: #C24FC7;
}
.AnyTagClassName
{
color: #C24FC7;
}
</style>
background-color css
<style>
a { background-color: #C24FC7; }
a { background-color: rgb(194,79,199); }
div.DivClassName
{
background-color: #C24FC7;
}
.BgClassName
{
background-color: #C24FC7;
}
</style>
border-color css
<style>
span { border-color: #C24FC7; }
span { border-color: rgb(194,79,199); }
td.TdClassName
{
border-color: #C24FC7;
}
.TagClassName
{
border-color: #C24FC7;
}
</style>