Shades of Fuchsia #C765BF
Tints of Fuchsia #C765BF
RGB
CMYK
RGB Variations
Color information
#C765BF (or 0xC765BF) is known color: Fuchsia. HEX triplet: C7, 65 and BF. RGB value is (199,101,191). Sum of RGB (Red+Green+Blue) = 199+101+191=491 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.53% from 491); Green value is 101 (39.84% from 255 or 20.57% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 199 - color contains mainly: red. Hex color #C765BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C765BF is #389A40. Grayscale: #8C8C8C. Windows color (decimal): -3709505 or 12543431. OLE color: 12543431.
HSL color Cylindrical-coordinate representation of color #C765BF: hue angle of 304.9º 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 #C765BF is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 101 | 191 | - |
| CMYK | 0 | 0.49 | 0.04 | 0.22 |
| HSL | 304.9º | 0.47% | 0.59% | - |
| HSV(B) | 304.9º | 0.49% | 0.78% | - |
| XYZ | 37.61 | 25.21 | 52.17 | - |
| YUV | 140.56 | 156.47 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 101 | 191 | 0 | 0.49 | 0.04 | 0.22 | 304.9 | 0.47 | 0.59 |
| Hex | C7 | 65 | BF | 0 | 31 | 4 | 16 | 131 | 2F | 3B |
| Octal | 307 | 145 | 277 | 0 | 61 | 4 | 26 | 461 | 57 | 73 |
| Binary | 11000111 | 1100101 | 10111111 | 0 | 110001 | 100 | 10110 | 100110001 | 101111 | 111011 |
Color Harmonies of #C765BF
Complementary color
Monochromatic Colors of #C765BF
Black with #C765BF
Text Example
Text Example
White with #C765BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C765BF; }
p { color: rgb(199,101,191); }
H1.HeaderClassName
{
color: #C765BF;
}
.AnyTagClassName
{
color: #C765BF;
}
</style>
background-color css
<style>
a { background-color: #C765BF; }
a { background-color: rgb(199,101,191); }
div.DivClassName
{
background-color: #C765BF;
}
.BgClassName
{
background-color: #C765BF;
}
</style>
border-color css
<style>
span { border-color: #C765BF; }
span { border-color: rgb(199,101,191); }
td.TdClassName
{
border-color: #C765BF;
}
.TagClassName
{
border-color: #C765BF;
}
</style>