Shades of Fuchsia #C765BB
Tints of Fuchsia #C765BB
RGB
CMYK
RGB Variations
Color information
#C765BB (or 0xC765BB) is known color: Fuchsia. HEX triplet: C7, 65 and BB. RGB value is (199,101,187). Sum of RGB (Red+Green+Blue) = 199+101+187=487 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.86% from 487); Green value is 101 (39.84% from 255 or 20.74% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 199 - color contains mainly: red. Hex color #C765BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C765BB is #389A44. Grayscale: #8B8B8B. Windows color (decimal): -3709509 or 12281287. OLE color: 12281287.
HSL color Cylindrical-coordinate representation of color #C765BB: hue angle of 307.35º 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 #C765BB is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 101 | 187 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.22 |
| HSL | 307.35º | 0.47% | 0.59% | - |
| HSV(B) | 307.35º | 0.49% | 0.78% | - |
| XYZ | 37.18 | 25.04 | 49.89 | - |
| YUV | 140.11 | 154.47 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 101 | 187 | 0 | 0.49 | 0.06 | 0.22 | 307.35 | 0.47 | 0.59 |
| Hex | C7 | 65 | BB | 0 | 31 | 6 | 16 | 133 | 2F | 3B |
| Octal | 307 | 145 | 273 | 0 | 61 | 6 | 26 | 463 | 57 | 73 |
| Binary | 11000111 | 1100101 | 10111011 | 0 | 110001 | 110 | 10110 | 100110011 | 101111 | 111011 |
Color Harmonies of #C765BB
Complementary color
Monochromatic Colors of #C765BB
Black with #C765BB
Text Example
Text Example
White with #C765BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C765BB; }
p { color: rgb(199,101,187); }
H1.HeaderClassName
{
color: #C765BB;
}
.AnyTagClassName
{
color: #C765BB;
}
</style>
background-color css
<style>
a { background-color: #C765BB; }
a { background-color: rgb(199,101,187); }
div.DivClassName
{
background-color: #C765BB;
}
.BgClassName
{
background-color: #C765BB;
}
</style>
border-color css
<style>
span { border-color: #C765BB; }
span { border-color: rgb(199,101,187); }
td.TdClassName
{
border-color: #C765BB;
}
.TagClassName
{
border-color: #C765BB;
}
</style>