Shades of Fuchsia #C34CC8
Tints of Fuchsia #C34CC8
RGB
CMYK
RGB Variations
Color information
#C34CC8 (or 0xC34CC8) is known color: Fuchsia. HEX triplet: C3, 4C and C8. RGB value is (195,76,200). Sum of RGB (Red+Green+Blue) = 195+76+200=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 76 (30.08% from 255 or 16.14% from 471); Blue value is 200 (78.52% from 255 or 42.46% from 471); Max value from RGB is 200 - color contains mainly: blue. Hex color #C34CC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34CC8 is #3CB337. Grayscale: #7D7D7D. Windows color (decimal): -3978040 or 13126851. OLE color: 13126851.
HSL color Cylindrical-coordinate representation of color #C34CC8: hue angle of 297.58º 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 #C34CC8 is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 76 | 200 | - |
| CMYK | 0.02 | 0.62 | 0 | 0.22 |
| HSL | 297.58º | 0.53% | 0.54% | - |
| HSV(B) | 297.58º | 0.62% | 0.78% | - |
| XYZ | 35.52 | 20.94 | 56.81 | - |
| YUV | 125.72 | 169.92 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 76 | 200 | 0.02 | 0.62 | 0 | 0.22 | 297.58 | 0.53 | 0.54 |
| Hex | C3 | 4C | C8 | 2 | 3E | 0 | 16 | 12A | 35 | 36 |
| Octal | 303 | 114 | 310 | 2 | 76 | 0 | 26 | 452 | 65 | 66 |
| Binary | 11000011 | 1001100 | 11001000 | 10 | 111110 | 0 | 10110 | 100101010 | 110101 | 110110 |
Color Harmonies of #C34CC8
Complementary color
Monochromatic Colors of #C34CC8
Black with #C34CC8
Text Example
Text Example
White with #C34CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34CC8; }
p { color: rgb(195,76,200); }
H1.HeaderClassName
{
color: #C34CC8;
}
.AnyTagClassName
{
color: #C34CC8;
}
</style>
background-color css
<style>
a { background-color: #C34CC8; }
a { background-color: rgb(195,76,200); }
div.DivClassName
{
background-color: #C34CC8;
}
.BgClassName
{
background-color: #C34CC8;
}
</style>
border-color css
<style>
span { border-color: #C34CC8; }
span { border-color: rgb(195,76,200); }
td.TdClassName
{
border-color: #C34CC8;
}
.TagClassName
{
border-color: #C34CC8;
}
</style>