Shades of Fuchsia #C34DC8
Tints of Fuchsia #C34DC8
RGB
CMYK
RGB Variations
Color information
#C34DC8 (or 0xC34DC8) is known color: Fuchsia. HEX triplet: C3, 4D and C8. RGB value is (195,77,200). Sum of RGB (Red+Green+Blue) = 195+77+200=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 77 (30.47% from 255 or 16.31% from 472); Blue value is 200 (78.52% from 255 or 42.37% from 472); Max value from RGB is 200 - color contains mainly: blue. Hex color #C34DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C34DC8 is #3CB237. Grayscale: #7D7D7D. Windows color (decimal): -3977784 or 13127107. OLE color: 13127107.
HSL color Cylindrical-coordinate representation of color #C34DC8: hue angle of 297.56º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C34DC8 is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 77 | 200 | - |
| CMYK | 0.02 | 0.62 | 0 | 0.22 |
| HSL | 297.56º | 0.53% | 0.54% | - |
| HSV(B) | 297.56º | 0.62% | 0.78% | - |
| XYZ | 35.58 | 21.08 | 56.84 | - |
| YUV | 126.3 | 169.59 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 77 | 200 | 0.02 | 0.62 | 0 | 0.22 | 297.56 | 0.53 | 0.54 |
| Hex | C3 | 4D | C8 | 2 | 3E | 0 | 16 | 12A | 35 | 36 |
| Octal | 303 | 115 | 310 | 2 | 76 | 0 | 26 | 452 | 65 | 66 |
| Binary | 11000011 | 1001101 | 11001000 | 10 | 111110 | 0 | 10110 | 100101010 | 110101 | 110110 |
Color Harmonies of #C34DC8
Complementary color
Monochromatic Colors of #C34DC8
Black with #C34DC8
Text Example
Text Example
White with #C34DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34DC8; }
p { color: rgb(195,77,200); }
H1.HeaderClassName
{
color: #C34DC8;
}
.AnyTagClassName
{
color: #C34DC8;
}
</style>
background-color css
<style>
a { background-color: #C34DC8; }
a { background-color: rgb(195,77,200); }
div.DivClassName
{
background-color: #C34DC8;
}
.BgClassName
{
background-color: #C34DC8;
}
</style>
border-color css
<style>
span { border-color: #C34DC8; }
span { border-color: rgb(195,77,200); }
td.TdClassName
{
border-color: #C34DC8;
}
.TagClassName
{
border-color: #C34DC8;
}
</style>