Shades of Fuchsia #C34FB8
Tints of Fuchsia #C34FB8
RGB
CMYK
RGB Variations
Color information
#C34FB8 (or 0xC34FB8) is known color: Fuchsia. HEX triplet: C3, 4F and B8. RGB value is (195,79,184). Sum of RGB (Red+Green+Blue) = 195+79+184=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 79 (31.25% from 255 or 17.25% from 458); Blue value is 184 (72.27% from 255 or 40.17% from 458); Max value from RGB is 195 - color contains mainly: red. Hex color #C34FB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C34FB8 is #3CB047. Grayscale: #7D7D7D. Windows color (decimal): -3977288 or 12079043. OLE color: 12079043.
HSL color Cylindrical-coordinate representation of color #C34FB8: hue angle of 305.69º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C34FB8 is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 79 | 184 | - |
| CMYK | 0 | 0.59 | 0.06 | 0.24 |
| HSL | 305.69º | 0.49% | 0.54% | - |
| HSV(B) | 305.69º | 0.59% | 0.76% | - |
| XYZ | 33.95 | 20.65 | 47.54 | - |
| YUV | 125.65 | 160.93 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 79 | 184 | 0 | 0.59 | 0.06 | 0.24 | 305.69 | 0.49 | 0.54 |
| Hex | C3 | 4F | B8 | 0 | 3B | 6 | 18 | 132 | 31 | 36 |
| Octal | 303 | 117 | 270 | 0 | 73 | 6 | 30 | 462 | 61 | 66 |
| Binary | 11000011 | 1001111 | 10111000 | 0 | 111011 | 110 | 11000 | 100110010 | 110001 | 110110 |
Color Harmonies of #C34FB8
Complementary color
Monochromatic Colors of #C34FB8
Black with #C34FB8
Text Example
Text Example
White with #C34FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34FB8; }
p { color: rgb(195,79,184); }
H1.HeaderClassName
{
color: #C34FB8;
}
.AnyTagClassName
{
color: #C34FB8;
}
</style>
background-color css
<style>
a { background-color: #C34FB8; }
a { background-color: rgb(195,79,184); }
div.DivClassName
{
background-color: #C34FB8;
}
.BgClassName
{
background-color: #C34FB8;
}
</style>
border-color css
<style>
span { border-color: #C34FB8; }
span { border-color: rgb(195,79,184); }
td.TdClassName
{
border-color: #C34FB8;
}
.TagClassName
{
border-color: #C34FB8;
}
</style>