Shades of Fuchsia #C770B6
Tints of Fuchsia #C770B6
RGB
CMYK
RGB Variations
Color information
#C770B6 (or 0xC770B6) is known color: Fuchsia. HEX triplet: C7, 70 and B6. RGB value is (199,112,182). Sum of RGB (Red+Green+Blue) = 199+112+182=493 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.37% from 493); Green value is 112 (44.14% from 255 or 22.72% from 493); Blue value is 182 (71.48% from 255 or 36.92% from 493); Max value from RGB is 199 - color contains mainly: red. Hex color #C770B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C770B6 is #388F49. Grayscale: #919191. Windows color (decimal): -3706698 or 11956423. OLE color: 11956423.
HSL color Cylindrical-coordinate representation of color #C770B6: hue angle of 311.72º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C770B6 is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 112 | 182 | - |
| CMYK | 0 | 0.44 | 0.09 | 0.22 |
| HSL | 311.72º | 0.44% | 0.61% | - |
| HSV(B) | 311.72º | 0.44% | 0.78% | - |
| XYZ | 37.79 | 27.11 | 47.5 | - |
| YUV | 145.99 | 148.32 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 112 | 182 | 0 | 0.44 | 0.09 | 0.22 | 311.72 | 0.44 | 0.61 |
| Hex | C7 | 70 | B6 | 0 | 2C | 9 | 16 | 138 | 2C | 3D |
| Octal | 307 | 160 | 266 | 0 | 54 | 11 | 26 | 470 | 54 | 75 |
| Binary | 11000111 | 1110000 | 10110110 | 0 | 101100 | 1001 | 10110 | 100111000 | 101100 | 111101 |
Color Harmonies of #C770B6
Complementary color
Monochromatic Colors of #C770B6
Black with #C770B6
Text Example
Text Example
White with #C770B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C770B6; }
p { color: rgb(199,112,182); }
H1.HeaderClassName
{
color: #C770B6;
}
.AnyTagClassName
{
color: #C770B6;
}
</style>
background-color css
<style>
a { background-color: #C770B6; }
a { background-color: rgb(199,112,182); }
div.DivClassName
{
background-color: #C770B6;
}
.BgClassName
{
background-color: #C770B6;
}
</style>
border-color css
<style>
span { border-color: #C770B6; }
span { border-color: rgb(199,112,182); }
td.TdClassName
{
border-color: #C770B6;
}
.TagClassName
{
border-color: #C770B6;
}
</style>