Shades of Fuchsia #C744BF
Tints of Fuchsia #C744BF
RGB
CMYK
RGB Variations
Color information
#C744BF (or 0xC744BF) is known color: Fuchsia. HEX triplet: C7, 44 and BF. RGB value is (199,68,191). Sum of RGB (Red+Green+Blue) = 199+68+191=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 68 (26.95% from 255 or 14.85% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 199 - color contains mainly: red. Hex color #C744BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C744BF is #38BB40. Grayscale: #787878. Windows color (decimal): -3717953 or 12534983. OLE color: 12534983.
HSL color Cylindrical-coordinate representation of color #C744BF: hue angle of 303.66º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C744BF is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 68 | 191 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.22 |
| HSL | 303.66º | 0.54% | 0.52% | - |
| HSV(B) | 303.66º | 0.66% | 0.78% | - |
| XYZ | 35.02 | 20.04 | 51.31 | - |
| YUV | 121.19 | 167.4 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 68 | 191 | 0 | 0.66 | 0.04 | 0.22 | 303.66 | 0.54 | 0.52 |
| Hex | C7 | 44 | BF | 0 | 42 | 4 | 16 | 130 | 36 | 34 |
| Octal | 307 | 104 | 277 | 0 | 102 | 4 | 26 | 460 | 66 | 64 |
| Binary | 11000111 | 1000100 | 10111111 | 0 | 1000010 | 100 | 10110 | 100110000 | 110110 | 110100 |
Color Harmonies of #C744BF
Complementary color
Monochromatic Colors of #C744BF
Black with #C744BF
Text Example
Text Example
White with #C744BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C744BF; }
p { color: rgb(199,68,191); }
H1.HeaderClassName
{
color: #C744BF;
}
.AnyTagClassName
{
color: #C744BF;
}
</style>
background-color css
<style>
a { background-color: #C744BF; }
a { background-color: rgb(199,68,191); }
div.DivClassName
{
background-color: #C744BF;
}
.BgClassName
{
background-color: #C744BF;
}
</style>
border-color css
<style>
span { border-color: #C744BF; }
span { border-color: rgb(199,68,191); }
td.TdClassName
{
border-color: #C744BF;
}
.TagClassName
{
border-color: #C744BF;
}
</style>