Shades of Fuchsia #C741BF
Tints of Fuchsia #C741BF
RGB
CMYK
RGB Variations
Color information
#C741BF (or 0xC741BF) is known color: Fuchsia. HEX triplet: C7, 41 and BF. RGB value is (199,65,191). Sum of RGB (Red+Green+Blue) = 199+65+191=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 65 (25.78% from 255 or 14.29% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 199 - color contains mainly: red. Hex color #C741BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C741BF is #38BE40. Grayscale: #777777. Windows color (decimal): -3718721 or 12534215. OLE color: 12534215.
HSL color Cylindrical-coordinate representation of color #C741BF: hue angle of 303.58º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C741BF is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 65 | 191 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.22 |
| HSL | 303.58º | 0.54% | 0.52% | - |
| HSV(B) | 303.58º | 0.67% | 0.78% | - |
| XYZ | 34.85 | 19.68 | 51.25 | - |
| YUV | 119.43 | 168.39 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 65 | 191 | 0 | 0.67 | 0.04 | 0.22 | 303.58 | 0.54 | 0.52 |
| Hex | C7 | 41 | BF | 0 | 43 | 4 | 16 | 130 | 36 | 34 |
| Octal | 307 | 101 | 277 | 0 | 103 | 4 | 26 | 460 | 66 | 64 |
| Binary | 11000111 | 1000001 | 10111111 | 0 | 1000011 | 100 | 10110 | 100110000 | 110110 | 110100 |
Color Harmonies of #C741BF
Complementary color
Monochromatic Colors of #C741BF
Black with #C741BF
Text Example
Text Example
White with #C741BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C741BF; }
p { color: rgb(199,65,191); }
H1.HeaderClassName
{
color: #C741BF;
}
.AnyTagClassName
{
color: #C741BF;
}
</style>
background-color css
<style>
a { background-color: #C741BF; }
a { background-color: rgb(199,65,191); }
div.DivClassName
{
background-color: #C741BF;
}
.BgClassName
{
background-color: #C741BF;
}
</style>
border-color css
<style>
span { border-color: #C741BF; }
span { border-color: rgb(199,65,191); }
td.TdClassName
{
border-color: #C741BF;
}
.TagClassName
{
border-color: #C741BF;
}
</style>