Shades of Fuchsia #C034B3
Tints of Fuchsia #C034B3
RGB
CMYK
RGB Variations
Color information
#C034B3 (or 0xC034B3) is known color: Fuchsia. HEX triplet: C0, 34 and B3. RGB value is (192,52,179). Sum of RGB (Red+Green+Blue) = 192+52+179=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 52 (20.70% from 255 or 12.29% from 423); Blue value is 179 (70.31% from 255 or 42.32% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C034B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C034B3 is #3FCB4C. Grayscale: #6B6B6B. Windows color (decimal): -4180813 or 11744448. OLE color: 11744448.
HSL color Cylindrical-coordinate representation of color #C034B3: hue angle of 305.57º 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 #C034B3 is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 52 | 179 | - |
| CMYK | 0 | 0.73 | 0.07 | 0.25 |
| HSL | 305.57º | 0.57% | 0.48% | - |
| HSV(B) | 305.57º | 0.73% | 0.75% | - |
| XYZ | 31.1 | 16.92 | 44.27 | - |
| YUV | 108.34 | 167.88 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 52 | 179 | 0 | 0.73 | 0.07 | 0.25 | 305.57 | 0.57 | 0.48 |
| Hex | C0 | 34 | B3 | 0 | 49 | 7 | 19 | 132 | 39 | 30 |
| Octal | 300 | 64 | 263 | 0 | 111 | 7 | 31 | 462 | 71 | 60 |
| Binary | 11000000 | 110100 | 10110011 | 0 | 1001001 | 111 | 11001 | 100110010 | 111001 | 110000 |
Color Harmonies of #C034B3
Complementary color
Monochromatic Colors of #C034B3
Black with #C034B3
Text Example
Text Example
White with #C034B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C034B3; }
p { color: rgb(192,52,179); }
H1.HeaderClassName
{
color: #C034B3;
}
.AnyTagClassName
{
color: #C034B3;
}
</style>
background-color css
<style>
a { background-color: #C034B3; }
a { background-color: rgb(192,52,179); }
div.DivClassName
{
background-color: #C034B3;
}
.BgClassName
{
background-color: #C034B3;
}
</style>
border-color css
<style>
span { border-color: #C034B3; }
span { border-color: rgb(192,52,179); }
td.TdClassName
{
border-color: #C034B3;
}
.TagClassName
{
border-color: #C034B3;
}
</style>