Shades of Fuchsia #C34DB1
Tints of Fuchsia #C34DB1
RGB
CMYK
RGB Variations
Color information
#C34DB1 (or 0xC34DB1) is known color: Fuchsia. HEX triplet: C3, 4D and B1. RGB value is (195,77,177). Sum of RGB (Red+Green+Blue) = 195+77+177=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 77 (30.47% from 255 or 17.15% from 449); Blue value is 177 (69.53% from 255 or 39.42% from 449); Max value from RGB is 195 - color contains mainly: red. Hex color #C34DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C34DB1 is #3CB24E. Grayscale: #7B7B7B. Windows color (decimal): -3977807 or 11619779. OLE color: 11619779.
HSL color Cylindrical-coordinate representation of color #C34DB1: hue angle of 309.15º 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 #C34DB1 is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 77 | 177 | - |
| CMYK | 0 | 0.61 | 0.09 | 0.24 |
| HSL | 309.15º | 0.5% | 0.53% | - |
| HSV(B) | 309.15º | 0.61% | 0.76% | - |
| XYZ | 33.1 | 20.08 | 43.73 | - |
| YUV | 123.68 | 158.09 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 77 | 177 | 0 | 0.61 | 0.09 | 0.24 | 309.15 | 0.5 | 0.53 |
| Hex | C3 | 4D | B1 | 0 | 3D | 9 | 18 | 135 | 32 | 35 |
| Octal | 303 | 115 | 261 | 0 | 75 | 11 | 30 | 465 | 62 | 65 |
| Binary | 11000011 | 1001101 | 10110001 | 0 | 111101 | 1001 | 11000 | 100110101 | 110010 | 110101 |
Color Harmonies of #C34DB1
Complementary color
Monochromatic Colors of #C34DB1
Black with #C34DB1
Text Example
Text Example
White with #C34DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34DB1; }
p { color: rgb(195,77,177); }
H1.HeaderClassName
{
color: #C34DB1;
}
.AnyTagClassName
{
color: #C34DB1;
}
</style>
background-color css
<style>
a { background-color: #C34DB1; }
a { background-color: rgb(195,77,177); }
div.DivClassName
{
background-color: #C34DB1;
}
.BgClassName
{
background-color: #C34DB1;
}
</style>
border-color css
<style>
span { border-color: #C34DB1; }
span { border-color: rgb(195,77,177); }
td.TdClassName
{
border-color: #C34DB1;
}
.TagClassName
{
border-color: #C34DB1;
}
</style>