Shades of Fuchsia #C434B0
Tints of Fuchsia #C434B0
RGB
CMYK
RGB Variations
Color information
#C434B0 (or 0xC434B0) is known color: Fuchsia. HEX triplet: C4, 34 and B0. RGB value is (196,52,176). Sum of RGB (Red+Green+Blue) = 196+52+176=424 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.23% from 424); Green value is 52 (20.70% from 255 or 12.26% from 424); Blue value is 176 (69.14% from 255 or 41.51% from 424); Max value from RGB is 196 - color contains mainly: red. Hex color #C434B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C434B0 is #3BCB4F. Grayscale: #6C6C6C. Windows color (decimal): -3918672 or 11547844. OLE color: 11547844.
HSL color Cylindrical-coordinate representation of color #C434B0: hue angle of 308.33º 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 #C434B0 is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 52 | 176 | - |
| CMYK | 0 | 0.73 | 0.10 | 0.23 |
| HSL | 308.33º | 0.58% | 0.49% | - |
| HSV(B) | 308.33º | 0.73% | 0.77% | - |
| XYZ | 31.83 | 17.33 | 42.74 | - |
| YUV | 109.19 | 165.71 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 52 | 176 | 0 | 0.73 | 0.10 | 0.23 | 308.33 | 0.58 | 0.49 |
| Hex | C4 | 34 | B0 | 0 | 49 | A | 17 | 134 | 3A | 31 |
| Octal | 304 | 64 | 260 | 0 | 111 | 12 | 27 | 464 | 72 | 61 |
| Binary | 11000100 | 110100 | 10110000 | 0 | 1001001 | 1010 | 10111 | 100110100 | 111010 | 110001 |
Color Harmonies of #C434B0
Complementary color
Monochromatic Colors of #C434B0
Black with #C434B0
Text Example
Text Example
White with #C434B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C434B0; }
p { color: rgb(196,52,176); }
H1.HeaderClassName
{
color: #C434B0;
}
.AnyTagClassName
{
color: #C434B0;
}
</style>
background-color css
<style>
a { background-color: #C434B0; }
a { background-color: rgb(196,52,176); }
div.DivClassName
{
background-color: #C434B0;
}
.BgClassName
{
background-color: #C434B0;
}
</style>
border-color css
<style>
span { border-color: #C434B0; }
span { border-color: rgb(196,52,176); }
td.TdClassName
{
border-color: #C434B0;
}
.TagClassName
{
border-color: #C434B0;
}
</style>