Shades of Fuchsia #C762BE
Tints of Fuchsia #C762BE
RGB
CMYK
RGB Variations
Color information
#C762BE (or 0xC762BE) is known color: Fuchsia. HEX triplet: C7, 62 and BE. RGB value is (199,98,190). Sum of RGB (Red+Green+Blue) = 199+98+190=487 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.86% from 487); Green value is 98 (38.67% from 255 or 20.12% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 199 - color contains mainly: red. Hex color #C762BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C762BE is #389D41. Grayscale: #8A8A8A. Windows color (decimal): -3710274 or 12477127. OLE color: 12477127.
HSL color Cylindrical-coordinate representation of color #C762BE: hue angle of 305.35º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C762BE is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 98 | 190 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.22 |
| HSL | 305.35º | 0.47% | 0.58% | - |
| HSV(B) | 305.35º | 0.51% | 0.78% | - |
| XYZ | 37.22 | 24.6 | 51.5 | - |
| YUV | 138.69 | 156.96 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 98 | 190 | 0 | 0.51 | 0.05 | 0.22 | 305.35 | 0.47 | 0.58 |
| Hex | C7 | 62 | BE | 0 | 33 | 5 | 16 | 131 | 2F | 3A |
| Octal | 307 | 142 | 276 | 0 | 63 | 5 | 26 | 461 | 57 | 72 |
| Binary | 11000111 | 1100010 | 10111110 | 0 | 110011 | 101 | 10110 | 100110001 | 101111 | 111010 |
Color Harmonies of #C762BE
Complementary color
Monochromatic Colors of #C762BE
Black with #C762BE
Text Example
Text Example
White with #C762BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C762BE; }
p { color: rgb(199,98,190); }
H1.HeaderClassName
{
color: #C762BE;
}
.AnyTagClassName
{
color: #C762BE;
}
</style>
background-color css
<style>
a { background-color: #C762BE; }
a { background-color: rgb(199,98,190); }
div.DivClassName
{
background-color: #C762BE;
}
.BgClassName
{
background-color: #C762BE;
}
</style>
border-color css
<style>
span { border-color: #C762BE; }
span { border-color: rgb(199,98,190); }
td.TdClassName
{
border-color: #C762BE;
}
.TagClassName
{
border-color: #C762BE;
}
</style>