Shades of Fuchsia #C742AC
Tints of Fuchsia #C742AC
RGB
CMYK
RGB Variations
Color information
#C742AC (or 0xC742AC) is known color: Fuchsia. HEX triplet: C7, 42 and AC. RGB value is (199,66,172). Sum of RGB (Red+Green+Blue) = 199+66+172=437 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.54% from 437); Green value is 66 (26.17% from 255 or 15.10% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 199 - color contains mainly: red. Hex color #C742AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C742AC is #38BD53. Grayscale: #757575. Windows color (decimal): -3718484 or 11289287. OLE color: 11289287.
HSL color Cylindrical-coordinate representation of color #C742AC: hue angle of 312.18º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C742AC is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 66 | 172 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.22 |
| HSL | 312.18º | 0.54% | 0.52% | - |
| HSV(B) | 312.18º | 0.67% | 0.78% | - |
| XYZ | 32.95 | 19.02 | 40.96 | - |
| YUV | 117.85 | 158.56 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 66 | 172 | 0 | 0.67 | 0.14 | 0.22 | 312.18 | 0.54 | 0.52 |
| Hex | C7 | 42 | AC | 0 | 43 | E | 16 | 138 | 36 | 34 |
| Octal | 307 | 102 | 254 | 0 | 103 | 16 | 26 | 470 | 66 | 64 |
| Binary | 11000111 | 1000010 | 10101100 | 0 | 1000011 | 1110 | 10110 | 100111000 | 110110 | 110100 |
Color Harmonies of #C742AC
Complementary color
Monochromatic Colors of #C742AC
Black with #C742AC
Text Example
Text Example
White with #C742AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C742AC; }
p { color: rgb(199,66,172); }
H1.HeaderClassName
{
color: #C742AC;
}
.AnyTagClassName
{
color: #C742AC;
}
</style>
background-color css
<style>
a { background-color: #C742AC; }
a { background-color: rgb(199,66,172); }
div.DivClassName
{
background-color: #C742AC;
}
.BgClassName
{
background-color: #C742AC;
}
</style>
border-color css
<style>
span { border-color: #C742AC; }
span { border-color: rgb(199,66,172); }
td.TdClassName
{
border-color: #C742AC;
}
.TagClassName
{
border-color: #C742AC;
}
</style>