Shades of Fuchsia #C34FBC
Tints of Fuchsia #C34FBC
RGB
CMYK
RGB Variations
Color information
#C34FBC (or 0xC34FBC) is known color: Fuchsia. HEX triplet: C3, 4F and BC. RGB value is (195,79,188). Sum of RGB (Red+Green+Blue) = 195+79+188=462 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.21% from 462); Green value is 79 (31.25% from 255 or 17.10% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 195 - color contains mainly: red. Hex color #C34FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C34FBC is #3CB043. Grayscale: #7D7D7D. Windows color (decimal): -3977284 or 12341187. OLE color: 12341187.
HSL color Cylindrical-coordinate representation of color #C34FBC: hue angle of 303.62º 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 #C34FBC is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 79 | 188 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.24 |
| HSL | 303.62º | 0.49% | 0.54% | - |
| HSV(B) | 303.62º | 0.59% | 0.76% | - |
| XYZ | 34.38 | 20.82 | 49.78 | - |
| YUV | 126.11 | 162.93 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 79 | 188 | 0 | 0.59 | 0.04 | 0.24 | 303.62 | 0.49 | 0.54 |
| Hex | C3 | 4F | BC | 0 | 3B | 4 | 18 | 130 | 31 | 36 |
| Octal | 303 | 117 | 274 | 0 | 73 | 4 | 30 | 460 | 61 | 66 |
| Binary | 11000011 | 1001111 | 10111100 | 0 | 111011 | 100 | 11000 | 100110000 | 110001 | 110110 |
Color Harmonies of #C34FBC
Complementary color
Monochromatic Colors of #C34FBC
Black with #C34FBC
Text Example
Text Example
White with #C34FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34FBC; }
p { color: rgb(195,79,188); }
H1.HeaderClassName
{
color: #C34FBC;
}
.AnyTagClassName
{
color: #C34FBC;
}
</style>
background-color css
<style>
a { background-color: #C34FBC; }
a { background-color: rgb(195,79,188); }
div.DivClassName
{
background-color: #C34FBC;
}
.BgClassName
{
background-color: #C34FBC;
}
</style>
border-color css
<style>
span { border-color: #C34FBC; }
span { border-color: rgb(195,79,188); }
td.TdClassName
{
border-color: #C34FBC;
}
.TagClassName
{
border-color: #C34FBC;
}
</style>