Shades of Fuchsia #C744BB
Tints of Fuchsia #C744BB
RGB
CMYK
RGB Variations
Color information
#C744BB (or 0xC744BB) is known color: Fuchsia. HEX triplet: C7, 44 and BB. RGB value is (199,68,187). Sum of RGB (Red+Green+Blue) = 199+68+187=454 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.83% from 454); Green value is 68 (26.95% from 255 or 14.98% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 199 - color contains mainly: red. Hex color #C744BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C744BB is #38BB44. Grayscale: #787878. Windows color (decimal): -3717957 or 12272839. OLE color: 12272839.
HSL color Cylindrical-coordinate representation of color #C744BB: hue angle of 305.5º 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 #C744BB is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 68 | 187 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.22 |
| HSL | 305.5º | 0.54% | 0.52% | - |
| HSV(B) | 305.5º | 0.66% | 0.78% | - |
| XYZ | 34.59 | 19.86 | 49.02 | - |
| YUV | 120.74 | 165.4 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 68 | 187 | 0 | 0.66 | 0.06 | 0.22 | 305.5 | 0.54 | 0.52 |
| Hex | C7 | 44 | BB | 0 | 42 | 6 | 16 | 131 | 36 | 34 |
| Octal | 307 | 104 | 273 | 0 | 102 | 6 | 26 | 461 | 66 | 64 |
| Binary | 11000111 | 1000100 | 10111011 | 0 | 1000010 | 110 | 10110 | 100110001 | 110110 | 110100 |
Color Harmonies of #C744BB
Complementary color
Monochromatic Colors of #C744BB
Black with #C744BB
Text Example
Text Example
White with #C744BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C744BB; }
p { color: rgb(199,68,187); }
H1.HeaderClassName
{
color: #C744BB;
}
.AnyTagClassName
{
color: #C744BB;
}
</style>
background-color css
<style>
a { background-color: #C744BB; }
a { background-color: rgb(199,68,187); }
div.DivClassName
{
background-color: #C744BB;
}
.BgClassName
{
background-color: #C744BB;
}
</style>
border-color css
<style>
span { border-color: #C744BB; }
span { border-color: rgb(199,68,187); }
td.TdClassName
{
border-color: #C744BB;
}
.TagClassName
{
border-color: #C744BB;
}
</style>