Shades of Fuchsia #C441C1
Tints of Fuchsia #C441C1
RGB
CMYK
RGB Variations
Color information
#C441C1 (or 0xC441C1) is known color: Fuchsia. HEX triplet: C4, 41 and C1. RGB value is (196,65,193). Sum of RGB (Red+Green+Blue) = 196+65+193=454 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.17% from 454); Green value is 65 (25.78% from 255 or 14.32% from 454); Blue value is 193 (75.78% from 255 or 42.51% from 454); Max value from RGB is 196 - color contains mainly: red. Hex color #C441C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C441C1 is #3BBE3E. Grayscale: #767676. Windows color (decimal): -3915327 or 12665284. OLE color: 12665284.
HSL color Cylindrical-coordinate representation of color #C441C1: hue angle of 301.37º 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 #C441C1 is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 65 | 193 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.23 |
| HSL | 301.37º | 0.53% | 0.51% | - |
| HSV(B) | 301.37º | 0.67% | 0.77% | - |
| XYZ | 34.28 | 19.37 | 52.38 | - |
| YUV | 118.76 | 169.9 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 65 | 193 | 0 | 0.67 | 0.02 | 0.23 | 301.37 | 0.53 | 0.51 |
| Hex | C4 | 41 | C1 | 0 | 43 | 2 | 17 | 12D | 35 | 33 |
| Octal | 304 | 101 | 301 | 0 | 103 | 2 | 27 | 455 | 65 | 63 |
| Binary | 11000100 | 1000001 | 11000001 | 0 | 1000011 | 10 | 10111 | 100101101 | 110101 | 110011 |
Color Harmonies of #C441C1
Complementary color
Monochromatic Colors of #C441C1
Black with #C441C1
Text Example
Text Example
White with #C441C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C441C1; }
p { color: rgb(196,65,193); }
H1.HeaderClassName
{
color: #C441C1;
}
.AnyTagClassName
{
color: #C441C1;
}
</style>
background-color css
<style>
a { background-color: #C441C1; }
a { background-color: rgb(196,65,193); }
div.DivClassName
{
background-color: #C441C1;
}
.BgClassName
{
background-color: #C441C1;
}
</style>
border-color css
<style>
span { border-color: #C441C1; }
span { border-color: rgb(196,65,193); }
td.TdClassName
{
border-color: #C441C1;
}
.TagClassName
{
border-color: #C441C1;
}
</style>