Shades of Fuchsia #C765AC
Tints of Fuchsia #C765AC
RGB
CMYK
RGB Variations
Color information
#C765AC (or 0xC765AC) is known color: Fuchsia. HEX triplet: C7, 65 and AC. RGB value is (199,101,172). Sum of RGB (Red+Green+Blue) = 199+101+172=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 101 (39.84% from 255 or 21.40% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 199 - color contains mainly: red. Hex color #C765AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C765AC is #389A53. Grayscale: #8A8A8A. Windows color (decimal): -3709524 or 11298247. OLE color: 11298247.
HSL color Cylindrical-coordinate representation of color #C765AC: hue angle of 316.53º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C765AC is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 101 | 172 | - |
| CMYK | 0 | 0.49 | 0.14 | 0.22 |
| HSL | 316.53º | 0.47% | 0.59% | - |
| HSV(B) | 316.53º | 0.49% | 0.78% | - |
| XYZ | 35.65 | 24.43 | 41.87 | - |
| YUV | 138.4 | 146.97 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 101 | 172 | 0 | 0.49 | 0.14 | 0.22 | 316.53 | 0.47 | 0.59 |
| Hex | C7 | 65 | AC | 0 | 31 | E | 16 | 13D | 2F | 3B |
| Octal | 307 | 145 | 254 | 0 | 61 | 16 | 26 | 475 | 57 | 73 |
| Binary | 11000111 | 1100101 | 10101100 | 0 | 110001 | 1110 | 10110 | 100111101 | 101111 | 111011 |
Color Harmonies of #C765AC
Complementary color
Monochromatic Colors of #C765AC
Black with #C765AC
Text Example
Text Example
White with #C765AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C765AC; }
p { color: rgb(199,101,172); }
H1.HeaderClassName
{
color: #C765AC;
}
.AnyTagClassName
{
color: #C765AC;
}
</style>
background-color css
<style>
a { background-color: #C765AC; }
a { background-color: rgb(199,101,172); }
div.DivClassName
{
background-color: #C765AC;
}
.BgClassName
{
background-color: #C765AC;
}
</style>
border-color css
<style>
span { border-color: #C765AC; }
span { border-color: rgb(199,101,172); }
td.TdClassName
{
border-color: #C765AC;
}
.TagClassName
{
border-color: #C765AC;
}
</style>