Shades of Fuchsia #C744CC
Tints of Fuchsia #C744CC
RGB
CMYK
RGB Variations
Color information
#C744CC (or 0xC744CC) is known color: Fuchsia. HEX triplet: C7, 44 and CC. RGB value is (199,68,204). Sum of RGB (Red+Green+Blue) = 199+68+204=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 68 (26.95% from 255 or 14.44% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #C744CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C744CC is #38BB33. Grayscale: #7A7A7A. Windows color (decimal): -3717940 or 13386951. OLE color: 13386951.
HSL color Cylindrical-coordinate representation of color #C744CC: hue angle of 297.79º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C744CC is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 68 | 204 | - |
| CMYK | 0.02 | 0.67 | 0 | 0.2 |
| HSL | 297.79º | 0.57% | 0.53% | - |
| HSV(B) | 297.79º | 0.67% | 0.8% | - |
| XYZ | 36.52 | 20.64 | 59.19 | - |
| YUV | 122.67 | 173.9 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 68 | 204 | 0.02 | 0.67 | 0 | 0.2 | 297.79 | 0.57 | 0.53 |
| Hex | C7 | 44 | CC | 2 | 43 | 0 | 14 | 12A | 39 | 35 |
| Octal | 307 | 104 | 314 | 2 | 103 | 0 | 24 | 452 | 71 | 65 |
| Binary | 11000111 | 1000100 | 11001100 | 10 | 1000011 | 0 | 10100 | 100101010 | 111001 | 110101 |
Color Harmonies of #C744CC
Complementary color
Monochromatic Colors of #C744CC
Black with #C744CC
Text Example
Text Example
White with #C744CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C744CC; }
p { color: rgb(199,68,204); }
H1.HeaderClassName
{
color: #C744CC;
}
.AnyTagClassName
{
color: #C744CC;
}
</style>
background-color css
<style>
a { background-color: #C744CC; }
a { background-color: rgb(199,68,204); }
div.DivClassName
{
background-color: #C744CC;
}
.BgClassName
{
background-color: #C744CC;
}
</style>
border-color css
<style>
span { border-color: #C744CC; }
span { border-color: rgb(199,68,204); }
td.TdClassName
{
border-color: #C744CC;
}
.TagClassName
{
border-color: #C744CC;
}
</style>