Shades of Fuchsia #C34DB6
Tints of Fuchsia #C34DB6
RGB
CMYK
RGB Variations
Color information
#C34DB6 (or 0xC34DB6) is known color: Fuchsia. HEX triplet: C3, 4D and B6. RGB value is (195,77,182). Sum of RGB (Red+Green+Blue) = 195+77+182=454 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.95% from 454); Green value is 77 (30.47% from 255 or 16.96% from 454); Blue value is 182 (71.48% from 255 or 40.09% from 454); Max value from RGB is 195 - color contains mainly: red. Hex color #C34DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C34DB6 is #3CB249. Grayscale: #7B7B7B. Windows color (decimal): -3977802 or 11947459. OLE color: 11947459.
HSL color Cylindrical-coordinate representation of color #C34DB6: hue angle of 306.61º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C34DB6 is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 77 | 182 | - |
| CMYK | 0 | 0.61 | 0.07 | 0.24 |
| HSL | 306.61º | 0.5% | 0.53% | - |
| HSV(B) | 306.61º | 0.61% | 0.76% | - |
| XYZ | 33.6 | 20.29 | 46.4 | - |
| YUV | 124.25 | 160.59 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 77 | 182 | 0 | 0.61 | 0.07 | 0.24 | 306.61 | 0.5 | 0.53 |
| Hex | C3 | 4D | B6 | 0 | 3D | 7 | 18 | 133 | 32 | 35 |
| Octal | 303 | 115 | 266 | 0 | 75 | 7 | 30 | 463 | 62 | 65 |
| Binary | 11000011 | 1001101 | 10110110 | 0 | 111101 | 111 | 11000 | 100110011 | 110010 | 110101 |
Color Harmonies of #C34DB6
Complementary color
Monochromatic Colors of #C34DB6
Black with #C34DB6
Text Example
Text Example
White with #C34DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34DB6; }
p { color: rgb(195,77,182); }
H1.HeaderClassName
{
color: #C34DB6;
}
.AnyTagClassName
{
color: #C34DB6;
}
</style>
background-color css
<style>
a { background-color: #C34DB6; }
a { background-color: rgb(195,77,182); }
div.DivClassName
{
background-color: #C34DB6;
}
.BgClassName
{
background-color: #C34DB6;
}
</style>
border-color css
<style>
span { border-color: #C34DB6; }
span { border-color: rgb(195,77,182); }
td.TdClassName
{
border-color: #C34DB6;
}
.TagClassName
{
border-color: #C34DB6;
}
</style>