Shades of Fuchsia #C34CAC
Tints of Fuchsia #C34CAC
RGB
CMYK
RGB Variations
Color information
#C34CAC (or 0xC34CAC) is known color: Fuchsia. HEX triplet: C3, 4C and AC. RGB value is (195,76,172). Sum of RGB (Red+Green+Blue) = 195+76+172=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 76 (30.08% from 255 or 17.16% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 195 - color contains mainly: red. Hex color #C34CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34CAC is #3CB353. Grayscale: #7A7A7A. Windows color (decimal): -3978068 or 11291843. OLE color: 11291843.
HSL color Cylindrical-coordinate representation of color #C34CAC: hue angle of 311.6º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C34CAC is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 76 | 172 | - |
| CMYK | 0 | 0.61 | 0.12 | 0.24 |
| HSL | 311.6º | 0.5% | 0.53% | - |
| HSV(B) | 311.6º | 0.61% | 0.76% | - |
| XYZ | 32.54 | 19.75 | 41.13 | - |
| YUV | 122.53 | 155.92 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 76 | 172 | 0 | 0.61 | 0.12 | 0.24 | 311.6 | 0.5 | 0.53 |
| Hex | C3 | 4C | AC | 0 | 3D | C | 18 | 138 | 32 | 35 |
| Octal | 303 | 114 | 254 | 0 | 75 | 14 | 30 | 470 | 62 | 65 |
| Binary | 11000011 | 1001100 | 10101100 | 0 | 111101 | 1100 | 11000 | 100111000 | 110010 | 110101 |
Color Harmonies of #C34CAC
Complementary color
Monochromatic Colors of #C34CAC
Black with #C34CAC
Text Example
Text Example
White with #C34CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34CAC; }
p { color: rgb(195,76,172); }
H1.HeaderClassName
{
color: #C34CAC;
}
.AnyTagClassName
{
color: #C34CAC;
}
</style>
background-color css
<style>
a { background-color: #C34CAC; }
a { background-color: rgb(195,76,172); }
div.DivClassName
{
background-color: #C34CAC;
}
.BgClassName
{
background-color: #C34CAC;
}
</style>
border-color css
<style>
span { border-color: #C34CAC; }
span { border-color: rgb(195,76,172); }
td.TdClassName
{
border-color: #C34CAC;
}
.TagClassName
{
border-color: #C34CAC;
}
</style>