Shades of Fuchsia #C24CC7
Tints of Fuchsia #C24CC7
RGB
CMYK
RGB Variations
Color information
#C24CC7 (or 0xC24CC7) is known color: Fuchsia. HEX triplet: C2, 4C and C7. RGB value is (194,76,199). Sum of RGB (Red+Green+Blue) = 194+76+199=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 76 (30.08% from 255 or 16.20% from 469); Blue value is 199 (78.12% from 255 or 42.43% from 469); Max value from RGB is 199 - color contains mainly: blue. Hex color #C24CC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24CC7 is #3DB338. Grayscale: #7C7C7C. Windows color (decimal): -4043577 or 13061314. OLE color: 13061314.
HSL color Cylindrical-coordinate representation of color #C24CC7: hue angle of 297.56º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C24CC7 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 76 | 199 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.22 |
| HSL | 297.56º | 0.52% | 0.54% | - |
| HSV(B) | 297.56º | 0.62% | 0.78% | - |
| XYZ | 35.14 | 20.76 | 56.19 | - |
| YUV | 125.3 | 169.59 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 76 | 199 | 0.03 | 0.62 | 0 | 0.22 | 297.56 | 0.52 | 0.54 |
| Hex | C2 | 4C | C7 | 3 | 3E | 0 | 16 | 12A | 34 | 36 |
| Octal | 302 | 114 | 307 | 3 | 76 | 0 | 26 | 452 | 64 | 66 |
| Binary | 11000010 | 1001100 | 11000111 | 11 | 111110 | 0 | 10110 | 100101010 | 110100 | 110110 |
Color Harmonies of #C24CC7
Complementary color
Monochromatic Colors of #C24CC7
Black with #C24CC7
Text Example
Text Example
White with #C24CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24CC7; }
p { color: rgb(194,76,199); }
H1.HeaderClassName
{
color: #C24CC7;
}
.AnyTagClassName
{
color: #C24CC7;
}
</style>
background-color css
<style>
a { background-color: #C24CC7; }
a { background-color: rgb(194,76,199); }
div.DivClassName
{
background-color: #C24CC7;
}
.BgClassName
{
background-color: #C24CC7;
}
</style>
border-color css
<style>
span { border-color: #C24CC7; }
span { border-color: rgb(194,76,199); }
td.TdClassName
{
border-color: #C24CC7;
}
.TagClassName
{
border-color: #C24CC7;
}
</style>