Shades of Fuchsia #C34AB1
Tints of Fuchsia #C34AB1
RGB
CMYK
RGB Variations
Color information
#C34AB1 (or 0xC34AB1) is known color: Fuchsia. HEX triplet: C3, 4A and B1. RGB value is (195,74,177). Sum of RGB (Red+Green+Blue) = 195+74+177=446 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.72% from 446); Green value is 74 (29.30% from 255 or 16.59% from 446); Blue value is 177 (69.53% from 255 or 39.69% from 446); Max value from RGB is 195 - color contains mainly: red. Hex color #C34AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34AB1 is #3CB54E. Grayscale: #797979. Windows color (decimal): -3978575 or 11619011. OLE color: 11619011.
HSL color Cylindrical-coordinate representation of color #C34AB1: hue angle of 308.93º 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 #C34AB1 is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 74 | 177 | - |
| CMYK | 0 | 0.62 | 0.09 | 0.24 |
| HSL | 308.93º | 0.5% | 0.53% | - |
| HSV(B) | 308.93º | 0.62% | 0.76% | - |
| XYZ | 32.89 | 19.67 | 43.66 | - |
| YUV | 121.92 | 159.09 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 74 | 177 | 0 | 0.62 | 0.09 | 0.24 | 308.93 | 0.5 | 0.53 |
| Hex | C3 | 4A | B1 | 0 | 3E | 9 | 18 | 135 | 32 | 35 |
| Octal | 303 | 112 | 261 | 0 | 76 | 11 | 30 | 465 | 62 | 65 |
| Binary | 11000011 | 1001010 | 10110001 | 0 | 111110 | 1001 | 11000 | 100110101 | 110010 | 110101 |
Color Harmonies of #C34AB1
Complementary color
Monochromatic Colors of #C34AB1
Black with #C34AB1
Text Example
Text Example
White with #C34AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34AB1; }
p { color: rgb(195,74,177); }
H1.HeaderClassName
{
color: #C34AB1;
}
.AnyTagClassName
{
color: #C34AB1;
}
</style>
background-color css
<style>
a { background-color: #C34AB1; }
a { background-color: rgb(195,74,177); }
div.DivClassName
{
background-color: #C34AB1;
}
.BgClassName
{
background-color: #C34AB1;
}
</style>
border-color css
<style>
span { border-color: #C34AB1; }
span { border-color: rgb(195,74,177); }
td.TdClassName
{
border-color: #C34AB1;
}
.TagClassName
{
border-color: #C34AB1;
}
</style>