Shades of Fuchsia #C241BB
Tints of Fuchsia #C241BB
RGB
CMYK
RGB Variations
Color information
#C241BB (or 0xC241BB) is known color: Fuchsia. HEX triplet: C2, 41 and BB. RGB value is (194,65,187). Sum of RGB (Red+Green+Blue) = 194+65+187=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 65 (25.78% from 255 or 14.57% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 194 - color contains mainly: red. Hex color #C241BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C241BB is #3DBE44. Grayscale: #757575. Windows color (decimal): -4046405 or 12272066. OLE color: 12272066.
HSL color Cylindrical-coordinate representation of color #C241BB: hue angle of 303.26º 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 #C241BB is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 65 | 187 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.24 |
| HSL | 303.26º | 0.51% | 0.51% | - |
| HSV(B) | 303.26º | 0.66% | 0.76% | - |
| XYZ | 33.11 | 18.84 | 48.9 | - |
| YUV | 117.48 | 167.24 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 65 | 187 | 0 | 0.66 | 0.04 | 0.24 | 303.26 | 0.51 | 0.51 |
| Hex | C2 | 41 | BB | 0 | 42 | 4 | 18 | 12F | 33 | 33 |
| Octal | 302 | 101 | 273 | 0 | 102 | 4 | 30 | 457 | 63 | 63 |
| Binary | 11000010 | 1000001 | 10111011 | 0 | 1000010 | 100 | 11000 | 100101111 | 110011 | 110011 |
Color Harmonies of #C241BB
Complementary color
Monochromatic Colors of #C241BB
Black with #C241BB
Text Example
Text Example
White with #C241BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C241BB; }
p { color: rgb(194,65,187); }
H1.HeaderClassName
{
color: #C241BB;
}
.AnyTagClassName
{
color: #C241BB;
}
</style>
background-color css
<style>
a { background-color: #C241BB; }
a { background-color: rgb(194,65,187); }
div.DivClassName
{
background-color: #C241BB;
}
.BgClassName
{
background-color: #C241BB;
}
</style>
border-color css
<style>
span { border-color: #C241BB; }
span { border-color: rgb(194,65,187); }
td.TdClassName
{
border-color: #C241BB;
}
.TagClassName
{
border-color: #C241BB;
}
</style>