Shades of Fuchsia #C034B4
Tints of Fuchsia #C034B4
RGB
CMYK
RGB Variations
Color information
#C034B4 (or 0xC034B4) is known color: Fuchsia. HEX triplet: C0, 34 and B4. RGB value is (192,52,180). Sum of RGB (Red+Green+Blue) = 192+52+180=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 52 (20.70% from 255 or 12.26% from 424); Blue value is 180 (70.70% from 255 or 42.45% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C034B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C034B4 is #3FCB4B. Grayscale: #6C6C6C. Windows color (decimal): -4180812 or 11809984. OLE color: 11809984.
HSL color Cylindrical-coordinate representation of color #C034B4: hue angle of 305.14º 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 #C034B4 is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 52 | 180 | - |
| CMYK | 0 | 0.73 | 0.06 | 0.25 |
| HSL | 305.14º | 0.57% | 0.48% | - |
| HSV(B) | 305.14º | 0.73% | 0.75% | - |
| XYZ | 31.2 | 16.96 | 44.81 | - |
| YUV | 108.45 | 168.38 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 52 | 180 | 0 | 0.73 | 0.06 | 0.25 | 305.14 | 0.57 | 0.48 |
| Hex | C0 | 34 | B4 | 0 | 49 | 6 | 19 | 131 | 39 | 30 |
| Octal | 300 | 64 | 264 | 0 | 111 | 6 | 31 | 461 | 71 | 60 |
| Binary | 11000000 | 110100 | 10110100 | 0 | 1001001 | 110 | 11001 | 100110001 | 111001 | 110000 |
Color Harmonies of #C034B4
Complementary color
Monochromatic Colors of #C034B4
Black with #C034B4
Text Example
Text Example
White with #C034B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C034B4; }
p { color: rgb(192,52,180); }
H1.HeaderClassName
{
color: #C034B4;
}
.AnyTagClassName
{
color: #C034B4;
}
</style>
background-color css
<style>
a { background-color: #C034B4; }
a { background-color: rgb(192,52,180); }
div.DivClassName
{
background-color: #C034B4;
}
.BgClassName
{
background-color: #C034B4;
}
</style>
border-color css
<style>
span { border-color: #C034B4; }
span { border-color: rgb(192,52,180); }
td.TdClassName
{
border-color: #C034B4;
}
.TagClassName
{
border-color: #C034B4;
}
</style>