#C770B5

Color #C770B5 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C770B5

Tints of Fuchsia #C770B5

Color information

#C770B5 (or 0xC770B5) is unknown color: approx 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

RGB199112181-
CMYK00.440.090.22
HSL312.41º43.72%60.98%-
HSV(B)312.41º43.72%78.04%-
XYZ37.6927.0746.95-
YUV145.88147.82165.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 199 (78.12% from 255) = 40.45%
GREEN value IS 112 (44.14% from 255) = 22.76%
BLUE value IS 181 (71.09% from 255) = 36.79%
R=40.45%
G=22.76%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911218100.440.090.22312.4143.7260.98
HexC770B502C9161382c3d
Octal30716026505411264705475
Binary110001111110000101101010101100100110110100111000101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C770B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>