Shades of Fuchsia #C24CAD
Tints of Fuchsia #C24CAD
RGB
CMYK
RGB Variations
Color information
#C24CAD (or 0xC24CAD) is known color: Fuchsia. HEX triplet: C2, 4C and AD. RGB value is (194,76,173). Sum of RGB (Red+Green+Blue) = 194+76+173=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 76 (30.08% from 255 or 17.16% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 194 - color contains mainly: red. Hex color #C24CAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24CAD is #3DB352. Grayscale: #7A7A7A. Windows color (decimal): -4043603 or 11357378. OLE color: 11357378.
HSL color Cylindrical-coordinate representation of color #C24CAD: hue angle of 310.68º degrees, saturation: 0.49, 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 #C24CAD is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 76 | 173 | - |
| CMYK | 0 | 0.61 | 0.11 | 0.24 |
| HSL | 310.68º | 0.49% | 0.53% | - |
| HSV(B) | 310.68º | 0.61% | 0.76% | - |
| XYZ | 32.38 | 19.66 | 41.62 | - |
| YUV | 122.34 | 156.59 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 76 | 173 | 0 | 0.61 | 0.11 | 0.24 | 310.68 | 0.49 | 0.53 |
| Hex | C2 | 4C | AD | 0 | 3D | B | 18 | 137 | 31 | 35 |
| Octal | 302 | 114 | 255 | 0 | 75 | 13 | 30 | 467 | 61 | 65 |
| Binary | 11000010 | 1001100 | 10101101 | 0 | 111101 | 1011 | 11000 | 100110111 | 110001 | 110101 |
Color Harmonies of #C24CAD
Complementary color
Monochromatic Colors of #C24CAD
Black with #C24CAD
Text Example
Text Example
White with #C24CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24CAD; }
p { color: rgb(194,76,173); }
H1.HeaderClassName
{
color: #C24CAD;
}
.AnyTagClassName
{
color: #C24CAD;
}
</style>
background-color css
<style>
a { background-color: #C24CAD; }
a { background-color: rgb(194,76,173); }
div.DivClassName
{
background-color: #C24CAD;
}
.BgClassName
{
background-color: #C24CAD;
}
</style>
border-color css
<style>
span { border-color: #C24CAD; }
span { border-color: rgb(194,76,173); }
td.TdClassName
{
border-color: #C24CAD;
}
.TagClassName
{
border-color: #C24CAD;
}
</style>