Shades of Fuchsia #C441BC
Tints of Fuchsia #C441BC
RGB
CMYK
RGB Variations
Color information
#C441BC (or 0xC441BC) is known color: Fuchsia. HEX triplet: C4, 41 and BC. RGB value is (196,65,188). Sum of RGB (Red+Green+Blue) = 196+65+188=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 65 (25.78% from 255 or 14.48% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 196 - color contains mainly: red. Hex color #C441BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C441BC is #3BBE43. Grayscale: #757575. Windows color (decimal): -3915332 or 12337604. OLE color: 12337604.
HSL color Cylindrical-coordinate representation of color #C441BC: hue angle of 303.66º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C441BC is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 65 | 188 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.23 |
| HSL | 303.66º | 0.53% | 0.51% | - |
| HSV(B) | 303.66º | 0.67% | 0.77% | - |
| XYZ | 33.73 | 19.15 | 49.49 | - |
| YUV | 118.19 | 167.4 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 65 | 188 | 0 | 0.67 | 0.04 | 0.23 | 303.66 | 0.53 | 0.51 |
| Hex | C4 | 41 | BC | 0 | 43 | 4 | 17 | 130 | 35 | 33 |
| Octal | 304 | 101 | 274 | 0 | 103 | 4 | 27 | 460 | 65 | 63 |
| Binary | 11000100 | 1000001 | 10111100 | 0 | 1000011 | 100 | 10111 | 100110000 | 110101 | 110011 |
Color Harmonies of #C441BC
Complementary color
Monochromatic Colors of #C441BC
Black with #C441BC
Text Example
Text Example
White with #C441BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C441BC; }
p { color: rgb(196,65,188); }
H1.HeaderClassName
{
color: #C441BC;
}
.AnyTagClassName
{
color: #C441BC;
}
</style>
background-color css
<style>
a { background-color: #C441BC; }
a { background-color: rgb(196,65,188); }
div.DivClassName
{
background-color: #C441BC;
}
.BgClassName
{
background-color: #C441BC;
}
</style>
border-color css
<style>
span { border-color: #C441BC; }
span { border-color: rgb(196,65,188); }
td.TdClassName
{
border-color: #C441BC;
}
.TagClassName
{
border-color: #C441BC;
}
</style>