Shades of Fuchsia #C34DB4
Tints of Fuchsia #C34DB4
RGB
CMYK
RGB Variations
Color information
#C34DB4 (or 0xC34DB4) is known color: Fuchsia. HEX triplet: C3, 4D and B4. RGB value is (195,77,180). Sum of RGB (Red+Green+Blue) = 195+77+180=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 77 (30.47% from 255 or 17.04% from 452); Blue value is 180 (70.70% from 255 or 39.82% from 452); Max value from RGB is 195 - color contains mainly: red. Hex color #C34DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C34DB4 is #3CB24B. Grayscale: #7B7B7B. Windows color (decimal): -3977804 or 11816387. OLE color: 11816387.
HSL color Cylindrical-coordinate representation of color #C34DB4: hue angle of 307.63º 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 #C34DB4 is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 77 | 180 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.24 |
| HSL | 307.63º | 0.5% | 0.53% | - |
| HSV(B) | 307.63º | 0.61% | 0.76% | - |
| XYZ | 33.4 | 20.21 | 45.32 | - |
| YUV | 124.02 | 159.59 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 77 | 180 | 0 | 0.61 | 0.08 | 0.24 | 307.63 | 0.5 | 0.53 |
| Hex | C3 | 4D | B4 | 0 | 3D | 8 | 18 | 134 | 32 | 35 |
| Octal | 303 | 115 | 264 | 0 | 75 | 10 | 30 | 464 | 62 | 65 |
| Binary | 11000011 | 1001101 | 10110100 | 0 | 111101 | 1000 | 11000 | 100110100 | 110010 | 110101 |
Color Harmonies of #C34DB4
Complementary color
Monochromatic Colors of #C34DB4
Black with #C34DB4
Text Example
Text Example
White with #C34DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34DB4; }
p { color: rgb(195,77,180); }
H1.HeaderClassName
{
color: #C34DB4;
}
.AnyTagClassName
{
color: #C34DB4;
}
</style>
background-color css
<style>
a { background-color: #C34DB4; }
a { background-color: rgb(195,77,180); }
div.DivClassName
{
background-color: #C34DB4;
}
.BgClassName
{
background-color: #C34DB4;
}
</style>
border-color css
<style>
span { border-color: #C34DB4; }
span { border-color: rgb(195,77,180); }
td.TdClassName
{
border-color: #C34DB4;
}
.TagClassName
{
border-color: #C34DB4;
}
</style>