Shades of Fuchsia #C741BE
Tints of Fuchsia #C741BE
RGB
CMYK
RGB Variations
Color information
#C741BE (or 0xC741BE) is known color: Fuchsia. HEX triplet: C7, 41 and BE. RGB value is (199,65,190). Sum of RGB (Red+Green+Blue) = 199+65+190=454 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.83% from 454); Green value is 65 (25.78% from 255 or 14.32% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 199 - color contains mainly: red. Hex color #C741BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C741BE is #38BE41. Grayscale: #767676. Windows color (decimal): -3718722 or 12468679. OLE color: 12468679.
HSL color Cylindrical-coordinate representation of color #C741BE: hue angle of 304.03º 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 #C741BE is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 65 | 190 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.22 |
| HSL | 304.03º | 0.54% | 0.52% | - |
| HSV(B) | 304.03º | 0.67% | 0.78% | - |
| XYZ | 34.74 | 19.64 | 50.68 | - |
| YUV | 119.32 | 167.89 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 65 | 190 | 0 | 0.67 | 0.05 | 0.22 | 304.03 | 0.54 | 0.52 |
| Hex | C7 | 41 | BE | 0 | 43 | 5 | 16 | 130 | 36 | 34 |
| Octal | 307 | 101 | 276 | 0 | 103 | 5 | 26 | 460 | 66 | 64 |
| Binary | 11000111 | 1000001 | 10111110 | 0 | 1000011 | 101 | 10110 | 100110000 | 110110 | 110100 |
Color Harmonies of #C741BE
Complementary color
Monochromatic Colors of #C741BE
Black with #C741BE
Text Example
Text Example
White with #C741BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C741BE; }
p { color: rgb(199,65,190); }
H1.HeaderClassName
{
color: #C741BE;
}
.AnyTagClassName
{
color: #C741BE;
}
</style>
background-color css
<style>
a { background-color: #C741BE; }
a { background-color: rgb(199,65,190); }
div.DivClassName
{
background-color: #C741BE;
}
.BgClassName
{
background-color: #C741BE;
}
</style>
border-color css
<style>
span { border-color: #C741BE; }
span { border-color: rgb(199,65,190); }
td.TdClassName
{
border-color: #C741BE;
}
.TagClassName
{
border-color: #C741BE;
}
</style>