Shades of Fuchsia #C34AC6
Tints of Fuchsia #C34AC6
RGB
CMYK
RGB Variations
Color information
#C34AC6 (or 0xC34AC6) is known color: Fuchsia. HEX triplet: C3, 4A and C6. RGB value is (195,74,198). Sum of RGB (Red+Green+Blue) = 195+74+198=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 74 (29.30% from 255 or 15.85% from 467); Blue value is 198 (77.73% from 255 or 42.40% from 467); Max value from RGB is 198 - color contains mainly: blue. Hex color #C34AC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34AC6 is #3CB539. Grayscale: #7B7B7B. Windows color (decimal): -3978554 or 12995267. OLE color: 12995267.
HSL color Cylindrical-coordinate representation of color #C34AC6: hue angle of 298.55º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C34AC6 is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 74 | 198 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.22 |
| HSL | 298.55º | 0.52% | 0.53% | - |
| HSV(B) | 298.55º | 0.63% | 0.78% | - |
| XYZ | 35.15 | 20.58 | 55.55 | - |
| YUV | 124.32 | 169.59 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 74 | 198 | 0.02 | 0.63 | 0 | 0.22 | 298.55 | 0.52 | 0.53 |
| Hex | C3 | 4A | C6 | 2 | 3F | 0 | 16 | 12B | 34 | 35 |
| Octal | 303 | 112 | 306 | 2 | 77 | 0 | 26 | 453 | 64 | 65 |
| Binary | 11000011 | 1001010 | 11000110 | 10 | 111111 | 0 | 10110 | 100101011 | 110100 | 110101 |
Color Harmonies of #C34AC6
Complementary color
Monochromatic Colors of #C34AC6
Black with #C34AC6
Text Example
Text Example
White with #C34AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34AC6; }
p { color: rgb(195,74,198); }
H1.HeaderClassName
{
color: #C34AC6;
}
.AnyTagClassName
{
color: #C34AC6;
}
</style>
background-color css
<style>
a { background-color: #C34AC6; }
a { background-color: rgb(195,74,198); }
div.DivClassName
{
background-color: #C34AC6;
}
.BgClassName
{
background-color: #C34AC6;
}
</style>
border-color css
<style>
span { border-color: #C34AC6; }
span { border-color: rgb(195,74,198); }
td.TdClassName
{
border-color: #C34AC6;
}
.TagClassName
{
border-color: #C34AC6;
}
</style>