Shades of Fuchsia #C764B9
Tints of Fuchsia #C764B9
RGB
CMYK
RGB Variations
Color information
#C764B9 (or 0xC764B9) is known color: Fuchsia. HEX triplet: C7, 64 and B9. RGB value is (199,100,185). Sum of RGB (Red+Green+Blue) = 199+100+185=484 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.12% from 484); Green value is 100 (39.45% from 255 or 20.66% from 484); Blue value is 185 (72.66% from 255 or 38.22% from 484); Max value from RGB is 199 - color contains mainly: red. Hex color #C764B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C764B9 is #389B46. Grayscale: #8B8B8B. Windows color (decimal): -3709767 or 12149959. OLE color: 12149959.
HSL color Cylindrical-coordinate representation of color #C764B9: hue angle of 308.48º 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 #C764B9 is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 100 | 185 | - |
| CMYK | 0 | 0.50 | 0.07 | 0.22 |
| HSL | 308.48º | 0.47% | 0.59% | - |
| HSV(B) | 308.48º | 0.5% | 0.78% | - |
| XYZ | 36.87 | 24.76 | 48.73 | - |
| YUV | 139.29 | 153.8 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 100 | 185 | 0 | 0.50 | 0.07 | 0.22 | 308.48 | 0.47 | 0.59 |
| Hex | C7 | 64 | B9 | 0 | 32 | 7 | 16 | 134 | 2F | 3B |
| Octal | 307 | 144 | 271 | 0 | 62 | 7 | 26 | 464 | 57 | 73 |
| Binary | 11000111 | 1100100 | 10111001 | 0 | 110010 | 111 | 10110 | 100110100 | 101111 | 111011 |
Color Harmonies of #C764B9
Complementary color
Monochromatic Colors of #C764B9
Black with #C764B9
Text Example
Text Example
White with #C764B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C764B9; }
p { color: rgb(199,100,185); }
H1.HeaderClassName
{
color: #C764B9;
}
.AnyTagClassName
{
color: #C764B9;
}
</style>
background-color css
<style>
a { background-color: #C764B9; }
a { background-color: rgb(199,100,185); }
div.DivClassName
{
background-color: #C764B9;
}
.BgClassName
{
background-color: #C764B9;
}
</style>
border-color css
<style>
span { border-color: #C764B9; }
span { border-color: rgb(199,100,185); }
td.TdClassName
{
border-color: #C764B9;
}
.TagClassName
{
border-color: #C764B9;
}
</style>