Shades of Fuchsia #C44CBF
Tints of Fuchsia #C44CBF
RGB
CMYK
RGB Variations
Color information
#C44CBF (or 0xC44CBF) is known color: Fuchsia. HEX triplet: C4, 4C and BF. RGB value is (196,76,191). Sum of RGB (Red+Green+Blue) = 196+76+191=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 76 (30.08% from 255 or 16.41% from 463); Blue value is 191 (75% from 255 or 41.25% from 463); Max value from RGB is 196 - color contains mainly: red. Hex color #C44CBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C44CBF is #3BB340. Grayscale: #7C7C7C. Windows color (decimal): -3912513 or 12537028. OLE color: 12537028.
HSL color Cylindrical-coordinate representation of color #C44CBF: hue angle of 302.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C44CBF is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 76 | 191 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.23 |
| HSL | 302.5º | 0.5% | 0.53% | - |
| HSV(B) | 302.5º | 0.61% | 0.77% | - |
| XYZ | 34.75 | 20.67 | 51.45 | - |
| YUV | 124.99 | 165.26 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 76 | 191 | 0 | 0.61 | 0.03 | 0.23 | 302.5 | 0.5 | 0.53 |
| Hex | C4 | 4C | BF | 0 | 3D | 3 | 17 | 12E | 32 | 35 |
| Octal | 304 | 114 | 277 | 0 | 75 | 3 | 27 | 456 | 62 | 65 |
| Binary | 11000100 | 1001100 | 10111111 | 0 | 111101 | 11 | 10111 | 100101110 | 110010 | 110101 |
Color Harmonies of #C44CBF
Complementary color
Monochromatic Colors of #C44CBF
Black with #C44CBF
Text Example
Text Example
White with #C44CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44CBF; }
p { color: rgb(196,76,191); }
H1.HeaderClassName
{
color: #C44CBF;
}
.AnyTagClassName
{
color: #C44CBF;
}
</style>
background-color css
<style>
a { background-color: #C44CBF; }
a { background-color: rgb(196,76,191); }
div.DivClassName
{
background-color: #C44CBF;
}
.BgClassName
{
background-color: #C44CBF;
}
</style>
border-color css
<style>
span { border-color: #C44CBF; }
span { border-color: rgb(196,76,191); }
td.TdClassName
{
border-color: #C44CBF;
}
.TagClassName
{
border-color: #C44CBF;
}
</style>