Shades of Fuchsia #C741CF
Tints of Fuchsia #C741CF
RGB
CMYK
RGB Variations
Color information
#C741CF (or 0xC741CF) is known color: Fuchsia. HEX triplet: C7, 41 and CF. RGB value is (199,65,207). Sum of RGB (Red+Green+Blue) = 199+65+207=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 65 (25.78% from 255 or 13.80% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #C741CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C741CF is #38BE30. Grayscale: #787878. Windows color (decimal): -3718705 or 13582791. OLE color: 13582791.
HSL color Cylindrical-coordinate representation of color #C741CF: hue angle of 296.62º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C741CF is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 65 | 207 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.19 |
| HSL | 296.62º | 0.6% | 0.53% | - |
| HSV(B) | 296.62º | 0.69% | 0.81% | - |
| XYZ | 36.71 | 20.43 | 61.04 | - |
| YUV | 121.25 | 176.39 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 65 | 207 | 0.04 | 0.69 | 0 | 0.19 | 296.62 | 0.6 | 0.53 |
| Hex | C7 | 41 | CF | 4 | 45 | 0 | 13 | 129 | 3C | 35 |
| Octal | 307 | 101 | 317 | 4 | 105 | 0 | 23 | 451 | 74 | 65 |
| Binary | 11000111 | 1000001 | 11001111 | 100 | 1000101 | 0 | 10011 | 100101001 | 111100 | 110101 |
Color Harmonies of #C741CF
Complementary color
Monochromatic Colors of #C741CF
Black with #C741CF
Text Example
Text Example
White with #C741CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C741CF; }
p { color: rgb(199,65,207); }
H1.HeaderClassName
{
color: #C741CF;
}
.AnyTagClassName
{
color: #C741CF;
}
</style>
background-color css
<style>
a { background-color: #C741CF; }
a { background-color: rgb(199,65,207); }
div.DivClassName
{
background-color: #C741CF;
}
.BgClassName
{
background-color: #C741CF;
}
</style>
border-color css
<style>
span { border-color: #C741CF; }
span { border-color: rgb(199,65,207); }
td.TdClassName
{
border-color: #C741CF;
}
.TagClassName
{
border-color: #C741CF;
}
</style>