Shades of Fuchsia #C441CD
Tints of Fuchsia #C441CD
RGB
CMYK
RGB Variations
Color information
#C441CD (or 0xC441CD) is known color: Fuchsia. HEX triplet: C4, 41 and CD. RGB value is (196,65,205). Sum of RGB (Red+Green+Blue) = 196+65+205=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 65 (25.78% from 255 or 13.95% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #C441CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C441CD is #3BBE32. Grayscale: #777777. Windows color (decimal): -3915315 or 13451716. OLE color: 13451716.
HSL color Cylindrical-coordinate representation of color #C441CD: hue angle of 296.14º 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 #C441CD is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 65 | 205 | - |
| CMYK | 0.04 | 0.68 | 0 | 0.20 |
| HSL | 296.14º | 0.58% | 0.53% | - |
| HSV(B) | 296.14º | 0.68% | 0.8% | - |
| XYZ | 35.67 | 19.92 | 59.72 | - |
| YUV | 120.13 | 175.9 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 65 | 205 | 0.04 | 0.68 | 0 | 0.20 | 296.14 | 0.58 | 0.53 |
| Hex | C4 | 41 | CD | 4 | 44 | 0 | 14 | 128 | 3A | 35 |
| Octal | 304 | 101 | 315 | 4 | 104 | 0 | 24 | 450 | 72 | 65 |
| Binary | 11000100 | 1000001 | 11001101 | 100 | 1000100 | 0 | 10100 | 100101000 | 111010 | 110101 |
Color Harmonies of #C441CD
Complementary color
Monochromatic Colors of #C441CD
Black with #C441CD
Text Example
Text Example
White with #C441CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C441CD; }
p { color: rgb(196,65,205); }
H1.HeaderClassName
{
color: #C441CD;
}
.AnyTagClassName
{
color: #C441CD;
}
</style>
background-color css
<style>
a { background-color: #C441CD; }
a { background-color: rgb(196,65,205); }
div.DivClassName
{
background-color: #C441CD;
}
.BgClassName
{
background-color: #C441CD;
}
</style>
border-color css
<style>
span { border-color: #C441CD; }
span { border-color: rgb(196,65,205); }
td.TdClassName
{
border-color: #C441CD;
}
.TagClassName
{
border-color: #C441CD;
}
</style>