Shades of Fuchsia #C24FCC
Tints of Fuchsia #C24FCC
RGB
CMYK
RGB Variations
Color information
#C24FCC (or 0xC24FCC) is known color: Fuchsia. HEX triplet: C2, 4F and CC. RGB value is (194,79,204). Sum of RGB (Red+Green+Blue) = 194+79+204=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 79 (31.25% from 255 or 16.56% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #C24FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C24FCC is #3DB033. Grayscale: #7F7F7F. Windows color (decimal): -4042804 or 13389762. OLE color: 13389762.
HSL color Cylindrical-coordinate representation of color #C24FCC: hue angle of 295.2º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C24FCC is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 79 | 204 | - |
| CMYK | 0.05 | 0.61 | 0 | 0.2 |
| HSL | 295.2º | 0.55% | 0.55% | - |
| HSV(B) | 295.2º | 0.61% | 0.8% | - |
| XYZ | 35.94 | 21.42 | 59.37 | - |
| YUV | 127.64 | 171.1 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 79 | 204 | 0.05 | 0.61 | 0 | 0.2 | 295.2 | 0.55 | 0.55 |
| Hex | C2 | 4F | CC | 5 | 3D | 0 | 14 | 127 | 37 | 37 |
| Octal | 302 | 117 | 314 | 5 | 75 | 0 | 24 | 447 | 67 | 67 |
| Binary | 11000010 | 1001111 | 11001100 | 101 | 111101 | 0 | 10100 | 100100111 | 110111 | 110111 |
Color Harmonies of #C24FCC
Complementary color
Monochromatic Colors of #C24FCC
Black with #C24FCC
Text Example
Text Example
White with #C24FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24FCC; }
p { color: rgb(194,79,204); }
H1.HeaderClassName
{
color: #C24FCC;
}
.AnyTagClassName
{
color: #C24FCC;
}
</style>
background-color css
<style>
a { background-color: #C24FCC; }
a { background-color: rgb(194,79,204); }
div.DivClassName
{
background-color: #C24FCC;
}
.BgClassName
{
background-color: #C24FCC;
}
</style>
border-color css
<style>
span { border-color: #C24FCC; }
span { border-color: rgb(194,79,204); }
td.TdClassName
{
border-color: #C24FCC;
}
.TagClassName
{
border-color: #C24FCC;
}
</style>