Shades of Fuchsia #C442BA
Tints of Fuchsia #C442BA
RGB
CMYK
RGB Variations
Color information
#C442BA (or 0xC442BA) is known color: Fuchsia. HEX triplet: C4, 42 and BA. RGB value is (196,66,186). Sum of RGB (Red+Green+Blue) = 196+66+186=448 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.75% from 448); Green value is 66 (26.17% from 255 or 14.73% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 196 - color contains mainly: red. Hex color #C442BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C442BA is #3BBD45. Grayscale: #767676. Windows color (decimal): -3915078 or 12206788. OLE color: 12206788.
HSL color Cylindrical-coordinate representation of color #C442BA: hue angle of 304.62º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C442BA is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 66 | 186 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.23 |
| HSL | 304.62º | 0.52% | 0.51% | - |
| HSV(B) | 304.62º | 0.66% | 0.77% | - |
| XYZ | 33.58 | 19.18 | 48.39 | - |
| YUV | 118.55 | 166.07 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 66 | 186 | 0 | 0.66 | 0.05 | 0.23 | 304.62 | 0.52 | 0.51 |
| Hex | C4 | 42 | BA | 0 | 42 | 5 | 17 | 131 | 34 | 33 |
| Octal | 304 | 102 | 272 | 0 | 102 | 5 | 27 | 461 | 64 | 63 |
| Binary | 11000100 | 1000010 | 10111010 | 0 | 1000010 | 101 | 10111 | 100110001 | 110100 | 110011 |
Color Harmonies of #C442BA
Complementary color
Monochromatic Colors of #C442BA
Black with #C442BA
Text Example
Text Example
White with #C442BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C442BA; }
p { color: rgb(196,66,186); }
H1.HeaderClassName
{
color: #C442BA;
}
.AnyTagClassName
{
color: #C442BA;
}
</style>
background-color css
<style>
a { background-color: #C442BA; }
a { background-color: rgb(196,66,186); }
div.DivClassName
{
background-color: #C442BA;
}
.BgClassName
{
background-color: #C442BA;
}
</style>
border-color css
<style>
span { border-color: #C442BA; }
span { border-color: rgb(196,66,186); }
td.TdClassName
{
border-color: #C442BA;
}
.TagClassName
{
border-color: #C442BA;
}
</style>