Shades of Fuchsia #C34AAF
Tints of Fuchsia #C34AAF
RGB
CMYK
RGB Variations
Color information
#C34AAF (or 0xC34AAF) is known color: Fuchsia. HEX triplet: C3, 4A and AF. RGB value is (195,74,175). Sum of RGB (Red+Green+Blue) = 195+74+175=444 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.92% from 444); Green value is 74 (29.30% from 255 or 16.67% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 195 - color contains mainly: red. Hex color #C34AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34AAF is #3CB550. Grayscale: #797979. Windows color (decimal): -3978577 or 11487939. OLE color: 11487939.
HSL color Cylindrical-coordinate representation of color #C34AAF: hue angle of 309.92º 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 #C34AAF is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 74 | 175 | - |
| CMYK | 0 | 0.62 | 0.10 | 0.24 |
| HSL | 309.92º | 0.5% | 0.53% | - |
| HSV(B) | 309.92º | 0.62% | 0.76% | - |
| XYZ | 32.69 | 19.59 | 42.62 | - |
| YUV | 121.69 | 158.09 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 74 | 175 | 0 | 0.62 | 0.10 | 0.24 | 309.92 | 0.5 | 0.53 |
| Hex | C3 | 4A | AF | 0 | 3E | A | 18 | 136 | 32 | 35 |
| Octal | 303 | 112 | 257 | 0 | 76 | 12 | 30 | 466 | 62 | 65 |
| Binary | 11000011 | 1001010 | 10101111 | 0 | 111110 | 1010 | 11000 | 100110110 | 110010 | 110101 |
Color Harmonies of #C34AAF
Complementary color
Monochromatic Colors of #C34AAF
Black with #C34AAF
Text Example
Text Example
White with #C34AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34AAF; }
p { color: rgb(195,74,175); }
H1.HeaderClassName
{
color: #C34AAF;
}
.AnyTagClassName
{
color: #C34AAF;
}
</style>
background-color css
<style>
a { background-color: #C34AAF; }
a { background-color: rgb(195,74,175); }
div.DivClassName
{
background-color: #C34AAF;
}
.BgClassName
{
background-color: #C34AAF;
}
</style>
border-color css
<style>
span { border-color: #C34AAF; }
span { border-color: rgb(195,74,175); }
td.TdClassName
{
border-color: #C34AAF;
}
.TagClassName
{
border-color: #C34AAF;
}
</style>