Shades of Fuchsia #C744CA
Tints of Fuchsia #C744CA
RGB
CMYK
RGB Variations
Color information
#C744CA (or 0xC744CA) is known color: Fuchsia. HEX triplet: C7, 44 and CA. RGB value is (199,68,202). Sum of RGB (Red+Green+Blue) = 199+68+202=469 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.43% from 469); Green value is 68 (26.95% from 255 or 14.50% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 202 - color contains mainly: blue. Hex color #C744CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C744CA is #38BB35. Grayscale: #7A7A7A. Windows color (decimal): -3717942 or 13255879. OLE color: 13255879.
HSL color Cylindrical-coordinate representation of color #C744CA: hue angle of 298.66º degrees, saturation: 0.56, 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 #C744CA is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 68 | 202 | - |
| CMYK | 0.01 | 0.66 | 0 | 0.21 |
| HSL | 298.66º | 0.56% | 0.53% | - |
| HSV(B) | 298.66º | 0.66% | 0.79% | - |
| XYZ | 36.28 | 20.54 | 57.93 | - |
| YUV | 122.45 | 172.9 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 68 | 202 | 0.01 | 0.66 | 0 | 0.21 | 298.66 | 0.56 | 0.53 |
| Hex | C7 | 44 | CA | 1 | 42 | 0 | 15 | 12B | 38 | 35 |
| Octal | 307 | 104 | 312 | 1 | 102 | 0 | 25 | 453 | 70 | 65 |
| Binary | 11000111 | 1000100 | 11001010 | 1 | 1000010 | 0 | 10101 | 100101011 | 111000 | 110101 |
Color Harmonies of #C744CA
Complementary color
Monochromatic Colors of #C744CA
Black with #C744CA
Text Example
Text Example
White with #C744CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C744CA; }
p { color: rgb(199,68,202); }
H1.HeaderClassName
{
color: #C744CA;
}
.AnyTagClassName
{
color: #C744CA;
}
</style>
background-color css
<style>
a { background-color: #C744CA; }
a { background-color: rgb(199,68,202); }
div.DivClassName
{
background-color: #C744CA;
}
.BgClassName
{
background-color: #C744CA;
}
</style>
border-color css
<style>
span { border-color: #C744CA; }
span { border-color: rgb(199,68,202); }
td.TdClassName
{
border-color: #C744CA;
}
.TagClassName
{
border-color: #C744CA;
}
</style>