Shades of Fuchsia #C34AC4
Tints of Fuchsia #C34AC4
RGB
CMYK
RGB Variations
Color information
#C34AC4 (or 0xC34AC4) is known color: Fuchsia. HEX triplet: C3, 4A and C4. RGB value is (195,74,196). Sum of RGB (Red+Green+Blue) = 195+74+196=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 74 (29.30% from 255 or 15.91% from 465); Blue value is 196 (76.95% from 255 or 42.15% from 465); Max value from RGB is 196 - color contains mainly: blue. Hex color #C34AC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34AC4 is #3CB53B. Grayscale: #7B7B7B. Windows color (decimal): -3978556 or 12864195. OLE color: 12864195.
HSL color Cylindrical-coordinate representation of color #C34AC4: hue angle of 299.51º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C34AC4 is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 74 | 196 | - |
| CMYK | 0.01 | 0.62 | 0 | 0.23 |
| HSL | 299.51º | 0.51% | 0.53% | - |
| HSV(B) | 299.51º | 0.62% | 0.77% | - |
| XYZ | 34.92 | 20.49 | 54.34 | - |
| YUV | 124.09 | 168.59 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 74 | 196 | 0.01 | 0.62 | 0 | 0.23 | 299.51 | 0.51 | 0.53 |
| Hex | C3 | 4A | C4 | 1 | 3E | 0 | 17 | 12C | 33 | 35 |
| Octal | 303 | 112 | 304 | 1 | 76 | 0 | 27 | 454 | 63 | 65 |
| Binary | 11000011 | 1001010 | 11000100 | 1 | 111110 | 0 | 10111 | 100101100 | 110011 | 110101 |
Color Harmonies of #C34AC4
Complementary color
Monochromatic Colors of #C34AC4
Black with #C34AC4
Text Example
Text Example
White with #C34AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34AC4; }
p { color: rgb(195,74,196); }
H1.HeaderClassName
{
color: #C34AC4;
}
.AnyTagClassName
{
color: #C34AC4;
}
</style>
background-color css
<style>
a { background-color: #C34AC4; }
a { background-color: rgb(195,74,196); }
div.DivClassName
{
background-color: #C34AC4;
}
.BgClassName
{
background-color: #C34AC4;
}
</style>
border-color css
<style>
span { border-color: #C34AC4; }
span { border-color: rgb(195,74,196); }
td.TdClassName
{
border-color: #C34AC4;
}
.TagClassName
{
border-color: #C34AC4;
}
</style>