Shades of Fuchsia #C434BF
Tints of Fuchsia #C434BF
RGB
CMYK
RGB Variations
Color information
#C434BF (or 0xC434BF) is known color: Fuchsia. HEX triplet: C4, 34 and BF. RGB value is (196,52,191). Sum of RGB (Red+Green+Blue) = 196+52+191=439 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.65% from 439); Green value is 52 (20.70% from 255 or 11.85% from 439); Blue value is 191 (75% from 255 or 43.51% from 439); Max value from RGB is 196 - color contains mainly: red. Hex color #C434BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C434BF is #3BCB40. Grayscale: #6E6E6E. Windows color (decimal): -3918657 or 12530884. OLE color: 12530884.
HSL color Cylindrical-coordinate representation of color #C434BF: hue angle of 302.08º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C434BF is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 52 | 191 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.23 |
| HSL | 302.08º | 0.58% | 0.49% | - |
| HSV(B) | 302.08º | 0.73% | 0.77% | - |
| XYZ | 33.4 | 17.95 | 51 | - |
| YUV | 110.9 | 173.21 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 52 | 191 | 0 | 0.73 | 0.03 | 0.23 | 302.08 | 0.58 | 0.49 |
| Hex | C4 | 34 | BF | 0 | 49 | 3 | 17 | 12E | 3A | 31 |
| Octal | 304 | 64 | 277 | 0 | 111 | 3 | 27 | 456 | 72 | 61 |
| Binary | 11000100 | 110100 | 10111111 | 0 | 1001001 | 11 | 10111 | 100101110 | 111010 | 110001 |
Color Harmonies of #C434BF
Complementary color
Monochromatic Colors of #C434BF
Black with #C434BF
Text Example
Text Example
White with #C434BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C434BF; }
p { color: rgb(196,52,191); }
H1.HeaderClassName
{
color: #C434BF;
}
.AnyTagClassName
{
color: #C434BF;
}
</style>
background-color css
<style>
a { background-color: #C434BF; }
a { background-color: rgb(196,52,191); }
div.DivClassName
{
background-color: #C434BF;
}
.BgClassName
{
background-color: #C434BF;
}
</style>
border-color css
<style>
span { border-color: #C434BF; }
span { border-color: rgb(196,52,191); }
td.TdClassName
{
border-color: #C434BF;
}
.TagClassName
{
border-color: #C434BF;
}
</style>