Shades of Fuchsia #C034B0
Tints of Fuchsia #C034B0
RGB
CMYK
RGB Variations
Color information
#C034B0 (or 0xC034B0) is known color: Fuchsia. HEX triplet: C0, 34 and B0. RGB value is (192,52,176). Sum of RGB (Red+Green+Blue) = 192+52+176=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 52 (20.70% from 255 or 12.38% from 420); Blue value is 176 (69.14% from 255 or 41.90% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C034B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C034B0 is #3FCB4F. Grayscale: #6B6B6B. Windows color (decimal): -4180816 or 11547840. OLE color: 11547840.
HSL color Cylindrical-coordinate representation of color #C034B0: hue angle of 306.86º 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 #C034B0 is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 52 | 176 | - |
| CMYK | 0 | 0.73 | 0.08 | 0.25 |
| HSL | 306.86º | 0.57% | 0.48% | - |
| HSV(B) | 306.86º | 0.73% | 0.75% | - |
| XYZ | 30.8 | 16.8 | 42.69 | - |
| YUV | 108 | 166.38 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 52 | 176 | 0 | 0.73 | 0.08 | 0.25 | 306.86 | 0.57 | 0.48 |
| Hex | C0 | 34 | B0 | 0 | 49 | 8 | 19 | 133 | 39 | 30 |
| Octal | 300 | 64 | 260 | 0 | 111 | 10 | 31 | 463 | 71 | 60 |
| Binary | 11000000 | 110100 | 10110000 | 0 | 1001001 | 1000 | 11001 | 100110011 | 111001 | 110000 |
Color Harmonies of #C034B0
Complementary color
Monochromatic Colors of #C034B0
Black with #C034B0
Text Example
Text Example
White with #C034B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C034B0; }
p { color: rgb(192,52,176); }
H1.HeaderClassName
{
color: #C034B0;
}
.AnyTagClassName
{
color: #C034B0;
}
</style>
background-color css
<style>
a { background-color: #C034B0; }
a { background-color: rgb(192,52,176); }
div.DivClassName
{
background-color: #C034B0;
}
.BgClassName
{
background-color: #C034B0;
}
</style>
border-color css
<style>
span { border-color: #C034B0; }
span { border-color: rgb(192,52,176); }
td.TdClassName
{
border-color: #C034B0;
}
.TagClassName
{
border-color: #C034B0;
}
</style>