Shades of Fuchsia #C44FB2
Tints of Fuchsia #C44FB2
RGB
CMYK
RGB Variations
Color information
#C44FB2 (or 0xC44FB2) is known color: Fuchsia. HEX triplet: C4, 4F and B2. RGB value is (196,79,178). Sum of RGB (Red+Green+Blue) = 196+79+178=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 79 (31.25% from 255 or 17.44% from 453); Blue value is 178 (69.92% from 255 or 39.29% from 453); Max value from RGB is 196 - color contains mainly: red. Hex color #C44FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C44FB2 is #3BB04D. Grayscale: #7C7C7C. Windows color (decimal): -3911758 or 11685828. OLE color: 11685828.
HSL color Cylindrical-coordinate representation of color #C44FB2: hue angle of 309.23º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C44FB2 is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 79 | 178 | - |
| CMYK | 0 | 0.60 | 0.09 | 0.23 |
| HSL | 309.23º | 0.5% | 0.54% | - |
| HSV(B) | 309.23º | 0.6% | 0.77% | - |
| XYZ | 33.6 | 20.54 | 44.31 | - |
| YUV | 125.27 | 157.76 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 79 | 178 | 0 | 0.60 | 0.09 | 0.23 | 309.23 | 0.5 | 0.54 |
| Hex | C4 | 4F | B2 | 0 | 3C | 9 | 17 | 135 | 32 | 36 |
| Octal | 304 | 117 | 262 | 0 | 74 | 11 | 27 | 465 | 62 | 66 |
| Binary | 11000100 | 1001111 | 10110010 | 0 | 111100 | 1001 | 10111 | 100110101 | 110010 | 110110 |
Color Harmonies of #C44FB2
Complementary color
Monochromatic Colors of #C44FB2
Black with #C44FB2
Text Example
Text Example
White with #C44FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44FB2; }
p { color: rgb(196,79,178); }
H1.HeaderClassName
{
color: #C44FB2;
}
.AnyTagClassName
{
color: #C44FB2;
}
</style>
background-color css
<style>
a { background-color: #C44FB2; }
a { background-color: rgb(196,79,178); }
div.DivClassName
{
background-color: #C44FB2;
}
.BgClassName
{
background-color: #C44FB2;
}
</style>
border-color css
<style>
span { border-color: #C44FB2; }
span { border-color: rgb(196,79,178); }
td.TdClassName
{
border-color: #C44FB2;
}
.TagClassName
{
border-color: #C44FB2;
}
</style>