Shades of Fuchsia #C34AAA
Tints of Fuchsia #C34AAA
RGB
CMYK
RGB Variations
Color information
#C34AAA (or 0xC34AAA) is known color: Fuchsia. HEX triplet: C3, 4A and AA. RGB value is (195,74,170). Sum of RGB (Red+Green+Blue) = 195+74+170=439 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.42% from 439); Green value is 74 (29.30% from 255 or 16.86% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 195 - color contains mainly: red. Hex color #C34AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34AAA is #3CB555. Grayscale: #787878. Windows color (decimal): -3978582 or 11160259. OLE color: 11160259.
HSL color Cylindrical-coordinate representation of color #C34AAA: hue angle of 312.4º 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 #C34AAA is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 74 | 170 | - |
| CMYK | 0 | 0.62 | 0.13 | 0.24 |
| HSL | 312.4º | 0.5% | 0.53% | - |
| HSV(B) | 312.4º | 0.62% | 0.76% | - |
| XYZ | 32.21 | 19.4 | 40.08 | - |
| YUV | 121.12 | 155.59 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 74 | 170 | 0 | 0.62 | 0.13 | 0.24 | 312.4 | 0.5 | 0.53 |
| Hex | C3 | 4A | AA | 0 | 3E | D | 18 | 138 | 32 | 35 |
| Octal | 303 | 112 | 252 | 0 | 76 | 15 | 30 | 470 | 62 | 65 |
| Binary | 11000011 | 1001010 | 10101010 | 0 | 111110 | 1101 | 11000 | 100111000 | 110010 | 110101 |
Color Harmonies of #C34AAA
Complementary color
Monochromatic Colors of #C34AAA
Black with #C34AAA
Text Example
Text Example
White with #C34AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34AAA; }
p { color: rgb(195,74,170); }
H1.HeaderClassName
{
color: #C34AAA;
}
.AnyTagClassName
{
color: #C34AAA;
}
</style>
background-color css
<style>
a { background-color: #C34AAA; }
a { background-color: rgb(195,74,170); }
div.DivClassName
{
background-color: #C34AAA;
}
.BgClassName
{
background-color: #C34AAA;
}
</style>
border-color css
<style>
span { border-color: #C34AAA; }
span { border-color: rgb(195,74,170); }
td.TdClassName
{
border-color: #C34AAA;
}
.TagClassName
{
border-color: #C34AAA;
}
</style>