Shades of Fuchsia #C034B5
Tints of Fuchsia #C034B5
RGB
CMYK
RGB Variations
Color information
#C034B5 (or 0xC034B5) is known color: Fuchsia. HEX triplet: C0, 34 and B5. RGB value is (192,52,181). Sum of RGB (Red+Green+Blue) = 192+52+181=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 52 (20.70% from 255 or 12.24% from 425); Blue value is 181 (71.09% from 255 or 42.59% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C034B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C034B5 is #3FCB4A. Grayscale: #6C6C6C. Windows color (decimal): -4180811 or 11875520. OLE color: 11875520.
HSL color Cylindrical-coordinate representation of color #C034B5: hue angle of 304.71º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C034B5 is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 52 | 181 | - |
| CMYK | 0 | 0.73 | 0.06 | 0.25 |
| HSL | 304.71º | 0.57% | 0.48% | - |
| HSV(B) | 304.71º | 0.73% | 0.75% | - |
| XYZ | 31.31 | 17 | 45.35 | - |
| YUV | 108.57 | 168.88 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 52 | 181 | 0 | 0.73 | 0.06 | 0.25 | 304.71 | 0.57 | 0.48 |
| Hex | C0 | 34 | B5 | 0 | 49 | 6 | 19 | 131 | 39 | 30 |
| Octal | 300 | 64 | 265 | 0 | 111 | 6 | 31 | 461 | 71 | 60 |
| Binary | 11000000 | 110100 | 10110101 | 0 | 1001001 | 110 | 11001 | 100110001 | 111001 | 110000 |
Color Harmonies of #C034B5
Complementary color
Monochromatic Colors of #C034B5
Black with #C034B5
Text Example
Text Example
White with #C034B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C034B5; }
p { color: rgb(192,52,181); }
H1.HeaderClassName
{
color: #C034B5;
}
.AnyTagClassName
{
color: #C034B5;
}
</style>
background-color css
<style>
a { background-color: #C034B5; }
a { background-color: rgb(192,52,181); }
div.DivClassName
{
background-color: #C034B5;
}
.BgClassName
{
background-color: #C034B5;
}
</style>
border-color css
<style>
span { border-color: #C034B5; }
span { border-color: rgb(192,52,181); }
td.TdClassName
{
border-color: #C034B5;
}
.TagClassName
{
border-color: #C034B5;
}
</style>