Shades of Fuchsia #C744B3
Tints of Fuchsia #C744B3
RGB
CMYK
RGB Variations
Color information
#C744B3 (or 0xC744B3) is known color: Fuchsia. HEX triplet: C7, 44 and B3. RGB value is (199,68,179). Sum of RGB (Red+Green+Blue) = 199+68+179=446 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.62% from 446); Green value is 68 (26.95% from 255 or 15.25% from 446); Blue value is 179 (70.31% from 255 or 40.13% from 446); Max value from RGB is 199 - color contains mainly: red. Hex color #C744B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C744B3 is #38BB4C. Grayscale: #777777. Windows color (decimal): -3717965 or 11748551. OLE color: 11748551.
HSL color Cylindrical-coordinate representation of color #C744B3: hue angle of 309.16º 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 #C744B3 is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 68 | 179 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.22 |
| HSL | 309.16º | 0.54% | 0.52% | - |
| HSV(B) | 309.16º | 0.66% | 0.78% | - |
| XYZ | 33.76 | 19.53 | 44.64 | - |
| YUV | 119.82 | 161.4 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 68 | 179 | 0 | 0.66 | 0.10 | 0.22 | 309.16 | 0.54 | 0.52 |
| Hex | C7 | 44 | B3 | 0 | 42 | A | 16 | 135 | 36 | 34 |
| Octal | 307 | 104 | 263 | 0 | 102 | 12 | 26 | 465 | 66 | 64 |
| Binary | 11000111 | 1000100 | 10110011 | 0 | 1000010 | 1010 | 10110 | 100110101 | 110110 | 110100 |
Color Harmonies of #C744B3
Complementary color
Monochromatic Colors of #C744B3
Black with #C744B3
Text Example
Text Example
White with #C744B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C744B3; }
p { color: rgb(199,68,179); }
H1.HeaderClassName
{
color: #C744B3;
}
.AnyTagClassName
{
color: #C744B3;
}
</style>
background-color css
<style>
a { background-color: #C744B3; }
a { background-color: rgb(199,68,179); }
div.DivClassName
{
background-color: #C744B3;
}
.BgClassName
{
background-color: #C744B3;
}
</style>
border-color css
<style>
span { border-color: #C744B3; }
span { border-color: rgb(199,68,179); }
td.TdClassName
{
border-color: #C744B3;
}
.TagClassName
{
border-color: #C744B3;
}
</style>