Shades of Fuchsia #C770B5
Tints of Fuchsia #C770B5
RGB
CMYK
RGB Variations
Color information
#C770B5 (or 0xC770B5) is known color: Fuchsia. HEX triplet: C7, 70 and B5. RGB value is (199,112,181). Sum of RGB (Red+Green+Blue) = 199+112+181=492 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.45% from 492); Green value is 112 (44.14% from 255 or 22.76% from 492); Blue value is 181 (71.09% from 255 or 36.79% from 492); Max value from RGB is 199 - color contains mainly: red. Hex color #C770B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C770B5 is #388F4A. Grayscale: #919191. Windows color (decimal): -3706699 or 11890887. OLE color: 11890887.
HSL color Cylindrical-coordinate representation of color #C770B5: hue angle of 312.41º 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 #C770B5 is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 112 | 181 | - |
CMYK | 0 | 0.44 | 0.09 | 0.22 |
HSL | 312.41º | 0.44% | 0.61% | - |
HSV(B) | 312.41º | 0.44% | 0.78% | - |
XYZ | 37.69 | 27.07 | 46.95 | - |
YUV | 145.88 | 147.82 | 165.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 112 | 181 | 0 | 0.44 | 0.09 | 0.22 | 312.41 | 0.44 | 0.61 |
Hex | C7 | 70 | B5 | 0 | 2C | 9 | 16 | 138 | 2C | 3D |
Octal | 307 | 160 | 265 | 0 | 54 | 11 | 26 | 470 | 54 | 75 |
Binary | 11000111 | 1110000 | 10110101 | 0 | 101100 | 1001 | 10110 | 100111000 | 101100 | 111101 |
Color Harmonies of #C770B5
Complementary color
Monochromatic Colors of #C770B5
Black with #C770B5
Text Example
Text Example
White with #C770B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C770B5; }
p { color: rgb(199,112,181); }
H1.HeaderClassName
{
color: #C770B5;
}
.AnyTagClassName
{
color: #C770B5;
}
</style>
background-color css
<style>
a { background-color: #C770B5; }
a { background-color: rgb(199,112,181); }
div.DivClassName
{
background-color: #C770B5;
}
.BgClassName
{
background-color: #C770B5;
}
</style>
border-color css
<style>
span { border-color: #C770B5; }
span { border-color: rgb(199,112,181); }
td.TdClassName
{
border-color: #C770B5;
}
.TagClassName
{
border-color: #C770B5;
}
</style>