Shades of Fuchsia #C439BD
Tints of Fuchsia #C439BD
RGB
CMYK
RGB Variations
Color information
#C439BD (or 0xC439BD) is known color: Fuchsia. HEX triplet: C4, 39 and BD. RGB value is (196,57,189). Sum of RGB (Red+Green+Blue) = 196+57+189=442 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.34% from 442); Green value is 57 (22.66% from 255 or 12.90% from 442); Blue value is 189 (74.22% from 255 or 42.76% from 442); Max value from RGB is 196 - color contains mainly: red. Hex color #C439BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C439BD is #3BC642. Grayscale: #717171. Windows color (decimal): -3917379 or 12401092. OLE color: 12401092.
HSL color Cylindrical-coordinate representation of color #C439BD: hue angle of 303.02º 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 #C439BD is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 57 | 189 | - |
| CMYK | 0 | 0.71 | 0.04 | 0.23 |
| HSL | 303.02º | 0.55% | 0.5% | - |
| HSV(B) | 303.02º | 0.71% | 0.77% | - |
| XYZ | 33.41 | 18.34 | 49.92 | - |
| YUV | 113.61 | 170.55 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 57 | 189 | 0 | 0.71 | 0.04 | 0.23 | 303.02 | 0.55 | 0.5 |
| Hex | C4 | 39 | BD | 0 | 47 | 4 | 17 | 12F | 37 | 32 |
| Octal | 304 | 71 | 275 | 0 | 107 | 4 | 27 | 457 | 67 | 62 |
| Binary | 11000100 | 111001 | 10111101 | 0 | 1000111 | 100 | 10111 | 100101111 | 110111 | 110010 |
Color Harmonies of #C439BD
Complementary color
Monochromatic Colors of #C439BD
Black with #C439BD
Text Example
Text Example
White with #C439BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C439BD; }
p { color: rgb(196,57,189); }
H1.HeaderClassName
{
color: #C439BD;
}
.AnyTagClassName
{
color: #C439BD;
}
</style>
background-color css
<style>
a { background-color: #C439BD; }
a { background-color: rgb(196,57,189); }
div.DivClassName
{
background-color: #C439BD;
}
.BgClassName
{
background-color: #C439BD;
}
</style>
border-color css
<style>
span { border-color: #C439BD; }
span { border-color: rgb(196,57,189); }
td.TdClassName
{
border-color: #C439BD;
}
.TagClassName
{
border-color: #C439BD;
}
</style>