Shades of Fuchsia #C441B7
Tints of Fuchsia #C441B7
RGB
CMYK
RGB Variations
Color information
#C441B7 (or 0xC441B7) is known color: Fuchsia. HEX triplet: C4, 41 and B7. RGB value is (196,65,183). Sum of RGB (Red+Green+Blue) = 196+65+183=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 65 (25.78% from 255 or 14.64% from 444); Blue value is 183 (71.88% from 255 or 41.22% from 444); Max value from RGB is 196 - color contains mainly: red. Hex color #C441B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C441B7 is #3BBE48. Grayscale: #757575. Windows color (decimal): -3915337 or 12009924. OLE color: 12009924.
HSL color Cylindrical-coordinate representation of color #C441B7: hue angle of 305.95º 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 #C441B7 is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 65 | 183 | - |
| CMYK | 0 | 0.67 | 0.07 | 0.23 |
| HSL | 305.95º | 0.53% | 0.51% | - |
| HSV(B) | 305.95º | 0.67% | 0.77% | - |
| XYZ | 33.2 | 18.94 | 46.7 | - |
| YUV | 117.62 | 164.9 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 65 | 183 | 0 | 0.67 | 0.07 | 0.23 | 305.95 | 0.53 | 0.51 |
| Hex | C4 | 41 | B7 | 0 | 43 | 7 | 17 | 132 | 35 | 33 |
| Octal | 304 | 101 | 267 | 0 | 103 | 7 | 27 | 462 | 65 | 63 |
| Binary | 11000100 | 1000001 | 10110111 | 0 | 1000011 | 111 | 10111 | 100110010 | 110101 | 110011 |
Color Harmonies of #C441B7
Complementary color
Monochromatic Colors of #C441B7
Black with #C441B7
Text Example
Text Example
White with #C441B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C441B7; }
p { color: rgb(196,65,183); }
H1.HeaderClassName
{
color: #C441B7;
}
.AnyTagClassName
{
color: #C441B7;
}
</style>
background-color css
<style>
a { background-color: #C441B7; }
a { background-color: rgb(196,65,183); }
div.DivClassName
{
background-color: #C441B7;
}
.BgClassName
{
background-color: #C441B7;
}
</style>
border-color css
<style>
span { border-color: #C441B7; }
span { border-color: rgb(196,65,183); }
td.TdClassName
{
border-color: #C441B7;
}
.TagClassName
{
border-color: #C441B7;
}
</style>