Shades of Fuchsia #C439B0
Tints of Fuchsia #C439B0
RGB
CMYK
RGB Variations
Color information
#C439B0 (or 0xC439B0) is known color: Fuchsia. HEX triplet: C4, 39 and B0. RGB value is (196,57,176). Sum of RGB (Red+Green+Blue) = 196+57+176=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 57 (22.66% from 255 or 13.29% from 429); Blue value is 176 (69.14% from 255 or 41.03% from 429); Max value from RGB is 196 - color contains mainly: red. Hex color #C439B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C439B0 is #3BC64F. Grayscale: #6F6F6F. Windows color (decimal): -3917392 or 11549124. OLE color: 11549124.
HSL color Cylindrical-coordinate representation of color #C439B0: hue angle of 308.63º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C439B0 is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 57 | 176 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.23 |
| HSL | 308.63º | 0.55% | 0.5% | - |
| HSV(B) | 308.63º | 0.71% | 0.77% | - |
| XYZ | 32.06 | 17.8 | 42.82 | - |
| YUV | 112.13 | 164.05 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 57 | 176 | 0 | 0.71 | 0.10 | 0.23 | 308.63 | 0.55 | 0.5 |
| Hex | C4 | 39 | B0 | 0 | 47 | A | 17 | 135 | 37 | 32 |
| Octal | 304 | 71 | 260 | 0 | 107 | 12 | 27 | 465 | 67 | 62 |
| Binary | 11000100 | 111001 | 10110000 | 0 | 1000111 | 1010 | 10111 | 100110101 | 110111 | 110010 |
Color Harmonies of #C439B0
Complementary color
Monochromatic Colors of #C439B0
Black with #C439B0
Text Example
Text Example
White with #C439B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C439B0; }
p { color: rgb(196,57,176); }
H1.HeaderClassName
{
color: #C439B0;
}
.AnyTagClassName
{
color: #C439B0;
}
</style>
background-color css
<style>
a { background-color: #C439B0; }
a { background-color: rgb(196,57,176); }
div.DivClassName
{
background-color: #C439B0;
}
.BgClassName
{
background-color: #C439B0;
}
</style>
border-color css
<style>
span { border-color: #C439B0; }
span { border-color: rgb(196,57,176); }
td.TdClassName
{
border-color: #C439B0;
}
.TagClassName
{
border-color: #C439B0;
}
</style>