Shades of Fuchsia #C24ABB
Tints of Fuchsia #C24ABB
RGB
CMYK
RGB Variations
Color information
#C24ABB (or 0xC24ABB) is known color: Fuchsia. HEX triplet: C2, 4A and BB. RGB value is (194,74,187). Sum of RGB (Red+Green+Blue) = 194+74+187=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 74 (29.30% from 255 or 16.26% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C24ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24ABB is #3DB544. Grayscale: #7A7A7A. Windows color (decimal): -4044101 or 12274370. OLE color: 12274370.
HSL color Cylindrical-coordinate representation of color #C24ABB: hue angle of 303.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C24ABB is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 74 | 187 | - |
| CMYK | 0 | 0.62 | 0.04 | 0.24 |
| HSL | 303.5º | 0.5% | 0.53% | - |
| HSV(B) | 303.5º | 0.62% | 0.76% | - |
| XYZ | 33.67 | 19.95 | 49.09 | - |
| YUV | 122.76 | 164.26 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 74 | 187 | 0 | 0.62 | 0.04 | 0.24 | 303.5 | 0.5 | 0.53 |
| Hex | C2 | 4A | BB | 0 | 3E | 4 | 18 | 130 | 32 | 35 |
| Octal | 302 | 112 | 273 | 0 | 76 | 4 | 30 | 460 | 62 | 65 |
| Binary | 11000010 | 1001010 | 10111011 | 0 | 111110 | 100 | 11000 | 100110000 | 110010 | 110101 |
Color Harmonies of #C24ABB
Complementary color
Monochromatic Colors of #C24ABB
Black with #C24ABB
Text Example
Text Example
White with #C24ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24ABB; }
p { color: rgb(194,74,187); }
H1.HeaderClassName
{
color: #C24ABB;
}
.AnyTagClassName
{
color: #C24ABB;
}
</style>
background-color css
<style>
a { background-color: #C24ABB; }
a { background-color: rgb(194,74,187); }
div.DivClassName
{
background-color: #C24ABB;
}
.BgClassName
{
background-color: #C24ABB;
}
</style>
border-color css
<style>
span { border-color: #C24ABB; }
span { border-color: rgb(194,74,187); }
td.TdClassName
{
border-color: #C24ABB;
}
.TagClassName
{
border-color: #C24ABB;
}
</style>