Shades of Fuchsia #C241B3
Tints of Fuchsia #C241B3
RGB
CMYK
RGB Variations
Color information
#C241B3 (or 0xC241B3) is known color: Fuchsia. HEX triplet: C2, 41 and B3. RGB value is (194,65,179). Sum of RGB (Red+Green+Blue) = 194+65+179=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 65 (25.78% from 255 or 14.84% from 438); Blue value is 179 (70.31% from 255 or 40.87% from 438); Max value from RGB is 194 - color contains mainly: red. Hex color #C241B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C241B3 is #3DBE4C. Grayscale: #747474. Windows color (decimal): -4046413 or 11747778. OLE color: 11747778.
HSL color Cylindrical-coordinate representation of color #C241B3: hue angle of 306.98º 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 #C241B3 is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 65 | 179 | - |
| CMYK | 0 | 0.66 | 0.08 | 0.24 |
| HSL | 306.98º | 0.51% | 0.51% | - |
| HSV(B) | 306.98º | 0.66% | 0.76% | - |
| XYZ | 32.28 | 18.5 | 44.52 | - |
| YUV | 116.57 | 163.24 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 65 | 179 | 0 | 0.66 | 0.08 | 0.24 | 306.98 | 0.51 | 0.51 |
| Hex | C2 | 41 | B3 | 0 | 42 | 8 | 18 | 133 | 33 | 33 |
| Octal | 302 | 101 | 263 | 0 | 102 | 10 | 30 | 463 | 63 | 63 |
| Binary | 11000010 | 1000001 | 10110011 | 0 | 1000010 | 1000 | 11000 | 100110011 | 110011 | 110011 |
Color Harmonies of #C241B3
Complementary color
Monochromatic Colors of #C241B3
Black with #C241B3
Text Example
Text Example
White with #C241B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C241B3; }
p { color: rgb(194,65,179); }
H1.HeaderClassName
{
color: #C241B3;
}
.AnyTagClassName
{
color: #C241B3;
}
</style>
background-color css
<style>
a { background-color: #C241B3; }
a { background-color: rgb(194,65,179); }
div.DivClassName
{
background-color: #C241B3;
}
.BgClassName
{
background-color: #C241B3;
}
</style>
border-color css
<style>
span { border-color: #C241B3; }
span { border-color: rgb(194,65,179); }
td.TdClassName
{
border-color: #C241B3;
}
.TagClassName
{
border-color: #C241B3;
}
</style>