#C078BB

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

Shades of Fuchsia #C078BB

Tints of Fuchsia #C078BB

Color information

#C078BB (or 0xC078BB) is unknown color: approx Fuchsia. HEX triplet: C0, 78 and BB. RGB value is (192,120,187). Sum of RGB (Red+Green+Blue) = 192+120+187=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 120 (47.27% from 255 or 24.05% from 499); Blue value is 187 (73.44% from 255 or 37.47% from 499); Max value from RGB is 192 - color contains mainly: red. Hex color #C078BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C078BB is #3F8744. Grayscale: #949494. Windows color (decimal): -4163397 or 12286144. OLE color: 12286144.

HSL color Cylindrical-coordinate representation of color #C078BB: hue angle of 304.17º degrees, saturation: 0.36, 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 #C078BB is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB192120187-
CMYK00.380.030.25
HSL304.17º36.36%61.18%-
HSV(B)304.17º37.5%75.29%-
XYZ37.4228.2350.49-
YUV149.17149.35158.55-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.48%
GREEN value IS 120 (47.27% from 255) = 24.05%
BLUE value IS 187 (73.44% from 255) = 37.47%
R=38.48%
G=24.05%
B=37.47%

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
Decimal19212018700.380.030.25304.1736.3661.18
HexC078BB026319130243d
Octal3001702730463314604475
Binary1100000011110001011101101001101111001100110000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C078BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C078BB; }

 p { color: rgb(192,120,187); }

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

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

 a { background-color: rgb(192,120,187); }

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

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

 span { border-color: rgb(192,120,187); }

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