Shades of Fuchsia #C442BD
Tints of Fuchsia #C442BD
RGB
CMYK
RGB Variations
Color information
#C442BD (or 0xC442BD) is known color: Fuchsia. HEX triplet: C4, 42 and BD. RGB value is (196,66,189). Sum of RGB (Red+Green+Blue) = 196+66+189=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 66 (26.17% from 255 or 14.63% from 451); Blue value is 189 (74.22% from 255 or 41.91% from 451); Max value from RGB is 196 - color contains mainly: red. Hex color #C442BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C442BD is #3BBD42. Grayscale: #767676. Windows color (decimal): -3915075 or 12403396. OLE color: 12403396.
HSL color Cylindrical-coordinate representation of color #C442BD: hue angle of 303.23º 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 #C442BD is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 66 | 189 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.23 |
| HSL | 303.23º | 0.52% | 0.51% | - |
| HSV(B) | 303.23º | 0.66% | 0.77% | - |
| XYZ | 33.9 | 19.31 | 50.08 | - |
| YUV | 118.89 | 167.57 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 66 | 189 | 0 | 0.66 | 0.04 | 0.23 | 303.23 | 0.52 | 0.51 |
| Hex | C4 | 42 | BD | 0 | 42 | 4 | 17 | 12F | 34 | 33 |
| Octal | 304 | 102 | 275 | 0 | 102 | 4 | 27 | 457 | 64 | 63 |
| Binary | 11000100 | 1000010 | 10111101 | 0 | 1000010 | 100 | 10111 | 100101111 | 110100 | 110011 |
Color Harmonies of #C442BD
Complementary color
Monochromatic Colors of #C442BD
Black with #C442BD
Text Example
Text Example
White with #C442BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C442BD; }
p { color: rgb(196,66,189); }
H1.HeaderClassName
{
color: #C442BD;
}
.AnyTagClassName
{
color: #C442BD;
}
</style>
background-color css
<style>
a { background-color: #C442BD; }
a { background-color: rgb(196,66,189); }
div.DivClassName
{
background-color: #C442BD;
}
.BgClassName
{
background-color: #C442BD;
}
</style>
border-color css
<style>
span { border-color: #C442BD; }
span { border-color: rgb(196,66,189); }
td.TdClassName
{
border-color: #C442BD;
}
.TagClassName
{
border-color: #C442BD;
}
</style>