Shades of Fuchsia #C444BF
Tints of Fuchsia #C444BF
RGB
CMYK
RGB Variations
Color information
#C444BF (or 0xC444BF) is known color: Fuchsia. HEX triplet: C4, 44 and BF. RGB value is (196,68,191). Sum of RGB (Red+Green+Blue) = 196+68+191=455 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.08% from 455); Green value is 68 (26.95% from 255 or 14.95% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 196 - color contains mainly: red. Hex color #C444BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C444BF is #3BBB40. Grayscale: #777777. Windows color (decimal): -3914561 or 12534980. OLE color: 12534980.
HSL color Cylindrical-coordinate representation of color #C444BF: hue angle of 302.34º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C444BF is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 68 | 191 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.23 |
| HSL | 302.34º | 0.52% | 0.52% | - |
| HSV(B) | 302.34º | 0.65% | 0.77% | - |
| XYZ | 34.24 | 19.63 | 51.28 | - |
| YUV | 120.29 | 167.91 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 68 | 191 | 0 | 0.65 | 0.03 | 0.23 | 302.34 | 0.52 | 0.52 |
| Hex | C4 | 44 | BF | 0 | 41 | 3 | 17 | 12E | 34 | 34 |
| Octal | 304 | 104 | 277 | 0 | 101 | 3 | 27 | 456 | 64 | 64 |
| Binary | 11000100 | 1000100 | 10111111 | 0 | 1000001 | 11 | 10111 | 100101110 | 110100 | 110100 |
Color Harmonies of #C444BF
Complementary color
Monochromatic Colors of #C444BF
Black with #C444BF
Text Example
Text Example
White with #C444BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C444BF; }
p { color: rgb(196,68,191); }
H1.HeaderClassName
{
color: #C444BF;
}
.AnyTagClassName
{
color: #C444BF;
}
</style>
background-color css
<style>
a { background-color: #C444BF; }
a { background-color: rgb(196,68,191); }
div.DivClassName
{
background-color: #C444BF;
}
.BgClassName
{
background-color: #C444BF;
}
</style>
border-color css
<style>
span { border-color: #C444BF; }
span { border-color: rgb(196,68,191); }
td.TdClassName
{
border-color: #C444BF;
}
.TagClassName
{
border-color: #C444BF;
}
</style>