Shades of Fuchsia #C34CB8
Tints of Fuchsia #C34CB8
RGB
CMYK
RGB Variations
Color information
#C34CB8 (or 0xC34CB8) is known color: Fuchsia. HEX triplet: C3, 4C and B8. RGB value is (195,76,184). Sum of RGB (Red+Green+Blue) = 195+76+184=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 76 (30.08% from 255 or 16.70% from 455); Blue value is 184 (72.27% from 255 or 40.44% from 455); Max value from RGB is 195 - color contains mainly: red. Hex color #C34CB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34CB8 is #3CB347. Grayscale: #7B7B7B. Windows color (decimal): -3978056 or 12078275. OLE color: 12078275.
HSL color Cylindrical-coordinate representation of color #C34CB8: hue angle of 305.55º 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 #C34CB8 is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 76 | 184 | - |
| CMYK | 0 | 0.61 | 0.06 | 0.24 |
| HSL | 305.55º | 0.5% | 0.53% | - |
| HSV(B) | 305.55º | 0.61% | 0.76% | - |
| XYZ | 33.74 | 20.23 | 47.47 | - |
| YUV | 123.89 | 161.92 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 76 | 184 | 0 | 0.61 | 0.06 | 0.24 | 305.55 | 0.5 | 0.53 |
| Hex | C3 | 4C | B8 | 0 | 3D | 6 | 18 | 132 | 32 | 35 |
| Octal | 303 | 114 | 270 | 0 | 75 | 6 | 30 | 462 | 62 | 65 |
| Binary | 11000011 | 1001100 | 10111000 | 0 | 111101 | 110 | 11000 | 100110010 | 110010 | 110101 |
Color Harmonies of #C34CB8
Complementary color
Monochromatic Colors of #C34CB8
Black with #C34CB8
Text Example
Text Example
White with #C34CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34CB8; }
p { color: rgb(195,76,184); }
H1.HeaderClassName
{
color: #C34CB8;
}
.AnyTagClassName
{
color: #C34CB8;
}
</style>
background-color css
<style>
a { background-color: #C34CB8; }
a { background-color: rgb(195,76,184); }
div.DivClassName
{
background-color: #C34CB8;
}
.BgClassName
{
background-color: #C34CB8;
}
</style>
border-color css
<style>
span { border-color: #C34CB8; }
span { border-color: rgb(195,76,184); }
td.TdClassName
{
border-color: #C34CB8;
}
.TagClassName
{
border-color: #C34CB8;
}
</style>