Shades of Fuchsia #C744D0
Tints of Fuchsia #C744D0
RGB
CMYK
RGB Variations
Color information
#C744D0 (or 0xC744D0) is known color: Fuchsia. HEX triplet: C7, 44 and D0. RGB value is (199,68,208). Sum of RGB (Red+Green+Blue) = 199+68+208=475 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.89% from 475); Green value is 68 (26.95% from 255 or 14.32% from 475); Blue value is 208 (81.64% from 255 or 43.79% from 475); Max value from RGB is 208 - color contains mainly: blue. Hex color #C744D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C744D0 is #38BB2F. Grayscale: #7A7A7A. Windows color (decimal): -3717936 or 13649095. OLE color: 13649095.
HSL color Cylindrical-coordinate representation of color #C744D0: hue angle of 296.14º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C744D0 is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 68 | 208 | - |
| CMYK | 0.04 | 0.67 | 0 | 0.18 |
| HSL | 296.14º | 0.6% | 0.54% | - |
| HSV(B) | 296.14º | 0.67% | 0.82% | - |
| XYZ | 37.01 | 20.83 | 61.74 | - |
| YUV | 123.13 | 175.9 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 68 | 208 | 0.04 | 0.67 | 0 | 0.18 | 296.14 | 0.6 | 0.54 |
| Hex | C7 | 44 | D0 | 4 | 43 | 0 | 12 | 128 | 3C | 36 |
| Octal | 307 | 104 | 320 | 4 | 103 | 0 | 22 | 450 | 74 | 66 |
| Binary | 11000111 | 1000100 | 11010000 | 100 | 1000011 | 0 | 10010 | 100101000 | 111100 | 110110 |
Color Harmonies of #C744D0
Complementary color
Monochromatic Colors of #C744D0
Black with #C744D0
Text Example
Text Example
White with #C744D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C744D0; }
p { color: rgb(199,68,208); }
H1.HeaderClassName
{
color: #C744D0;
}
.AnyTagClassName
{
color: #C744D0;
}
</style>
background-color css
<style>
a { background-color: #C744D0; }
a { background-color: rgb(199,68,208); }
div.DivClassName
{
background-color: #C744D0;
}
.BgClassName
{
background-color: #C744D0;
}
</style>
border-color css
<style>
span { border-color: #C744D0; }
span { border-color: rgb(199,68,208); }
td.TdClassName
{
border-color: #C744D0;
}
.TagClassName
{
border-color: #C744D0;
}
</style>