Shades of Fuchsia #C34DB8
Tints of Fuchsia #C34DB8
RGB
CMYK
RGB Variations
Color information
#C34DB8 (or 0xC34DB8) is known color: Fuchsia. HEX triplet: C3, 4D and B8. RGB value is (195,77,184). Sum of RGB (Red+Green+Blue) = 195+77+184=456 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.76% from 456); Green value is 77 (30.47% from 255 or 16.89% from 456); Blue value is 184 (72.27% from 255 or 40.35% from 456); Max value from RGB is 195 - color contains mainly: red. Hex color #C34DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C34DB8 is #3CB247. Grayscale: #7C7C7C. Windows color (decimal): -3977800 or 12078531. OLE color: 12078531.
HSL color Cylindrical-coordinate representation of color #C34DB8: hue angle of 305.59º 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 #C34DB8 is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 77 | 184 | - |
| CMYK | 0 | 0.61 | 0.06 | 0.24 |
| HSL | 305.59º | 0.5% | 0.53% | - |
| HSV(B) | 305.59º | 0.61% | 0.76% | - |
| XYZ | 33.81 | 20.37 | 47.5 | - |
| YUV | 124.48 | 161.59 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 77 | 184 | 0 | 0.61 | 0.06 | 0.24 | 305.59 | 0.5 | 0.53 |
| Hex | C3 | 4D | B8 | 0 | 3D | 6 | 18 | 132 | 32 | 35 |
| Octal | 303 | 115 | 270 | 0 | 75 | 6 | 30 | 462 | 62 | 65 |
| Binary | 11000011 | 1001101 | 10111000 | 0 | 111101 | 110 | 11000 | 100110010 | 110010 | 110101 |
Color Harmonies of #C34DB8
Complementary color
Monochromatic Colors of #C34DB8
Black with #C34DB8
Text Example
Text Example
White with #C34DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34DB8; }
p { color: rgb(195,77,184); }
H1.HeaderClassName
{
color: #C34DB8;
}
.AnyTagClassName
{
color: #C34DB8;
}
</style>
background-color css
<style>
a { background-color: #C34DB8; }
a { background-color: rgb(195,77,184); }
div.DivClassName
{
background-color: #C34DB8;
}
.BgClassName
{
background-color: #C34DB8;
}
</style>
border-color css
<style>
span { border-color: #C34DB8; }
span { border-color: rgb(195,77,184); }
td.TdClassName
{
border-color: #C34DB8;
}
.TagClassName
{
border-color: #C34DB8;
}
</style>