Shades of Fuchsia #C034C3
Tints of Fuchsia #C034C3
RGB
CMYK
RGB Variations
Color information
#C034C3 (or 0xC034C3) is known color: Fuchsia. HEX triplet: C0, 34 and C3. RGB value is (192,52,195). Sum of RGB (Red+Green+Blue) = 192+52+195=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 52 (20.70% from 255 or 11.85% from 439); Blue value is 195 (76.56% from 255 or 44.42% from 439); Max value from RGB is 195 - color contains mainly: blue. Hex color #C034C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C034C3 is #3FCB3C. Grayscale: #6D6D6D. Windows color (decimal): -4180797 or 12793024. OLE color: 12793024.
HSL color Cylindrical-coordinate representation of color #C034C3: hue angle of 298.74º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C034C3 is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 52 | 195 | - |
| CMYK | 0.02 | 0.73 | 0 | 0.24 |
| HSL | 298.74º | 0.58% | 0.48% | - |
| HSV(B) | 298.74º | 0.73% | 0.76% | - |
| XYZ | 32.82 | 17.6 | 53.3 | - |
| YUV | 110.16 | 175.88 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 52 | 195 | 0.02 | 0.73 | 0 | 0.24 | 298.74 | 0.58 | 0.48 |
| Hex | C0 | 34 | C3 | 2 | 49 | 0 | 18 | 12B | 3A | 30 |
| Octal | 300 | 64 | 303 | 2 | 111 | 0 | 30 | 453 | 72 | 60 |
| Binary | 11000000 | 110100 | 11000011 | 10 | 1001001 | 0 | 11000 | 100101011 | 111010 | 110000 |
Color Harmonies of #C034C3
Complementary color
Monochromatic Colors of #C034C3
Black with #C034C3
Text Example
Text Example
White with #C034C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C034C3; }
p { color: rgb(192,52,195); }
H1.HeaderClassName
{
color: #C034C3;
}
.AnyTagClassName
{
color: #C034C3;
}
</style>
background-color css
<style>
a { background-color: #C034C3; }
a { background-color: rgb(192,52,195); }
div.DivClassName
{
background-color: #C034C3;
}
.BgClassName
{
background-color: #C034C3;
}
</style>
border-color css
<style>
span { border-color: #C034C3; }
span { border-color: rgb(192,52,195); }
td.TdClassName
{
border-color: #C034C3;
}
.TagClassName
{
border-color: #C034C3;
}
</style>