Shades of Fuchsia #C442B6
Tints of Fuchsia #C442B6
RGB
CMYK
RGB Variations
Color information
#C442B6 (or 0xC442B6) is known color: Fuchsia. HEX triplet: C4, 42 and B6. RGB value is (196,66,182). Sum of RGB (Red+Green+Blue) = 196+66+182=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 66 (26.17% from 255 or 14.86% from 444); Blue value is 182 (71.48% from 255 or 40.99% from 444); Max value from RGB is 196 - color contains mainly: red. Hex color #C442B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C442B6 is #3BBD49. Grayscale: #757575. Windows color (decimal): -3915082 or 11944644. OLE color: 11944644.
HSL color Cylindrical-coordinate representation of color #C442B6: hue angle of 306.46º 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 #C442B6 is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 66 | 182 | - |
| CMYK | 0 | 0.66 | 0.07 | 0.23 |
| HSL | 306.46º | 0.52% | 0.51% | - |
| HSV(B) | 306.46º | 0.66% | 0.77% | - |
| XYZ | 33.16 | 19.01 | 46.18 | - |
| YUV | 118.09 | 164.07 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 66 | 182 | 0 | 0.66 | 0.07 | 0.23 | 306.46 | 0.52 | 0.51 |
| Hex | C4 | 42 | B6 | 0 | 42 | 7 | 17 | 132 | 34 | 33 |
| Octal | 304 | 102 | 266 | 0 | 102 | 7 | 27 | 462 | 64 | 63 |
| Binary | 11000100 | 1000010 | 10110110 | 0 | 1000010 | 111 | 10111 | 100110010 | 110100 | 110011 |
Color Harmonies of #C442B6
Complementary color
Monochromatic Colors of #C442B6
Black with #C442B6
Text Example
Text Example
White with #C442B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C442B6; }
p { color: rgb(196,66,182); }
H1.HeaderClassName
{
color: #C442B6;
}
.AnyTagClassName
{
color: #C442B6;
}
</style>
background-color css
<style>
a { background-color: #C442B6; }
a { background-color: rgb(196,66,182); }
div.DivClassName
{
background-color: #C442B6;
}
.BgClassName
{
background-color: #C442B6;
}
</style>
border-color css
<style>
span { border-color: #C442B6; }
span { border-color: rgb(196,66,182); }
td.TdClassName
{
border-color: #C442B6;
}
.TagClassName
{
border-color: #C442B6;
}
</style>