Shades of Fuchsia #C744CF
Tints of Fuchsia #C744CF
RGB
CMYK
RGB Variations
Color information
#C744CF (or 0xC744CF) is known color: Fuchsia. HEX triplet: C7, 44 and CF. RGB value is (199,68,207). Sum of RGB (Red+Green+Blue) = 199+68+207=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 68 (26.95% from 255 or 14.35% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 207 - color contains mainly: blue. Hex color #C744CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C744CF is #38BB30. Grayscale: #7A7A7A. Windows color (decimal): -3717937 or 13583559. OLE color: 13583559.
HSL color Cylindrical-coordinate representation of color #C744CF: hue angle of 296.55º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C744CF is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 68 | 207 | - |
| CMYK | 0.04 | 0.67 | 0 | 0.19 |
| HSL | 296.55º | 0.59% | 0.54% | - |
| HSV(B) | 296.55º | 0.67% | 0.81% | - |
| XYZ | 36.88 | 20.78 | 61.1 | - |
| YUV | 123.02 | 175.4 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 68 | 207 | 0.04 | 0.67 | 0 | 0.19 | 296.55 | 0.59 | 0.54 |
| Hex | C7 | 44 | CF | 4 | 43 | 0 | 13 | 129 | 3B | 36 |
| Octal | 307 | 104 | 317 | 4 | 103 | 0 | 23 | 451 | 73 | 66 |
| Binary | 11000111 | 1000100 | 11001111 | 100 | 1000011 | 0 | 10011 | 100101001 | 111011 | 110110 |
Color Harmonies of #C744CF
Complementary color
Monochromatic Colors of #C744CF
Black with #C744CF
Text Example
Text Example
White with #C744CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C744CF; }
p { color: rgb(199,68,207); }
H1.HeaderClassName
{
color: #C744CF;
}
.AnyTagClassName
{
color: #C744CF;
}
</style>
background-color css
<style>
a { background-color: #C744CF; }
a { background-color: rgb(199,68,207); }
div.DivClassName
{
background-color: #C744CF;
}
.BgClassName
{
background-color: #C744CF;
}
</style>
border-color css
<style>
span { border-color: #C744CF; }
span { border-color: rgb(199,68,207); }
td.TdClassName
{
border-color: #C744CF;
}
.TagClassName
{
border-color: #C744CF;
}
</style>