Shades of Fuchsia #C241BE
Tints of Fuchsia #C241BE
RGB
CMYK
RGB Variations
Color information
#C241BE (or 0xC241BE) is known color: Fuchsia. HEX triplet: C2, 41 and BE. RGB value is (194,65,190). Sum of RGB (Red+Green+Blue) = 194+65+190=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 65 (25.78% from 255 or 14.48% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 194 - color contains mainly: red. Hex color #C241BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C241BE is #3DBE41. Grayscale: #757575. Windows color (decimal): -4046402 or 12468674. OLE color: 12468674.
HSL color Cylindrical-coordinate representation of color #C241BE: hue angle of 301.86º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C241BE is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 65 | 190 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.24 |
| HSL | 301.86º | 0.51% | 0.51% | - |
| HSV(B) | 301.86º | 0.66% | 0.76% | - |
| XYZ | 33.43 | 18.97 | 50.61 | - |
| YUV | 117.82 | 168.74 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 65 | 190 | 0 | 0.66 | 0.02 | 0.24 | 301.86 | 0.51 | 0.51 |
| Hex | C2 | 41 | BE | 0 | 42 | 2 | 18 | 12E | 33 | 33 |
| Octal | 302 | 101 | 276 | 0 | 102 | 2 | 30 | 456 | 63 | 63 |
| Binary | 11000010 | 1000001 | 10111110 | 0 | 1000010 | 10 | 11000 | 100101110 | 110011 | 110011 |
Color Harmonies of #C241BE
Complementary color
Monochromatic Colors of #C241BE
Black with #C241BE
Text Example
Text Example
White with #C241BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C241BE; }
p { color: rgb(194,65,190); }
H1.HeaderClassName
{
color: #C241BE;
}
.AnyTagClassName
{
color: #C241BE;
}
</style>
background-color css
<style>
a { background-color: #C241BE; }
a { background-color: rgb(194,65,190); }
div.DivClassName
{
background-color: #C241BE;
}
.BgClassName
{
background-color: #C241BE;
}
</style>
border-color css
<style>
span { border-color: #C241BE; }
span { border-color: rgb(194,65,190); }
td.TdClassName
{
border-color: #C241BE;
}
.TagClassName
{
border-color: #C241BE;
}
</style>