Shades of Fuchsia #C34CB1
Tints of Fuchsia #C34CB1
RGB
CMYK
RGB Variations
Color information
#C34CB1 (or 0xC34CB1) is known color: Fuchsia. HEX triplet: C3, 4C and B1. RGB value is (195,76,177). Sum of RGB (Red+Green+Blue) = 195+76+177=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 76 (30.08% from 255 or 16.96% from 448); Blue value is 177 (69.53% from 255 or 39.51% from 448); Max value from RGB is 195 - color contains mainly: red. Hex color #C34CB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34CB1 is #3CB34E. Grayscale: #7A7A7A. Windows color (decimal): -3978063 or 11619523. OLE color: 11619523.
HSL color Cylindrical-coordinate representation of color #C34CB1: hue angle of 309.08º 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 #C34CB1 is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 76 | 177 | - |
| CMYK | 0 | 0.61 | 0.09 | 0.24 |
| HSL | 309.08º | 0.5% | 0.53% | - |
| HSV(B) | 309.08º | 0.61% | 0.76% | - |
| XYZ | 33.03 | 19.95 | 43.7 | - |
| YUV | 123.1 | 158.42 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 76 | 177 | 0 | 0.61 | 0.09 | 0.24 | 309.08 | 0.5 | 0.53 |
| Hex | C3 | 4C | B1 | 0 | 3D | 9 | 18 | 135 | 32 | 35 |
| Octal | 303 | 114 | 261 | 0 | 75 | 11 | 30 | 465 | 62 | 65 |
| Binary | 11000011 | 1001100 | 10110001 | 0 | 111101 | 1001 | 11000 | 100110101 | 110010 | 110101 |
Color Harmonies of #C34CB1
Complementary color
Monochromatic Colors of #C34CB1
Black with #C34CB1
Text Example
Text Example
White with #C34CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34CB1; }
p { color: rgb(195,76,177); }
H1.HeaderClassName
{
color: #C34CB1;
}
.AnyTagClassName
{
color: #C34CB1;
}
</style>
background-color css
<style>
a { background-color: #C34CB1; }
a { background-color: rgb(195,76,177); }
div.DivClassName
{
background-color: #C34CB1;
}
.BgClassName
{
background-color: #C34CB1;
}
</style>
border-color css
<style>
span { border-color: #C34CB1; }
span { border-color: rgb(195,76,177); }
td.TdClassName
{
border-color: #C34CB1;
}
.TagClassName
{
border-color: #C34CB1;
}
</style>