Shades of Fuchsia #C034C4
Tints of Fuchsia #C034C4
RGB
CMYK
RGB Variations
Color information
#C034C4 (or 0xC034C4) is known color: Fuchsia. HEX triplet: C0, 34 and C4. RGB value is (192,52,196). Sum of RGB (Red+Green+Blue) = 192+52+196=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 52 (20.70% from 255 or 11.82% from 440); Blue value is 196 (76.95% from 255 or 44.55% from 440); Max value from RGB is 196 - color contains mainly: blue. Hex color #C034C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C034C4 is #3FCB3B. Grayscale: #6D6D6D. Windows color (decimal): -4180796 or 12858560. OLE color: 12858560.
HSL color Cylindrical-coordinate representation of color #C034C4: hue angle of 298.33º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C034C4 is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 52 | 196 | - |
| CMYK | 0.02 | 0.73 | 0 | 0.23 |
| HSL | 298.33º | 0.58% | 0.49% | - |
| HSV(B) | 298.33º | 0.73% | 0.77% | - |
| XYZ | 32.93 | 17.65 | 53.9 | - |
| YUV | 110.28 | 176.38 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 52 | 196 | 0.02 | 0.73 | 0 | 0.23 | 298.33 | 0.58 | 0.49 |
| Hex | C0 | 34 | C4 | 2 | 49 | 0 | 17 | 12A | 3A | 31 |
| Octal | 300 | 64 | 304 | 2 | 111 | 0 | 27 | 452 | 72 | 61 |
| Binary | 11000000 | 110100 | 11000100 | 10 | 1001001 | 0 | 10111 | 100101010 | 111010 | 110001 |
Color Harmonies of #C034C4
Complementary color
Monochromatic Colors of #C034C4
Black with #C034C4
Text Example
Text Example
White with #C034C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C034C4; }
p { color: rgb(192,52,196); }
H1.HeaderClassName
{
color: #C034C4;
}
.AnyTagClassName
{
color: #C034C4;
}
</style>
background-color css
<style>
a { background-color: #C034C4; }
a { background-color: rgb(192,52,196); }
div.DivClassName
{
background-color: #C034C4;
}
.BgClassName
{
background-color: #C034C4;
}
</style>
border-color css
<style>
span { border-color: #C034C4; }
span { border-color: rgb(192,52,196); }
td.TdClassName
{
border-color: #C034C4;
}
.TagClassName
{
border-color: #C034C4;
}
</style>