Shades of Fuchsia #C442BB
Tints of Fuchsia #C442BB
RGB
CMYK
RGB Variations
Color information
#C442BB (or 0xC442BB) is known color: Fuchsia. HEX triplet: C4, 42 and BB. RGB value is (196,66,187). Sum of RGB (Red+Green+Blue) = 196+66+187=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 66 (26.17% from 255 or 14.70% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 196 - color contains mainly: red. Hex color #C442BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C442BB is #3BBD44. Grayscale: #767676. Windows color (decimal): -3915077 or 12272324. OLE color: 12272324.
HSL color Cylindrical-coordinate representation of color #C442BB: hue angle of 304.15º 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 #C442BB is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 66 | 187 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.23 |
| HSL | 304.15º | 0.52% | 0.51% | - |
| HSV(B) | 304.15º | 0.66% | 0.77% | - |
| XYZ | 33.68 | 19.22 | 48.95 | - |
| YUV | 118.66 | 166.57 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 66 | 187 | 0 | 0.66 | 0.05 | 0.23 | 304.15 | 0.52 | 0.51 |
| Hex | C4 | 42 | BB | 0 | 42 | 5 | 17 | 130 | 34 | 33 |
| Octal | 304 | 102 | 273 | 0 | 102 | 5 | 27 | 460 | 64 | 63 |
| Binary | 11000100 | 1000010 | 10111011 | 0 | 1000010 | 101 | 10111 | 100110000 | 110100 | 110011 |
Color Harmonies of #C442BB
Complementary color
Monochromatic Colors of #C442BB
Black with #C442BB
Text Example
Text Example
White with #C442BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C442BB; }
p { color: rgb(196,66,187); }
H1.HeaderClassName
{
color: #C442BB;
}
.AnyTagClassName
{
color: #C442BB;
}
</style>
background-color css
<style>
a { background-color: #C442BB; }
a { background-color: rgb(196,66,187); }
div.DivClassName
{
background-color: #C442BB;
}
.BgClassName
{
background-color: #C442BB;
}
</style>
border-color css
<style>
span { border-color: #C442BB; }
span { border-color: rgb(196,66,187); }
td.TdClassName
{
border-color: #C442BB;
}
.TagClassName
{
border-color: #C442BB;
}
</style>