Shades of Fuchsia #C24CC4
Tints of Fuchsia #C24CC4
RGB
CMYK
RGB Variations
Color information
#C24CC4 (or 0xC24CC4) is known color: Fuchsia. HEX triplet: C2, 4C and C4. RGB value is (194,76,196). Sum of RGB (Red+Green+Blue) = 194+76+196=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 76 (30.08% from 255 or 16.31% from 466); Blue value is 196 (76.95% from 255 or 42.06% from 466); Max value from RGB is 196 - color contains mainly: blue. Hex color #C24CC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24CC4 is #3DB33B. Grayscale: #7C7C7C. Windows color (decimal): -4043580 or 12864706. OLE color: 12864706.
HSL color Cylindrical-coordinate representation of color #C24CC4: hue angle of 299º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C24CC4 is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 76 | 196 | - |
| CMYK | 0.01 | 0.61 | 0 | 0.23 |
| HSL | 299º | 0.5% | 0.53% | - |
| HSV(B) | 299º | 0.61% | 0.77% | - |
| XYZ | 34.8 | 20.62 | 54.37 | - |
| YUV | 124.96 | 168.09 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 76 | 196 | 0.01 | 0.61 | 0 | 0.23 | 299 | 0.5 | 0.53 |
| Hex | C2 | 4C | C4 | 1 | 3D | 0 | 17 | 12B | 32 | 35 |
| Octal | 302 | 114 | 304 | 1 | 75 | 0 | 27 | 453 | 62 | 65 |
| Binary | 11000010 | 1001100 | 11000100 | 1 | 111101 | 0 | 10111 | 100101011 | 110010 | 110101 |
Color Harmonies of #C24CC4
Complementary color
Monochromatic Colors of #C24CC4
Black with #C24CC4
Text Example
Text Example
White with #C24CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24CC4; }
p { color: rgb(194,76,196); }
H1.HeaderClassName
{
color: #C24CC4;
}
.AnyTagClassName
{
color: #C24CC4;
}
</style>
background-color css
<style>
a { background-color: #C24CC4; }
a { background-color: rgb(194,76,196); }
div.DivClassName
{
background-color: #C24CC4;
}
.BgClassName
{
background-color: #C24CC4;
}
</style>
border-color css
<style>
span { border-color: #C24CC4; }
span { border-color: rgb(194,76,196); }
td.TdClassName
{
border-color: #C24CC4;
}
.TagClassName
{
border-color: #C24CC4;
}
</style>