Shades of Fuchsia #C762B6
Tints of Fuchsia #C762B6
RGB
CMYK
RGB Variations
Color information
#C762B6 (or 0xC762B6) is known color: Fuchsia. HEX triplet: C7, 62 and B6. RGB value is (199,98,182). Sum of RGB (Red+Green+Blue) = 199+98+182=479 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.54% from 479); Green value is 98 (38.67% from 255 or 20.46% from 479); Blue value is 182 (71.48% from 255 or 38.00% from 479); Max value from RGB is 199 - color contains mainly: red. Hex color #C762B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C762B6 is #389D49. Grayscale: #898989. Windows color (decimal): -3710282 or 11952839. OLE color: 11952839.
HSL color Cylindrical-coordinate representation of color #C762B6: hue angle of 310.1º 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 #C762B6 is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 98 | 182 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.22 |
| HSL | 310.1º | 0.47% | 0.58% | - |
| HSV(B) | 310.1º | 0.51% | 0.78% | - |
| XYZ | 36.36 | 24.25 | 47.02 | - |
| YUV | 137.78 | 152.96 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 98 | 182 | 0 | 0.51 | 0.09 | 0.22 | 310.1 | 0.47 | 0.58 |
| Hex | C7 | 62 | B6 | 0 | 33 | 9 | 16 | 136 | 2F | 3A |
| Octal | 307 | 142 | 266 | 0 | 63 | 11 | 26 | 466 | 57 | 72 |
| Binary | 11000111 | 1100010 | 10110110 | 0 | 110011 | 1001 | 10110 | 100110110 | 101111 | 111010 |
Color Harmonies of #C762B6
Complementary color
Monochromatic Colors of #C762B6
Black with #C762B6
Text Example
Text Example
White with #C762B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C762B6; }
p { color: rgb(199,98,182); }
H1.HeaderClassName
{
color: #C762B6;
}
.AnyTagClassName
{
color: #C762B6;
}
</style>
background-color css
<style>
a { background-color: #C762B6; }
a { background-color: rgb(199,98,182); }
div.DivClassName
{
background-color: #C762B6;
}
.BgClassName
{
background-color: #C762B6;
}
</style>
border-color css
<style>
span { border-color: #C762B6; }
span { border-color: rgb(199,98,182); }
td.TdClassName
{
border-color: #C762B6;
}
.TagClassName
{
border-color: #C762B6;
}
</style>