Shades of Fuchsia #C034C2
Tints of Fuchsia #C034C2
RGB
CMYK
RGB Variations
Color information
#C034C2 (or 0xC034C2) is known color: Fuchsia. HEX triplet: C0, 34 and C2. RGB value is (192,52,194). Sum of RGB (Red+Green+Blue) = 192+52+194=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 52 (20.70% from 255 or 11.87% from 438); Blue value is 194 (76.17% from 255 or 44.29% from 438); Max value from RGB is 194 - color contains mainly: blue. Hex color #C034C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C034C2 is #3FCB3D. Grayscale: #6D6D6D. Windows color (decimal): -4180798 or 12727488. OLE color: 12727488.
HSL color Cylindrical-coordinate representation of color #C034C2: hue angle of 299.15º 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 #C034C2 is Cyan = 0.01, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 52 | 194 | - |
| CMYK | 0.01 | 0.73 | 0 | 0.24 |
| HSL | 299.15º | 0.58% | 0.48% | - |
| HSV(B) | 299.15º | 0.73% | 0.76% | - |
| XYZ | 32.7 | 17.56 | 52.7 | - |
| YUV | 110.05 | 175.38 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 52 | 194 | 0.01 | 0.73 | 0 | 0.24 | 299.15 | 0.58 | 0.48 |
| Hex | C0 | 34 | C2 | 1 | 49 | 0 | 18 | 12B | 3A | 30 |
| Octal | 300 | 64 | 302 | 1 | 111 | 0 | 30 | 453 | 72 | 60 |
| Binary | 11000000 | 110100 | 11000010 | 1 | 1001001 | 0 | 11000 | 100101011 | 111010 | 110000 |
Color Harmonies of #C034C2
Complementary color
Monochromatic Colors of #C034C2
Black with #C034C2
Text Example
Text Example
White with #C034C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C034C2; }
p { color: rgb(192,52,194); }
H1.HeaderClassName
{
color: #C034C2;
}
.AnyTagClassName
{
color: #C034C2;
}
</style>
background-color css
<style>
a { background-color: #C034C2; }
a { background-color: rgb(192,52,194); }
div.DivClassName
{
background-color: #C034C2;
}
.BgClassName
{
background-color: #C034C2;
}
</style>
border-color css
<style>
span { border-color: #C034C2; }
span { border-color: rgb(192,52,194); }
td.TdClassName
{
border-color: #C034C2;
}
.TagClassName
{
border-color: #C034C2;
}
</style>