Shades of Fuchsia #C24CCA
Tints of Fuchsia #C24CCA
RGB
CMYK
RGB Variations
Color information
#C24CCA (or 0xC24CCA) is known color: Fuchsia. HEX triplet: C2, 4C and CA. RGB value is (194,76,202). Sum of RGB (Red+Green+Blue) = 194+76+202=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 76 (30.08% from 255 or 16.10% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #C24CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24CCA is #3DB335. Grayscale: #7D7D7D. Windows color (decimal): -4043574 or 13257922. OLE color: 13257922.
HSL color Cylindrical-coordinate representation of color #C24CCA: hue angle of 296.19º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C24CCA is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 76 | 202 | - |
| CMYK | 0.04 | 0.62 | 0 | 0.21 |
| HSL | 296.19º | 0.54% | 0.55% | - |
| HSV(B) | 296.19º | 0.62% | 0.79% | - |
| XYZ | 35.49 | 20.9 | 58.04 | - |
| YUV | 125.65 | 171.09 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 76 | 202 | 0.04 | 0.62 | 0 | 0.21 | 296.19 | 0.54 | 0.55 |
| Hex | C2 | 4C | CA | 4 | 3E | 0 | 15 | 128 | 36 | 37 |
| Octal | 302 | 114 | 312 | 4 | 76 | 0 | 25 | 450 | 66 | 67 |
| Binary | 11000010 | 1001100 | 11001010 | 100 | 111110 | 0 | 10101 | 100101000 | 110110 | 110111 |
Color Harmonies of #C24CCA
Complementary color
Monochromatic Colors of #C24CCA
Black with #C24CCA
Text Example
Text Example
White with #C24CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24CCA; }
p { color: rgb(194,76,202); }
H1.HeaderClassName
{
color: #C24CCA;
}
.AnyTagClassName
{
color: #C24CCA;
}
</style>
background-color css
<style>
a { background-color: #C24CCA; }
a { background-color: rgb(194,76,202); }
div.DivClassName
{
background-color: #C24CCA;
}
.BgClassName
{
background-color: #C24CCA;
}
</style>
border-color css
<style>
span { border-color: #C24CCA; }
span { border-color: rgb(194,76,202); }
td.TdClassName
{
border-color: #C24CCA;
}
.TagClassName
{
border-color: #C24CCA;
}
</style>