Shades of Fuchsia #C34AB9
Tints of Fuchsia #C34AB9
RGB
CMYK
RGB Variations
Color information
#C34AB9 (or 0xC34AB9) is known color: Fuchsia. HEX triplet: C3, 4A and B9. RGB value is (195,74,185). Sum of RGB (Red+Green+Blue) = 195+74+185=454 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.95% from 454); Green value is 74 (29.30% from 255 or 16.30% from 454); Blue value is 185 (72.66% from 255 or 40.75% from 454); Max value from RGB is 195 - color contains mainly: red. Hex color #C34AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34AB9 is #3CB546. Grayscale: #7A7A7A. Windows color (decimal): -3978567 or 12143299. OLE color: 12143299.
HSL color Cylindrical-coordinate representation of color #C34AB9: hue angle of 304.96º 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 #C34AB9 is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 74 | 185 | - |
| CMYK | 0 | 0.62 | 0.05 | 0.24 |
| HSL | 304.96º | 0.5% | 0.53% | - |
| HSV(B) | 304.96º | 0.62% | 0.76% | - |
| XYZ | 33.71 | 20 | 47.98 | - |
| YUV | 122.83 | 163.09 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 74 | 185 | 0 | 0.62 | 0.05 | 0.24 | 304.96 | 0.5 | 0.53 |
| Hex | C3 | 4A | B9 | 0 | 3E | 5 | 18 | 131 | 32 | 35 |
| Octal | 303 | 112 | 271 | 0 | 76 | 5 | 30 | 461 | 62 | 65 |
| Binary | 11000011 | 1001010 | 10111001 | 0 | 111110 | 101 | 11000 | 100110001 | 110010 | 110101 |
Color Harmonies of #C34AB9
Complementary color
Monochromatic Colors of #C34AB9
Black with #C34AB9
Text Example
Text Example
White with #C34AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34AB9; }
p { color: rgb(195,74,185); }
H1.HeaderClassName
{
color: #C34AB9;
}
.AnyTagClassName
{
color: #C34AB9;
}
</style>
background-color css
<style>
a { background-color: #C34AB9; }
a { background-color: rgb(195,74,185); }
div.DivClassName
{
background-color: #C34AB9;
}
.BgClassName
{
background-color: #C34AB9;
}
</style>
border-color css
<style>
span { border-color: #C34AB9; }
span { border-color: rgb(195,74,185); }
td.TdClassName
{
border-color: #C34AB9;
}
.TagClassName
{
border-color: #C34AB9;
}
</style>