Shades of Fuchsia #C24CC5
Tints of Fuchsia #C24CC5
RGB
CMYK
RGB Variations
Color information
#C24CC5 (or 0xC24CC5) is known color: Fuchsia. HEX triplet: C2, 4C and C5. RGB value is (194,76,197). Sum of RGB (Red+Green+Blue) = 194+76+197=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 76 (30.08% from 255 or 16.27% from 467); Blue value is 197 (77.34% from 255 or 42.18% from 467); Max value from RGB is 197 - color contains mainly: blue. Hex color #C24CC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24CC5 is #3DB33A. Grayscale: #7C7C7C. Windows color (decimal): -4043579 or 12930242. OLE color: 12930242.
HSL color Cylindrical-coordinate representation of color #C24CC5: hue angle of 298.51º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C24CC5 is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 76 | 197 | - |
| CMYK | 0.02 | 0.61 | 0 | 0.23 |
| HSL | 298.51º | 0.51% | 0.54% | - |
| HSV(B) | 298.51º | 0.61% | 0.77% | - |
| XYZ | 34.91 | 20.67 | 54.97 | - |
| YUV | 125.08 | 168.59 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 76 | 197 | 0.02 | 0.61 | 0 | 0.23 | 298.51 | 0.51 | 0.54 |
| Hex | C2 | 4C | C5 | 2 | 3D | 0 | 17 | 12B | 33 | 36 |
| Octal | 302 | 114 | 305 | 2 | 75 | 0 | 27 | 453 | 63 | 66 |
| Binary | 11000010 | 1001100 | 11000101 | 10 | 111101 | 0 | 10111 | 100101011 | 110011 | 110110 |
Color Harmonies of #C24CC5
Complementary color
Monochromatic Colors of #C24CC5
Black with #C24CC5
Text Example
Text Example
White with #C24CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24CC5; }
p { color: rgb(194,76,197); }
H1.HeaderClassName
{
color: #C24CC5;
}
.AnyTagClassName
{
color: #C24CC5;
}
</style>
background-color css
<style>
a { background-color: #C24CC5; }
a { background-color: rgb(194,76,197); }
div.DivClassName
{
background-color: #C24CC5;
}
.BgClassName
{
background-color: #C24CC5;
}
</style>
border-color css
<style>
span { border-color: #C24CC5; }
span { border-color: rgb(194,76,197); }
td.TdClassName
{
border-color: #C24CC5;
}
.TagClassName
{
border-color: #C24CC5;
}
</style>