Shades of Fuchsia #C76DB2
Tints of Fuchsia #C76DB2
RGB
CMYK
RGB Variations
Color information
#C76DB2 (or 0xC76DB2) is known color: Fuchsia. HEX triplet: C7, 6D and B2. RGB value is (199,109,178). Sum of RGB (Red+Green+Blue) = 199+109+178=486 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.95% from 486); Green value is 109 (42.97% from 255 or 22.43% from 486); Blue value is 178 (69.92% from 255 or 36.63% from 486); Max value from RGB is 199 - color contains mainly: red. Hex color #C76DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76DB2 is #38924D. Grayscale: #8F8F8F. Windows color (decimal): -3707470 or 11693511. OLE color: 11693511.
HSL color Cylindrical-coordinate representation of color #C76DB2: hue angle of 314º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C76DB2 is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 109 | 178 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.22 |
| HSL | 314º | 0.45% | 0.6% | - |
| HSV(B) | 314º | 0.45% | 0.78% | - |
| XYZ | 37.06 | 26.29 | 45.24 | - |
| YUV | 143.78 | 147.32 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 109 | 178 | 0 | 0.45 | 0.11 | 0.22 | 314 | 0.45 | 0.6 |
| Hex | C7 | 6D | B2 | 0 | 2D | B | 16 | 13A | 2D | 3C |
| Octal | 307 | 155 | 262 | 0 | 55 | 13 | 26 | 472 | 55 | 74 |
| Binary | 11000111 | 1101101 | 10110010 | 0 | 101101 | 1011 | 10110 | 100111010 | 101101 | 111100 |
Color Harmonies of #C76DB2
Complementary color
Monochromatic Colors of #C76DB2
Black with #C76DB2
Text Example
Text Example
White with #C76DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76DB2; }
p { color: rgb(199,109,178); }
H1.HeaderClassName
{
color: #C76DB2;
}
.AnyTagClassName
{
color: #C76DB2;
}
</style>
background-color css
<style>
a { background-color: #C76DB2; }
a { background-color: rgb(199,109,178); }
div.DivClassName
{
background-color: #C76DB2;
}
.BgClassName
{
background-color: #C76DB2;
}
</style>
border-color css
<style>
span { border-color: #C76DB2; }
span { border-color: rgb(199,109,178); }
td.TdClassName
{
border-color: #C76DB2;
}
.TagClassName
{
border-color: #C76DB2;
}
</style>