#C077BA

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

Shades of Fuchsia #C077BA

Tints of Fuchsia #C077BA

Color information

#C077BA (or 0xC077BA) is unknown color: approx Fuchsia. HEX triplet: C0, 77 and BA. RGB value is (192,119,186). Sum of RGB (Red+Green+Blue) = 192+119+186=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 119 (46.88% from 255 or 23.94% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 192 - color contains mainly: red. Hex color #C077BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C077BA is #3F8845. Grayscale: #949494. Windows color (decimal): -4163654 or 12220352. OLE color: 12220352.

HSL color Cylindrical-coordinate representation of color #C077BA: hue angle of 304.93º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C077BA is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB192119186-
CMYK00.380.030.25
HSL304.93º36.68%60.98%-
HSV(B)304.93º38.02%75.29%-
XYZ37.227.9549.89-
YUV148.46149.18159.05-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.63%
GREEN value IS 119 (46.88% from 255) = 23.94%
BLUE value IS 186 (73.05% from 255) = 37.42%
R=38.63%
G=23.94%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211918600.380.030.25304.9336.6860.98
HexC077BA026319131253d
Octal3001672720463314614575
Binary1100000011101111011101001001101111001100110001100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C077BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C077BA; }

 p { color: rgb(192,119,186); }

 H1.HeaderClassName
 {
   color: #C077BA;
 }
 .AnyTagClassName
 {
   color: #C077BA;
 }
</style>
background-color css

<style>
 a { background-color: #C077BA; }

 a { background-color: rgb(192,119,186); }

 div.DivClassName
 {
   background-color: #C077BA;
 }
 .BgClassName
 {
   background-color: #C077BA;
 }
</style>
border-color css

<style>
 span { border-color: #C077BA; }

 span { border-color: rgb(192,119,186); }

 td.TdClassName
 {
   border-color: #C077BA;
 }
 .TagClassName
 {
   border-color: #C077BA;
 }
</style>