Shades of Fuchsia #C034B7
Tints of Fuchsia #C034B7
RGB
CMYK
RGB Variations
Color information
#C034B7 (or 0xC034B7) is known color: Fuchsia. HEX triplet: C0, 34 and B7. RGB value is (192,52,183). Sum of RGB (Red+Green+Blue) = 192+52+183=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 52 (20.70% from 255 or 12.18% from 427); Blue value is 183 (71.88% from 255 or 42.86% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C034B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C034B7 is #3FCB48. Grayscale: #6C6C6C. Windows color (decimal): -4180809 or 12006592. OLE color: 12006592.
HSL color Cylindrical-coordinate representation of color #C034B7: hue angle of 303.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 #C034B7 is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 52 | 183 | - |
| CMYK | 0 | 0.73 | 0.05 | 0.25 |
| HSL | 303.86º | 0.57% | 0.48% | - |
| HSV(B) | 303.86º | 0.73% | 0.75% | - |
| XYZ | 31.51 | 17.08 | 46.44 | - |
| YUV | 108.79 | 169.88 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 52 | 183 | 0 | 0.73 | 0.05 | 0.25 | 303.86 | 0.57 | 0.48 |
| Hex | C0 | 34 | B7 | 0 | 49 | 5 | 19 | 130 | 39 | 30 |
| Octal | 300 | 64 | 267 | 0 | 111 | 5 | 31 | 460 | 71 | 60 |
| Binary | 11000000 | 110100 | 10110111 | 0 | 1001001 | 101 | 11001 | 100110000 | 111001 | 110000 |
Color Harmonies of #C034B7
Complementary color
Monochromatic Colors of #C034B7
Black with #C034B7
Text Example
Text Example
White with #C034B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C034B7; }
p { color: rgb(192,52,183); }
H1.HeaderClassName
{
color: #C034B7;
}
.AnyTagClassName
{
color: #C034B7;
}
</style>
background-color css
<style>
a { background-color: #C034B7; }
a { background-color: rgb(192,52,183); }
div.DivClassName
{
background-color: #C034B7;
}
.BgClassName
{
background-color: #C034B7;
}
</style>
border-color css
<style>
span { border-color: #C034B7; }
span { border-color: rgb(192,52,183); }
td.TdClassName
{
border-color: #C034B7;
}
.TagClassName
{
border-color: #C034B7;
}
</style>