Shades of Fuchsia #C441CE
Tints of Fuchsia #C441CE
RGB
CMYK
RGB Variations
Color information
#C441CE (or 0xC441CE) is known color: Fuchsia. HEX triplet: C4, 41 and CE. RGB value is (196,65,206). Sum of RGB (Red+Green+Blue) = 196+65+206=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 65 (25.78% from 255 or 13.92% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #C441CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C441CE is #3BBE31. Grayscale: #777777. Windows color (decimal): -3915314 or 13517252. OLE color: 13517252.
HSL color Cylindrical-coordinate representation of color #C441CE: hue angle of 295.74º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C441CE is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 65 | 206 | - |
| CMYK | 0.05 | 0.68 | 0 | 0.19 |
| HSL | 295.74º | 0.59% | 0.53% | - |
| HSV(B) | 295.74º | 0.68% | 0.81% | - |
| XYZ | 35.8 | 19.97 | 60.36 | - |
| YUV | 120.24 | 176.4 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 65 | 206 | 0.05 | 0.68 | 0 | 0.19 | 295.74 | 0.59 | 0.53 |
| Hex | C4 | 41 | CE | 5 | 44 | 0 | 13 | 128 | 3B | 35 |
| Octal | 304 | 101 | 316 | 5 | 104 | 0 | 23 | 450 | 73 | 65 |
| Binary | 11000100 | 1000001 | 11001110 | 101 | 1000100 | 0 | 10011 | 100101000 | 111011 | 110101 |
Color Harmonies of #C441CE
Complementary color
Monochromatic Colors of #C441CE
Black with #C441CE
Text Example
Text Example
White with #C441CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C441CE; }
p { color: rgb(196,65,206); }
H1.HeaderClassName
{
color: #C441CE;
}
.AnyTagClassName
{
color: #C441CE;
}
</style>
background-color css
<style>
a { background-color: #C441CE; }
a { background-color: rgb(196,65,206); }
div.DivClassName
{
background-color: #C441CE;
}
.BgClassName
{
background-color: #C441CE;
}
</style>
border-color css
<style>
span { border-color: #C441CE; }
span { border-color: rgb(196,65,206); }
td.TdClassName
{
border-color: #C441CE;
}
.TagClassName
{
border-color: #C441CE;
}
</style>