Shades of Fuchsia #C444BC
Tints of Fuchsia #C444BC
RGB
CMYK
RGB Variations
Color information
#C444BC (or 0xC444BC) is known color: Fuchsia. HEX triplet: C4, 44 and BC. RGB value is (196,68,188). Sum of RGB (Red+Green+Blue) = 196+68+188=452 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.36% from 452); Green value is 68 (26.95% from 255 or 15.04% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 196 - color contains mainly: red. Hex color #C444BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C444BC is #3BBB43. Grayscale: #777777. Windows color (decimal): -3914564 or 12338372. OLE color: 12338372.
HSL color Cylindrical-coordinate representation of color #C444BC: hue angle of 303.75º 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 #C444BC is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 68 | 188 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.23 |
| HSL | 303.75º | 0.52% | 0.52% | - |
| HSV(B) | 303.75º | 0.65% | 0.77% | - |
| XYZ | 33.91 | 19.5 | 49.55 | - |
| YUV | 119.95 | 166.41 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 68 | 188 | 0 | 0.65 | 0.04 | 0.23 | 303.75 | 0.52 | 0.52 |
| Hex | C4 | 44 | BC | 0 | 41 | 4 | 17 | 130 | 34 | 34 |
| Octal | 304 | 104 | 274 | 0 | 101 | 4 | 27 | 460 | 64 | 64 |
| Binary | 11000100 | 1000100 | 10111100 | 0 | 1000001 | 100 | 10111 | 100110000 | 110100 | 110100 |
Color Harmonies of #C444BC
Complementary color
Monochromatic Colors of #C444BC
Black with #C444BC
Text Example
Text Example
White with #C444BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C444BC; }
p { color: rgb(196,68,188); }
H1.HeaderClassName
{
color: #C444BC;
}
.AnyTagClassName
{
color: #C444BC;
}
</style>
background-color css
<style>
a { background-color: #C444BC; }
a { background-color: rgb(196,68,188); }
div.DivClassName
{
background-color: #C444BC;
}
.BgClassName
{
background-color: #C444BC;
}
</style>
border-color css
<style>
span { border-color: #C444BC; }
span { border-color: rgb(196,68,188); }
td.TdClassName
{
border-color: #C444BC;
}
.TagClassName
{
border-color: #C444BC;
}
</style>