Shades of Fuchsia #C765BE
Tints of Fuchsia #C765BE
RGB
CMYK
RGB Variations
Color information
#C765BE (or 0xC765BE) is known color: Fuchsia. HEX triplet: C7, 65 and BE. RGB value is (199,101,190). Sum of RGB (Red+Green+Blue) = 199+101+190=490 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.61% from 490); Green value is 101 (39.84% from 255 or 20.61% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 199 - color contains mainly: red. Hex color #C765BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C765BE is #389A41. Grayscale: #8C8C8C. Windows color (decimal): -3709506 or 12477895. OLE color: 12477895.
HSL color Cylindrical-coordinate representation of color #C765BE: hue angle of 305.51º 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 #C765BE is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 101 | 190 | - |
| CMYK | 0 | 0.49 | 0.05 | 0.22 |
| HSL | 305.51º | 0.47% | 0.59% | - |
| HSV(B) | 305.51º | 0.49% | 0.78% | - |
| XYZ | 37.5 | 25.17 | 51.6 | - |
| YUV | 140.45 | 155.97 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 101 | 190 | 0 | 0.49 | 0.05 | 0.22 | 305.51 | 0.47 | 0.59 |
| Hex | C7 | 65 | BE | 0 | 31 | 5 | 16 | 132 | 2F | 3B |
| Octal | 307 | 145 | 276 | 0 | 61 | 5 | 26 | 462 | 57 | 73 |
| Binary | 11000111 | 1100101 | 10111110 | 0 | 110001 | 101 | 10110 | 100110010 | 101111 | 111011 |
Color Harmonies of #C765BE
Complementary color
Monochromatic Colors of #C765BE
Black with #C765BE
Text Example
Text Example
White with #C765BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C765BE; }
p { color: rgb(199,101,190); }
H1.HeaderClassName
{
color: #C765BE;
}
.AnyTagClassName
{
color: #C765BE;
}
</style>
background-color css
<style>
a { background-color: #C765BE; }
a { background-color: rgb(199,101,190); }
div.DivClassName
{
background-color: #C765BE;
}
.BgClassName
{
background-color: #C765BE;
}
</style>
border-color css
<style>
span { border-color: #C765BE; }
span { border-color: rgb(199,101,190); }
td.TdClassName
{
border-color: #C765BE;
}
.TagClassName
{
border-color: #C765BE;
}
</style>