Shades of Fuchsia #C764AF
Tints of Fuchsia #C764AF
RGB
CMYK
RGB Variations
Color information
#C764AF (or 0xC764AF) is known color: Fuchsia. HEX triplet: C7, 64 and AF. RGB value is (199,100,175). Sum of RGB (Red+Green+Blue) = 199+100+175=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 100 (39.45% from 255 or 21.10% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 199 - color contains mainly: red. Hex color #C764AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C764AF is #389B50. Grayscale: #898989. Windows color (decimal): -3709777 or 11494599. OLE color: 11494599.
HSL color Cylindrical-coordinate representation of color #C764AF: hue angle of 314.55º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C764AF is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 100 | 175 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.22 |
| HSL | 314.55º | 0.47% | 0.59% | - |
| HSV(B) | 314.55º | 0.5% | 0.78% | - |
| XYZ | 35.85 | 24.35 | 43.37 | - |
| YUV | 138.15 | 148.8 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 100 | 175 | 0 | 0.50 | 0.12 | 0.22 | 314.55 | 0.47 | 0.59 |
| Hex | C7 | 64 | AF | 0 | 32 | C | 16 | 13B | 2F | 3B |
| Octal | 307 | 144 | 257 | 0 | 62 | 14 | 26 | 473 | 57 | 73 |
| Binary | 11000111 | 1100100 | 10101111 | 0 | 110010 | 1100 | 10110 | 100111011 | 101111 | 111011 |
Color Harmonies of #C764AF
Complementary color
Monochromatic Colors of #C764AF
Black with #C764AF
Text Example
Text Example
White with #C764AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C764AF; }
p { color: rgb(199,100,175); }
H1.HeaderClassName
{
color: #C764AF;
}
.AnyTagClassName
{
color: #C764AF;
}
</style>
background-color css
<style>
a { background-color: #C764AF; }
a { background-color: rgb(199,100,175); }
div.DivClassName
{
background-color: #C764AF;
}
.BgClassName
{
background-color: #C764AF;
}
</style>
border-color css
<style>
span { border-color: #C764AF; }
span { border-color: rgb(199,100,175); }
td.TdClassName
{
border-color: #C764AF;
}
.TagClassName
{
border-color: #C764AF;
}
</style>