Shades of Fuchsia #C744CE
Tints of Fuchsia #C744CE
RGB
CMYK
RGB Variations
Color information
#C744CE (or 0xC744CE) is known color: Fuchsia. HEX triplet: C7, 44 and CE. RGB value is (199,68,206). Sum of RGB (Red+Green+Blue) = 199+68+206=473 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.07% from 473); Green value is 68 (26.95% from 255 or 14.38% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #C744CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C744CE is #38BB31. Grayscale: #7A7A7A. Windows color (decimal): -3717938 or 13518023. OLE color: 13518023.
HSL color Cylindrical-coordinate representation of color #C744CE: hue angle of 296.96º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C744CE is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 68 | 206 | - |
| CMYK | 0.03 | 0.67 | 0 | 0.19 |
| HSL | 296.96º | 0.58% | 0.54% | - |
| HSV(B) | 296.96º | 0.67% | 0.81% | - |
| XYZ | 36.76 | 20.73 | 60.46 | - |
| YUV | 122.9 | 174.9 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 68 | 206 | 0.03 | 0.67 | 0 | 0.19 | 296.96 | 0.58 | 0.54 |
| Hex | C7 | 44 | CE | 3 | 43 | 0 | 13 | 129 | 3A | 36 |
| Octal | 307 | 104 | 316 | 3 | 103 | 0 | 23 | 451 | 72 | 66 |
| Binary | 11000111 | 1000100 | 11001110 | 11 | 1000011 | 0 | 10011 | 100101001 | 111010 | 110110 |
Color Harmonies of #C744CE
Complementary color
Monochromatic Colors of #C744CE
Black with #C744CE
Text Example
Text Example
White with #C744CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C744CE; }
p { color: rgb(199,68,206); }
H1.HeaderClassName
{
color: #C744CE;
}
.AnyTagClassName
{
color: #C744CE;
}
</style>
background-color css
<style>
a { background-color: #C744CE; }
a { background-color: rgb(199,68,206); }
div.DivClassName
{
background-color: #C744CE;
}
.BgClassName
{
background-color: #C744CE;
}
</style>
border-color css
<style>
span { border-color: #C744CE; }
span { border-color: rgb(199,68,206); }
td.TdClassName
{
border-color: #C744CE;
}
.TagClassName
{
border-color: #C744CE;
}
</style>