Shades of Fuchsia #C24CC3
Tints of Fuchsia #C24CC3
RGB
CMYK
RGB Variations
Color information
#C24CC3 (or 0xC24CC3) is known color: Fuchsia. HEX triplet: C2, 4C and C3. RGB value is (194,76,195). Sum of RGB (Red+Green+Blue) = 194+76+195=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 76 (30.08% from 255 or 16.34% from 465); Blue value is 195 (76.56% from 255 or 41.94% from 465); Max value from RGB is 195 - color contains mainly: blue. Hex color #C24CC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24CC3 is #3DB33C. Grayscale: #7C7C7C. Windows color (decimal): -4043581 or 12799170. OLE color: 12799170.
HSL color Cylindrical-coordinate representation of color #C24CC3: hue angle of 299.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C24CC3 is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 76 | 195 | - |
| CMYK | 0.01 | 0.61 | 0 | 0.24 |
| HSL | 299.5º | 0.5% | 0.53% | - |
| HSV(B) | 299.5º | 0.61% | 0.76% | - |
| XYZ | 34.68 | 20.58 | 53.77 | - |
| YUV | 124.85 | 167.59 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 76 | 195 | 0.01 | 0.61 | 0 | 0.24 | 299.5 | 0.5 | 0.53 |
| Hex | C2 | 4C | C3 | 1 | 3D | 0 | 18 | 12B | 32 | 35 |
| Octal | 302 | 114 | 303 | 1 | 75 | 0 | 30 | 453 | 62 | 65 |
| Binary | 11000010 | 1001100 | 11000011 | 1 | 111101 | 0 | 11000 | 100101011 | 110010 | 110101 |
Color Harmonies of #C24CC3
Complementary color
Monochromatic Colors of #C24CC3
Black with #C24CC3
Text Example
Text Example
White with #C24CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24CC3; }
p { color: rgb(194,76,195); }
H1.HeaderClassName
{
color: #C24CC3;
}
.AnyTagClassName
{
color: #C24CC3;
}
</style>
background-color css
<style>
a { background-color: #C24CC3; }
a { background-color: rgb(194,76,195); }
div.DivClassName
{
background-color: #C24CC3;
}
.BgClassName
{
background-color: #C24CC3;
}
</style>
border-color css
<style>
span { border-color: #C24CC3; }
span { border-color: rgb(194,76,195); }
td.TdClassName
{
border-color: #C24CC3;
}
.TagClassName
{
border-color: #C24CC3;
}
</style>