Shades of Fuchsia #C441CC
Tints of Fuchsia #C441CC
RGB
CMYK
RGB Variations
Color information
#C441CC (or 0xC441CC) is known color: Fuchsia. HEX triplet: C4, 41 and CC. RGB value is (196,65,204). Sum of RGB (Red+Green+Blue) = 196+65+204=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 65 (25.78% from 255 or 13.98% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #C441CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C441CC is #3BBE33. Grayscale: #777777. Windows color (decimal): -3915316 or 13386180. OLE color: 13386180.
HSL color Cylindrical-coordinate representation of color #C441CC: hue angle of 296.55º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C441CC is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 65 | 204 | - |
| CMYK | 0.04 | 0.68 | 0 | 0.2 |
| HSL | 296.55º | 0.58% | 0.53% | - |
| HSV(B) | 296.55º | 0.68% | 0.8% | - |
| XYZ | 35.55 | 19.88 | 59.09 | - |
| YUV | 120.02 | 175.4 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 65 | 204 | 0.04 | 0.68 | 0 | 0.2 | 296.55 | 0.58 | 0.53 |
| Hex | C4 | 41 | CC | 4 | 44 | 0 | 14 | 129 | 3A | 35 |
| Octal | 304 | 101 | 314 | 4 | 104 | 0 | 24 | 451 | 72 | 65 |
| Binary | 11000100 | 1000001 | 11001100 | 100 | 1000100 | 0 | 10100 | 100101001 | 111010 | 110101 |
Color Harmonies of #C441CC
Complementary color
Monochromatic Colors of #C441CC
Black with #C441CC
Text Example
Text Example
White with #C441CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C441CC; }
p { color: rgb(196,65,204); }
H1.HeaderClassName
{
color: #C441CC;
}
.AnyTagClassName
{
color: #C441CC;
}
</style>
background-color css
<style>
a { background-color: #C441CC; }
a { background-color: rgb(196,65,204); }
div.DivClassName
{
background-color: #C441CC;
}
.BgClassName
{
background-color: #C441CC;
}
</style>
border-color css
<style>
span { border-color: #C441CC; }
span { border-color: rgb(196,65,204); }
td.TdClassName
{
border-color: #C441CC;
}
.TagClassName
{
border-color: #C441CC;
}
</style>