Shades of Fuchsia #C770B2
Tints of Fuchsia #C770B2
RGB
CMYK
RGB Variations
Color information
#C770B2 (or 0xC770B2) is known color: Fuchsia. HEX triplet: C7, 70 and B2. RGB value is (199,112,178). Sum of RGB (Red+Green+Blue) = 199+112+178=489 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.70% from 489); Green value is 112 (44.14% from 255 or 22.90% from 489); Blue value is 178 (69.92% from 255 or 36.40% from 489); Max value from RGB is 199 - color contains mainly: red. Hex color #C770B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C770B2 is #388F4D. Grayscale: #919191. Windows color (decimal): -3706702 or 11694279. OLE color: 11694279.
HSL color Cylindrical-coordinate representation of color #C770B2: hue angle of 314.48º 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 #C770B2 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 112 | 178 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.22 |
| HSL | 314.48º | 0.44% | 0.61% | - |
| HSV(B) | 314.48º | 0.44% | 0.78% | - |
| XYZ | 37.38 | 26.94 | 45.35 | - |
| YUV | 145.54 | 146.32 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 112 | 178 | 0 | 0.44 | 0.11 | 0.22 | 314.48 | 0.44 | 0.61 |
| Hex | C7 | 70 | B2 | 0 | 2C | B | 16 | 13A | 2C | 3D |
| Octal | 307 | 160 | 262 | 0 | 54 | 13 | 26 | 472 | 54 | 75 |
| Binary | 11000111 | 1110000 | 10110010 | 0 | 101100 | 1011 | 10110 | 100111010 | 101100 | 111101 |
Color Harmonies of #C770B2
Complementary color
Monochromatic Colors of #C770B2
Black with #C770B2
Text Example
Text Example
White with #C770B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C770B2; }
p { color: rgb(199,112,178); }
H1.HeaderClassName
{
color: #C770B2;
}
.AnyTagClassName
{
color: #C770B2;
}
</style>
background-color css
<style>
a { background-color: #C770B2; }
a { background-color: rgb(199,112,178); }
div.DivClassName
{
background-color: #C770B2;
}
.BgClassName
{
background-color: #C770B2;
}
</style>
border-color css
<style>
span { border-color: #C770B2; }
span { border-color: rgb(199,112,178); }
td.TdClassName
{
border-color: #C770B2;
}
.TagClassName
{
border-color: #C770B2;
}
</style>