Shades of Fuchsia #C744BE
Tints of Fuchsia #C744BE
RGB
CMYK
RGB Variations
Color information
#C744BE (or 0xC744BE) is known color: Fuchsia. HEX triplet: C7, 44 and BE. RGB value is (199,68,190). Sum of RGB (Red+Green+Blue) = 199+68+190=457 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.54% from 457); Green value is 68 (26.95% from 255 or 14.88% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 199 - color contains mainly: red. Hex color #C744BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C744BE is #38BB41. Grayscale: #787878. Windows color (decimal): -3717954 or 12469447. OLE color: 12469447.
HSL color Cylindrical-coordinate representation of color #C744BE: hue angle of 304.12º 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 #C744BE is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 68 | 190 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.22 |
| HSL | 304.12º | 0.54% | 0.52% | - |
| HSV(B) | 304.12º | 0.66% | 0.78% | - |
| XYZ | 34.91 | 19.99 | 50.73 | - |
| YUV | 121.08 | 166.9 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 68 | 190 | 0 | 0.66 | 0.05 | 0.22 | 304.12 | 0.54 | 0.52 |
| Hex | C7 | 44 | BE | 0 | 42 | 5 | 16 | 130 | 36 | 34 |
| Octal | 307 | 104 | 276 | 0 | 102 | 5 | 26 | 460 | 66 | 64 |
| Binary | 11000111 | 1000100 | 10111110 | 0 | 1000010 | 101 | 10110 | 100110000 | 110110 | 110100 |
Color Harmonies of #C744BE
Complementary color
Monochromatic Colors of #C744BE
Black with #C744BE
Text Example
Text Example
White with #C744BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C744BE; }
p { color: rgb(199,68,190); }
H1.HeaderClassName
{
color: #C744BE;
}
.AnyTagClassName
{
color: #C744BE;
}
</style>
background-color css
<style>
a { background-color: #C744BE; }
a { background-color: rgb(199,68,190); }
div.DivClassName
{
background-color: #C744BE;
}
.BgClassName
{
background-color: #C744BE;
}
</style>
border-color css
<style>
span { border-color: #C744BE; }
span { border-color: rgb(199,68,190); }
td.TdClassName
{
border-color: #C744BE;
}
.TagClassName
{
border-color: #C744BE;
}
</style>