Shades of Fuchsia #C770B3
Tints of Fuchsia #C770B3
RGB
CMYK
RGB Variations
Color information
#C770B3 (or 0xC770B3) is known color: Fuchsia. HEX triplet: C7, 70 and B3. RGB value is (199,112,179). Sum of RGB (Red+Green+Blue) = 199+112+179=490 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.61% from 490); Green value is 112 (44.14% from 255 or 22.86% from 490); Blue value is 179 (70.31% from 255 or 36.53% from 490); Max value from RGB is 199 - color contains mainly: red. Hex color #C770B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C770B3 is #388F4C. Grayscale: #919191. Windows color (decimal): -3706701 or 11759815. OLE color: 11759815.
HSL color Cylindrical-coordinate representation of color #C770B3: hue angle of 313.79º 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 #C770B3 is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 112 | 179 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.22 |
| HSL | 313.79º | 0.44% | 0.61% | - |
| HSV(B) | 313.79º | 0.44% | 0.78% | - |
| XYZ | 37.48 | 26.99 | 45.88 | - |
| YUV | 145.65 | 146.82 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 112 | 179 | 0 | 0.44 | 0.10 | 0.22 | 313.79 | 0.44 | 0.61 |
| Hex | C7 | 70 | B3 | 0 | 2C | A | 16 | 13A | 2C | 3D |
| Octal | 307 | 160 | 263 | 0 | 54 | 12 | 26 | 472 | 54 | 75 |
| Binary | 11000111 | 1110000 | 10110011 | 0 | 101100 | 1010 | 10110 | 100111010 | 101100 | 111101 |
Color Harmonies of #C770B3
Complementary color
Monochromatic Colors of #C770B3
Black with #C770B3
Text Example
Text Example
White with #C770B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C770B3; }
p { color: rgb(199,112,179); }
H1.HeaderClassName
{
color: #C770B3;
}
.AnyTagClassName
{
color: #C770B3;
}
</style>
background-color css
<style>
a { background-color: #C770B3; }
a { background-color: rgb(199,112,179); }
div.DivClassName
{
background-color: #C770B3;
}
.BgClassName
{
background-color: #C770B3;
}
</style>
border-color css
<style>
span { border-color: #C770B3; }
span { border-color: rgb(199,112,179); }
td.TdClassName
{
border-color: #C770B3;
}
.TagClassName
{
border-color: #C770B3;
}
</style>