Shades of Fuchsia #C034BC
Tints of Fuchsia #C034BC
RGB
CMYK
RGB Variations
Color information
#C034BC (or 0xC034BC) is known color: Fuchsia. HEX triplet: C0, 34 and BC. RGB value is (192,52,188). Sum of RGB (Red+Green+Blue) = 192+52+188=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 52 (20.70% from 255 or 12.04% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C034BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C034BC is #3FCB43. Grayscale: #6C6C6C. Windows color (decimal): -4180804 or 12334272. OLE color: 12334272.
HSL color Cylindrical-coordinate representation of color #C034BC: hue angle of 301.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 #C034BC is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 52 | 188 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.25 |
| HSL | 301.71º | 0.57% | 0.48% | - |
| HSV(B) | 301.71º | 0.73% | 0.75% | - |
| XYZ | 32.04 | 17.29 | 49.23 | - |
| YUV | 109.36 | 172.38 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 52 | 188 | 0 | 0.73 | 0.02 | 0.25 | 301.71 | 0.57 | 0.48 |
| Hex | C0 | 34 | BC | 0 | 49 | 2 | 19 | 12E | 39 | 30 |
| Octal | 300 | 64 | 274 | 0 | 111 | 2 | 31 | 456 | 71 | 60 |
| Binary | 11000000 | 110100 | 10111100 | 0 | 1001001 | 10 | 11001 | 100101110 | 111001 | 110000 |
Color Harmonies of #C034BC
Complementary color
Monochromatic Colors of #C034BC
Black with #C034BC
Text Example
Text Example
White with #C034BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C034BC; }
p { color: rgb(192,52,188); }
H1.HeaderClassName
{
color: #C034BC;
}
.AnyTagClassName
{
color: #C034BC;
}
</style>
background-color css
<style>
a { background-color: #C034BC; }
a { background-color: rgb(192,52,188); }
div.DivClassName
{
background-color: #C034BC;
}
.BgClassName
{
background-color: #C034BC;
}
</style>
border-color css
<style>
span { border-color: #C034BC; }
span { border-color: rgb(192,52,188); }
td.TdClassName
{
border-color: #C034BC;
}
.TagClassName
{
border-color: #C034BC;
}
</style>