Shades of Fuchsia #C744C9
Tints of Fuchsia #C744C9
RGB
CMYK
RGB Variations
Color information
#C744C9 (or 0xC744C9) is known color: Fuchsia. HEX triplet: C7, 44 and C9. RGB value is (199,68,201). Sum of RGB (Red+Green+Blue) = 199+68+201=468 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.52% from 468); Green value is 68 (26.95% from 255 or 14.53% from 468); Blue value is 201 (78.91% from 255 or 42.95% from 468); Max value from RGB is 201 - color contains mainly: blue. Hex color #C744C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C744C9 is #38BB36. Grayscale: #797979. Windows color (decimal): -3717943 or 13190343. OLE color: 13190343.
HSL color Cylindrical-coordinate representation of color #C744C9: hue angle of 299.1º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C744C9 is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 68 | 201 | - |
| CMYK | 0.01 | 0.66 | 0 | 0.21 |
| HSL | 299.1º | 0.55% | 0.53% | - |
| HSV(B) | 299.1º | 0.66% | 0.79% | - |
| XYZ | 36.16 | 20.49 | 57.31 | - |
| YUV | 122.33 | 172.4 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 68 | 201 | 0.01 | 0.66 | 0 | 0.21 | 299.1 | 0.55 | 0.53 |
| Hex | C7 | 44 | C9 | 1 | 42 | 0 | 15 | 12B | 37 | 35 |
| Octal | 307 | 104 | 311 | 1 | 102 | 0 | 25 | 453 | 67 | 65 |
| Binary | 11000111 | 1000100 | 11001001 | 1 | 1000010 | 0 | 10101 | 100101011 | 110111 | 110101 |
Color Harmonies of #C744C9
Complementary color
Monochromatic Colors of #C744C9
Black with #C744C9
Text Example
Text Example
White with #C744C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C744C9; }
p { color: rgb(199,68,201); }
H1.HeaderClassName
{
color: #C744C9;
}
.AnyTagClassName
{
color: #C744C9;
}
</style>
background-color css
<style>
a { background-color: #C744C9; }
a { background-color: rgb(199,68,201); }
div.DivClassName
{
background-color: #C744C9;
}
.BgClassName
{
background-color: #C744C9;
}
</style>
border-color css
<style>
span { border-color: #C744C9; }
span { border-color: rgb(199,68,201); }
td.TdClassName
{
border-color: #C744C9;
}
.TagClassName
{
border-color: #C744C9;
}
</style>